@charset "UTF-8";
/* ================================================================================
	layout setting
================================================================================ */ :focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* FontSizeSetting */
body, h1, h2, h3, h4, h5, h6, p, pre, button, caption, input, option, select, textarea, dl, ol, ul, form, blockquote, address {
    color: rgba(88,53,30,1.00);
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#stage {
  width: 100%;
}

@media (min-width: 769px) {
  #viewer {
    margin: 0 auto;
    width: 100%;
    min-height: 342px;
    text-align: left;
    overflow: hidden;
    position: relative;
    object-fit: cover;
  }
  #viewer img {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*object-fit: cover;*/
    background-color: #f6f6f6;
    display: inline-block;
  }
  #viewer img {
    top: 0;
    left: 0;
    /*position: absolute;*/
    width: 100%;
    height: 159px;
  }
}
@media (min-width: 769px) {
  #viewer_contents {
    margin: 0 auto;
    width: 100%;
    /*background-color: #f9f9f9;
  overflow: hidden;*/
    position: relative;
    object-fit: cover;
  }
  #viewer_contents img {
    width: 100%;
    min-height: 159px;
  }
}
@media (max-width: 768px) {
  #viewer_contents {
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*object-fit: cover;*/
    background-color: #f6f6f6;
    display: inline-block;
  }
  #viewer_contents img {
    /* position: absolute;
    right: -50%;*/
    width: auto;
    height: auto;
    /*width: 100%;*/
    height: 159px;
    max-width: inherit;
    float: right;
    background-color: #f6f6f6;
  }
  #viewer_contents_iwb {
    margin: 0 auto;
    width: 100%;
  }
  #viewer_contents_iwb img {
    margin: 0 auto;
    width: 100%;
  }
}
#viewer_contents h1.iwb {
  position: absolute;
  top: -10%;
  left: 10%;
}
#viewer_contents h1.news {
  position: absolute;
  top: -10%;
  left: 10%;
  /*color: #ffffff;*/
  text-shadow: 1px 1px 0 #ffffff;
}
@media (min-width: 769px) {
  #viewer {
    margin: 0 auto;
    width: 100%;
    min-height: 342px;
    text-align: left;
    overflow: hidden;
    position: relative;
    object-fit: cover;
  }
  #viewer img {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*object-fit: cover;*/
    background-color: #f6f6f6;
    display: inline-block;
  }
  #viewer img {
    top: 0;
    left: 0;
    /*position: absolute;*/
    width: 100%;
    height: 159px;
  }
}
@media (min-width: 769px) {
  #viewer_contents {
    margin: 0 auto;
    width: 100%;
    /*background-color: #f9f9f9;
  overflow: hidden;*/
    position: relative;
    object-fit: cover;
  }
  #viewer_contents img {
    width: 100%;
    min-height: 159px;
  }
}
@media (max-width: 768px) {
  #viewer_contents {
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*object-fit: cover;*/
    background-color: #f6f6f6;
    display: inline-block;
  }
  #viewer_contents img {
    /* position: absolute;
    right: -50%;*/
    width: auto;
    height: auto;
    /*width: 100%;*/
    height: 159px;
    max-width: inherit;
    float: right;
    background-color: #f6f6f6;
  }
  #viewer_contents_iwb {
    margin: 0 auto;
    width: 100%;
  }
  #viewer_contents_iwb img {
    margin: 0 auto;
    width: 100%;
  }
}
#viewer_contents h1.iwb {
  position: absolute;
  top: -10%;
  left: 10%;
}
#viewer_contents h1.news {
  position: absolute;
  top: -10%;
  left: 10%;
  /*color: #ffffff;*/
  text-shadow: 1px 1px 0 #ffffff;
}

/* ================================================================================
	layout setting
================================================================================ */ :focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* FontSizeSetting */
body, h1, h2, h3, h4, h5, h6, p, pre, button, caption, input, option, select, textarea, dl, ol, ul, form, blockquote, address {
  color: #373737;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 150%;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ================================================================================
	#header
================================================================================ */
#header {
  position: relative;
  text-align: center;
}
#header a, #footer a {
  text-decoration: none;
}
#header a:hover, #footer a:hover {
  /*text-decoration: underline;*/
}
#hgroup {
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}
#site-id {
  font-size: 38px;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
  float: left;
}
#description {
  font-size: 12px;
  margin: 0 0 10px;
  padding-left: 0.5em;
}
/* ================================================================================
	#contents
================================================================================ */
/* =Global
----------------------------------------------- */
body, input, textarea {
  color: rgb(51, 51, 51);
  font-size: 16px;
  line-height: 1.65;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
hr {
  border: 0 none;
  height: 20px;
  clear: both;
}
hr.h5 {
  border: 0 none;
  height: 5px;
  clear: both;
}
hr.h10 {
  border: 0 none;
  height: 10px;
  clear: both;
}
hr.h20 {
  border: 0 none;
  height: 20px;
  clear: both;
}
hr.h30 {
  border: 0 none;
  height: 30px;
  clear: both;
}
hr.h40 {
  border: 0 none;
  height: 40px;
  clear: both;
}
hr.h50 {
  border: 0 none;
  height: 50px;
  clear: both;
}
hr.h100 {
  border: 0 none;
  height: 100px;
  clear: both;
}
hr.h120 {
  border: 0 none;
  height: 120px;
  clear: both;
}
/* Text elements */
ol {
  margin: 0 0 2em 2.5em;
}
ul {
  /* margin: 0 0 0 2.5em;*/
  margin: 0;
}
ul {
  list-style-type: circle;
}
ul.none {
  list-style-type: none;
}
ul.none li {
  margin-bottom: 0.5em;
}
ul.circle {
  list-style-type: none;
}
ul.circle li {
  list-style-type: none;
  margin-bottom: 0.5em;
}
ul.circle li:before {
  content: "• ";
  color: #ff6601;
}
ul.square {
  list-style-type: none;
  margin: 0 0 0 -0.01em;
}
ul.square li {
  list-style-type: none;
  margin-bottom: 0.5em;
}
ul.square li::before {
  content: "■ ";
  color: #ff6601;
}
ul.number {
  list-style-type: none;
}
ul.number li {
  list-style-type: none;
  counter-increment: number;
  margin-bottom: 0.5em;
}
ul.number li:before {
  content: counter(number) ".";
  color: #ff6601;
}
@media (min-width: 769px){
ul.flag {
  list-style-type: none;
	
}
ul.flag li {
  margin-bottom: 0.5em;
	float: left;
	width: 25%;
}
}
@media (max-width: 768px){
ul.flag {
  list-style-type: none;
	
}
ul.flag li {
  margin-bottom: 0.5em;
	float: left;
	width: 50%;
}	
}
ul.flag li img {
  vertical-align: -5px;
	margin-right: 1em;
}

/*parts*/
ul.circle_parts {
  list-style-type: none;
}
ul.circle_parts li {
  list-style-type: none;
  margin-bottom: 0.5em;
}
ul.circle_parts li:before {
  content: "• ";
  color: #d42949;
}
ul.square_parts {
  list-style-type: none;
  margin: 0 0 0 -0.01em;
}
ul.square_parts li {
  list-style-type: none;
  margin-bottom: 0.5em;
}
ul.square_parts li::before {
  content: "■ ";
  color: #d42949;
}
ul.number_parts {
  list-style-type: none;
}
ul.number_parts li {
  list-style-type: none;
  counter-increment: number;
  margin-bottom: 0.5em;
}
ul.number_parts li:before {
  content: counter(number) ".";
  color: #d42949;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  /*margin: 0 2em;*/
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 2em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: normal;
}
blockquote {
  font-weight: normal;
  padding: 0 4em;
  margin: 0 2em;
  color: rgb(136, 136, 136);
  background: url(../img/blockquote-left.png) no-repeat left top, url(../img/blockquote-right.png) no-repeat right bottom;
}
blockquote p {
  padding: 0.6em 0;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: rgb(102, 102, 102);
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: rgb(244, 244, 244);
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 2em;
  overflow: auto;
  padding: 0.75em 2em;
}
code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted rgb(102, 102, 102);
  cursor: help;
}
address {
  display: block;
  margin: 0 0 2em;
  font-style: normal;
}
ins {
  background: rgb(255, 249, 192);
  text-decoration: none;
  padding: 0.2em;
}
sup, sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
p {
  padding: 20px 0;
  line-height: 1.8em;
  padding-right: 15px;
  padding-left: 15px;
}

/* forms */
input[type=text], textarea {
  background: rgb(250, 250, 250);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(221, 221, 221);
  color: #888;
}
input[type=text]:focus, textarea:focus {
  color: rgb(51, 51, 51);
}
textarea {
  padding-left: 3px;
  width: 59.5%;
}
input[type=text] {
  padding: 3px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}
input[type=emal] {
  padding: 3px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}
input[type=emal], textarea {
  background: rgb(250, 250, 250);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(221, 221, 221);
  color: #888;
}
/*form*/
@media (min-width: 769px){
.contact-form {
  padding: 10px;
}
.contact-form .item {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
    
}
.contact-form .item.no-label {
  padding: 5px 0px 5px 0px;
}
.contact-form .item .label {
  float: left;
  padding: 5px;
  margin: 0;
  width: 20%;
}
.contact-form .item .radio-group {
  padding: 5px 0px 5px 60px;
}
.contact-form .item input[type=text], .contact-form .item input[type=email], .contact-form .item textarea {
  display: block;
  margin-left: 60px;
  
  padding: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  
}
.contact-form .item ::placeholder {
  color: #ccc;
}
.contact-form .item textarea {
  outline: none;
  border: 1px solid #ccc;
  resize: vertical;
}
input[type=submit] {
 border-radius: 50px;
 background-color: #58351E;
 
  padding-top: 8px;
  padding-bottom: 8px;
  width: 180px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  background-image: url("../../images/con_ico_link.png");
  background-repeat: no-repeat;
  background-position: 15% 45%;
 
  margin: 10px auto;
}
input[type=submit]:hover {}
input[type=button] {
 border-radius: 50px;
  background-color: #667cbf;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 180px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  background-image: url("../../images/con_ico_link.png");
  background-repeat: no-repeat;
  background-position: 15% 45%;
 
  margin: 10px auto;
}
input[type=button]:hover {}
	}
.required{
    color: #CC0505;
    vertical-align: super;
}


@media (max-width: 768px){
.contact-form {
  padding: 10px;
}
.contact-form .item {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.contact-form .item.no-label {
  padding: 5px 0px 5px 0px;
}
.contact-form .item .label {

  padding: 2%;
  margin: 0;
  width: 98%;
}
.contact-form .item .radio-group {
  padding: 2%;
}
.contact-form .item input[type=text], .contact-form .item input[type=email], .contact-form .item textarea {
  display: block;
  margin-left: 2%;
  width:94%;
  padding: 2%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  
}
.contact-form .item ::placeholder {
  color: #ccc;
}
.contact-form .item textarea {
  outline: none;
  border: 1px solid #ccc;
  resize: vertical;
}
input[type=submit] {
 border-radius: 50px;
  background-color: #667cbf;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 180px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  background-image: url("../../images/con_ico_link.png");
  background-repeat: no-repeat;
  background-position: 15% 45%;
 
  margin: 10px auto;
}
input[type=submit]:hover {}
input[type=button] {
 border-radius: 50px;
  background-color: #667cbf;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 180px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  background-image: url("../../images/con_ico_link.png");
  background-repeat: no-repeat;
  background-position: 15% 45%;
 
  margin: 10px auto;
}
input[type=button]:hover {}

}

/* Links */
a {
    color: #58351E;
    text-decoration: none;
}
a:focus, a:active, a:hover {
  text-decoration: underline;
  opacity: 0.8;
  transition: all 300ms;
}
@media only screen and (min-width:769px) {
  #contents {
    width: 1200px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  #contents_aboutus {
    width: 1200px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-attachment: fixed;
    background-image: url(../../aboutus/images/bg.jpg);
    background-repeat: repeat-y;
  }
}
@media only screen and (max-width:768px) {
  #contents {
    width: 98%;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  #contents_aboutus {
    width: 98%;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-attachment: fixed;
    background-image: url(../../aboutus/images/bg.jpg);
    background-repeat: repeat-y;
  }
}
#contents_mid {
  width: 700px;
  margin-top: 10px;
  display: inline-block;
  float: left;
}
/*#contents_mid a{
	color: #FFF;
}*/
#content_right {
  float: right;
  width: 320px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 0px;
}
.widget-title {
  font-size: 120%;
  color: rgb(255, 255, 255);
  border: none;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget-container {
  float: left;
  width: 333px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-right: 17px;
}
html > /**/ body#contents {
  padding-top: /*\**/ 20px/9;
}
#left {
  padding-top: 10px;
  float: left;
  width: 198px;
}
#right {
  padding-top: 10px;
  float: left;
  width: 802px;
}
#main {
  float: left;
  width: 590px;
  padding-right: 10px;
  padding-left: 10px;
}
* + html#main {
  float: left;
  width: 590px;
  padding-right: 3px;
  padding-left: 10px;
}
html > /**/ body#main {
  float: left;
  width: 590px;
  padding-right: 3px;
  padding-left: /*\**/ 10px\9;
}
.home #contents {
  padding-top: 0;
}
.page-title {
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  padding-bottom: 3px;
  margin: 0 0 20px;
  color: #577C06;
  border-bottom-width: 2px;
}
/* ================================================================================
	Style
================================================================================ */
img[class*="align"], img[class*="wp-image-"], .attachment-post-thumbnail, .attachment-large_thumbnail, .entry-content iframe { /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border: 1px solid rgb(230, 230, 230);
  padding: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.wp-caption img {}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"] { /* Add some useful style to those fancy borders for linked images ... */
  background: #eee;
  border-color: #bbb;
}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img { /* ... including captioned images!  */
  background: rgb(255, 255, 255);
  border-color: rgb(221, 221, 221);
}
/* ================================================================================
	見出し
================================================================================ */
.top_lead_title {
  text-align: center;
  font-weight: normal;
  font-size: 200%;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.content_title {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  margin-top: 70px;
  margin-bottom: 70px;
  color: rgba(34, 34, 34, 1.00);
}
.content_title_bt10 {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  /*margin-top: 70px;*/
  margin-bottom: 10px;
  color: rgba(34, 34, 34, 1.00);
}
.content_title_sub1 {
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  margin-top: 70px;
  margin-bottom: 90px;
  color: rgba(34, 34, 34, 1.00);
  position: relative;
}
.content_title_sub1::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*線の上下位置*/
  display: inline-block;
  width: 20%; /*線の長さ*/
  height: 5px; /*線の太さ*/
  transform: translateX(-50%); /*位置調整*/
  background-color: rgba(251, 141, 66, 1.00); /*線の色*/
  border-radius: 2px; /*線の丸み*/
}
.content_title_14 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: rgba(34, 34, 34, 1.00);
}
.content_title_18 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: rgba(34, 34, 34, 1.00);
}
.content_title_20 {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgba(34, 34, 34, 1.00);
}
.content_title_24 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgba(34, 34, 34, 1.00);
}
.content_title_26 {
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 90px;
  color: rgba(34, 34, 34, 1.00);
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 98%;
  margin: 0 auto 90px;
}
.content_title_autum {
  text-align: center;
  font-weight: normal;
  font-size: 160%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
  color: #FFF;
  background-color: #7A364A;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  width: 100px;
}
.content_title_winter {
  text-align: center;
  font-weight: normal;
  font-size: 160%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
  color: #FFF;
  background-color: #1A15B7;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  width: 100px;
}
.content_title_all {
  text-align: center;
  font-weight: normal;
  font-size: 140%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
  color: #FFF;
  background-color: #C90;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  width: 100px;
}
.content_title_h2 {
  text-align: left;
  font-weight: 400;
  color: #333;
  font-size: 160%;
  background-color: #fff;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 10px;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #012869;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.content_title_h2 img {
  width: 30px;
  margin-right: 10px;
}
.content_title_top {
  text-align: left;
  font-weight: bold;
  color: #333;
  font-size: 105%;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #535353;
}
.content_title_h3 {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  text-align: left;
  background-image: url(../../images/bg_h3.png);
  background-repeat: no-repeat;
  background-position: 0px -5px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 30px;
  font-size: 115%;
  font-weight: 600;
}
h3.use3 {
  background-color: #E8EDE2;
  padding: 3px;
  margin-bottom: 10px;
}
h4 {
  font-weight: bold;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 18px;
  text-align: left;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  margin-left: 10px;
  background-image: url(../images/h4_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
h4.use {
  padding: 3px;
  margin-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #8BAC59;
}
.content_title_h4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  text-align: left;
  background-image: url(../../images/bg_h4.png);
  background-repeat: no-repeat;
  background-position: 0px -5px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 30px;
  font-size: 115%;
  font-weight: 400;
  background-color: #FFF;
}
#content-title h2.contents_title {
  text-align: left;
  font-weight: normal;
  color: #000;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-size: 150%;
}
#content-title h2.contents_title_all {
  text-align: left;
  font-weight: normal;
  color: #000;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 150%;
  border: 1px solid #679B78;
}
@media (min-width: 769px) {
  #content-title h2.contents_title_all {
    display: none;
  }
}
#titleimg img {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #titleimg {
    display: none;
  }
}
/*top右エリア*/
#top_navi {
  background-color: #f9f8f7;
  width: 167px;
  padding-right: 7px;
  padding-left: 8px;
  border: 1px solid #d6d6d6;
  font-size: 11px;
  margin-bottom: 15px;
  line-height: 3em;
}
#top_navi ul li {
  margin-top: 5px;
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 110%;
  line-height: 1.8em;
}

@media (min-width: 769px) {
/*topお知らせエリア*/

#top-content{
    /* padding-bottom: 70px; */
    /* border-bottom: 1px solid #e5e5e5; */
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    /* margin-bottom: 50px; */
    padding-top: 50px;
/*background-color: #f6f6f6; */
    /* padding-bottom: 70px; */
    /* border-bottom: 1px solid #e5e5e5; */
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    /* margin-bottom: 50px; */
    padding-top: 50px;
	
}

/*top更新情報エリア*/
#top-info {
  /*background-color: #f6f6f6;*/
  padding-bottom: 70px;
  /*border-bottom: 1px solid #e5e5e5;*/
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 50px;
	    padding-top: 50px;
}
}

@media (max-width: 768px) {
/*topお知らせエリア*/

#top-content{
    
    width: 100%;
    display: inline-block;

}

/*top更新情報エリア*/
#top-info {

 
  width: 100%;
  display: inline-block;


}
}

@media only screen and (min-width:769px) {
  .top_bt {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .top_bt ul {
    list-style-type: none;
  }
  .top_bt li {
    list-style-type: none;
    float: left;
    margin-right: 4px;
    margin-bottom: 10px;
    width: 295px;
    height: 290px;
    overflow: hidden;
  }
}
@media only screen and (min-width:769px) {
  .top_bt li .up_spring {
    background-color: #011638;
    padding: 10px;
    height: 50px;
    z-index: 9999;
  }
  .top_bt li .up_spring:hover {
    background-color: #F96C8C;
    padding: 10px;
    height: 50px;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .top_bt li .up_summer {
    background-color: #011638;
    padding: 10px;
    height: 50px;
    z-index: 9999;
  }
  .top_bt li .up_summer:hover {
    background-color: #55B60E;
    padding: 10px;
    height: 50px;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .top_bt li .up_autum {
    background-color: #011638;
    padding: 10px;
    height: 50px;
    z-index: 9999;
  }
  .top_bt li .up_autum:hover {
    background-color: #7A364A;
    padding: 10px;
    height: 50px;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .top_bt li .up_winter {
    background-color: #011638;
    padding: 10px;
    height: 50px;
    z-index: 9999;
  }
  .top_bt li .up_winter:hover {
    background-color: #1A15B7;
    padding: 10px;
    height: 50px;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (max-width:768px) {
  .top_bt {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
  .top_bt ul {
    list-style-type: none;
  }
  .top_bt li {
    list-style-type: none;
    margin-right: 3px;
    margin-bottom: 10px;
    width: 48%;
    height: auto;
    overflow: hidden;
    float: left;
  }
}
@media only screen and (max-width:768px) {
  .top_bt li .up_spring {
    background-color: #011638;
    padding: 10px;
    height: 100px;
    z-index: 9999;
  }
  .top_bt li .up_spring:hover {
    background-color: #F96C8C;
    padding: 10px;
    height: 100px;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .top_bt li .up_summer {
    background-color: #011638;
    padding: 10px;
    height: 100px;
    z-index: 9999;
  }
  .top_bt li .up_summer:hover {
    background-color: #55B60E;
    padding: 10px;
    height: 100px;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .top_bt li .up_autum {
    background-color: #011638;
    padding: 10px;
    height: 100px;
    z-index: 9999;
  }
  .top_bt li .up_autum:hover {
    background-color: #7A364A;
    padding: 10px;
    height: 100px;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .top_bt li .up_winter {
    background-color: #011638;
    padding: 10px;
    height: 100px;
    z-index: 9999;
  }
  .top_bt li .up_winter:hover {
    background-color: #1A15B7;
    padding: 10px;
    height: 100px;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width:769px) {
  .top_bt li .season {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    float: left;
    width: 40px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #FFF;
    margin-right: 10px;
  }
  .top_bt li .detail {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: left;
    float: left;
    width: 150px;
  }
}
@media only screen and (max-width:768px) {
  .top_bt li .season {
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    float: left;
    width: 30%;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #FFF;
    margin-right: 10px;
  }
  .top_bt li .detail {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: left;
    float: left;
    width: 95%;
    overflow: hidden;
    height: 6em;
  }
}
.top_bt li:last-child {
  list-style-type: none;
  float: left;
  margin-right: 0px;
  margin-bottom: 10px;
}
@media only screen and (min-width:769px) {
  .top_bt li img {
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
  }
}
@media only screen and (max-width:768px) {
  .top_bt li img {
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    width: 100%;
  }
}
.top_bt li img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  clear: both;
}
/*============================================================
  footer 
==============================================================*/
#footer_area {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  display: inline-block;
  background-color: #a6a6a6;
}
@media only screen and (min-width:769px) {
  #footer_waku {
    clear: both;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width:768px) {
  #footer_waku {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#footer01 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.5em;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 90%;
  clear: both;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
#footer01 ul {
  list-style-type: none;
}
@media only screen and (min-width:769px) {
  #footer01 li {
    list-style-type: none;
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width:768px) {
  #footer01 li {
    list-style-type: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D6D6D6;
    background-color: #EEE;
  }
}
/*  footer LinkSetting01  */
#footer01 A:link {
  text-decoration: none;
  color: #03F;
}
#footer01 A:visited {
  text-decoration: none;
  color: #03F;
}
#footer01 A:active {
  text-decoration: none;
  color: #ccc;
}
#footer01 A:hover {
  text-decoration: underline;
  color: #ccc;
}
.footer03 a {
  color: rgba(255, 255, 255, 1.00) !important;
	font-size: 14px;
}
@media only screen and (min-width:769px) {
  #footer02 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    font-size: 80%;
    line-height: 130%;
  }
  .footer03 {
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#footer03 ul {
  list-style-type: none;
}
@media only screen and (min-width:769px) {
  .footer03 li {
    list-style-type: none;
    /*float: left;*/
    margin-right: 20px;
  }
  .footer03 li ul {
    list-style-type: none;
    margin-left: 20px;
	      font-size: 14px;
}
  }
@media only screen and (max-width:768px) {
	.footer03 {
    margin-top: 0px;
    font-size: 100%;
    /*width: 98%;
    margin-right: auto;
    margin-left: 2%;*/
  }
  .footer03 ul {
   /* margin-left: -2.7%;*/
  }
  .footer03 li {
    list-style-type: none;
    text-align: center;
    padding-top: 20px;
    /*padding-bottom: 10px;*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D6D6D6;
	  font-size: 16px;
  }
	

	
	.footer03 li ul li{

	      font-size: 14px!important;
}

  #footer02 {
    font-size: 80%;
    line-height: 130%;
    margin: 0px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
  #footer02 img {
    width: 49%;
  }
  
}
#footer_copy {
  clear: both;
  width: 100%;
  /*text-align: center;*/
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 80%;
  background-color: #011638;
  color: #FFF;
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (min-width:769px) {
  #footer_copy #in {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  #footer_copy table.foot {
    width: 400px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    float: left;
  }
  #footer_copy table.foot td {
    line-height: 150%;
    padding: 3px;
  }
  #footer_copy table.foot td.title {
    line-height: 150%;
    padding: 0px;
    font-size: 150%;
    font-weight: normal;
  }
  #footer_copy .copy {
    float: right;
    margin-right: 20px;
  }
}
@media only screen and (max-width:768px) {
  #footer_copy #in {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #footer_copy table.foot {
    width: 400px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  #footer_copy table.foot td {
    line-height: 150%;
    padding: 3px;
  }
  #footer_copy table.foot td.title {
    line-height: 150%;
    padding: 0px;
    font-size: 150%;
    font-weight: normal;
  }
  #footer_copy .copy {
    text-align: center;
  }
}
.page_top {
  text-align: right;
  font-size: 90%;
}
.page_top a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
/*----------------------------------------------------
コンテンツエリア、外枠
-------------------------------------------------------*/
.section {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  line-height: 150%;
  font-size: 15px;
}
.section_in {
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.section_in2 {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 25px;
}
/*----------------------------------------------------
リスト
-------------------------------------------------------*/
.important {
  background-image: url(../../images/ico_list01.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
.normal_b {
  background-image: url(../../images/icolist_normal_b.png);
  background-repeat: no-repeat;
  background-position: 0px -3px;
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 20px;
}
.normal {
  background-image: url(../../images/ico_ya_green.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 20px;
}
.txt_s {
  color: #333;
  font-weight: normal;
}
.txt_ss {
  color: #333;
  font-weight: normal;
  font-size: 10px;
}
.bn {
  margin-bottom: 10px;
  list-style-type: none;
}
/*----------------------------------------------------
リード文
-------------------------------------------------------*/
@media only screen and (min-width:769px) {
  .top_lead {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 180%;
    font-size: 100%;
    background-image: url(../../images/bg_toplead.png);
    background-repeat: repeat;
    padding-top: 30px;
    /*padding-right: 100px;
	padding-left: 100px;*/
    padding-bottom: 30px;
    background-attachment: fixed;
    width: 100%;
  }
  .top_lead .detail_waku {
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
  }
  .top_lead .detail {
    color: #fff;
    background-color: rgba(0, 14, 41, 0.5);
    display: inline-block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width:768px) {
  .top_lead {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 180%;
    font-size: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-image: url(../../images/bg_toplead.png);
    background-repeat: repeat;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    background-attachment: scroll;
  }
  .top_lead .detail {
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 14, 41, 0.5)
  }
}
@media only screen and (min-width:769px) {
  .con_lead {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 180%;
    font-size: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding-top: 30px;
    padding-right: 100px;
    padding-bottom: 30px;
    padding-left: 100px;
    background-attachment: scroll;
  }
  .con_lead .detail {
    padding: 20px;
    color: #fff;
    background-color: rgba(0, 14, 41, 0.8)
  }
}
@media only screen and (max-width:768px) {
  .con_lead {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 180%;
    font-size: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    background-attachment: scroll;
  }
  .con_lead .detail {
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 14, 41, 0.8)
  }
}
.lead {
  padding: 20px;
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px solid #CCC;
}
.lead2 {
  padding: 10px;
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 2px dotted #01318f;
  background-color: #EFEFEF;
}
/* パンくずエリア */
#pankuzu {
  font-size: 90%;
  color: #666;
  text-align: left;
  padding-left: 10px;
}
#pankuzu ul li{
	float: left;
	list-style: none;
}
/*=========================================================
　 写真
=========================================================*/
.photo_left2 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.photo_right {
  float: right;
}
@media only screen and (min-width:769px) {
  .photo_left {
    float: left;
    width: 75%;
  }
  .photo_right2 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .photo_right3 {
    float: right;
    margin-left: 10px;
    width: 70%;
  }
  .photo_right_aboutus {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: right;
    width: 260px;
  }
}
@media only screen and (max-width:768px) {
  .photo_left {
    margin-right: auto;
    margin-left: auto;
  }
  .photo_right2 {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .photo_right3 {
    margin-left: 10px;
    width: 100%;
  }
}
/*写真float: left*/
.photo {
  text-align: center;
  padding: 0px;
  margin: 5px;
  float: left;
}
/*写真中央*/
.photo_cen img {
  padding: 0px;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  width: 100%;
}
/*写真キャプション*/
.photo_cap {
  text-align: center;
  padding: 3px;
  color: #960;
  font-size: 90%;
}
.photo_cap_right {
  text-align: right;
  padding: 3px;
  color: #960;
  font-size: 90%;
  width: 294px;
}
/*-------------------------------------------------------------------
商品ページ
----------------------------------------------------------------------*/
.photo_product {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
}
.photo_product img {
  padding: 0px;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  width: 40%;
  float: left;
  border: 1px solid #999;
}
.photo_product .detail {
  float: right;
  width: 58%;
	
}
.photo_product .detail .title {
  font-size: 130%;
  font-weight: bold;
  color: #333;
}
.photo_product .detail .spec {
  color: #930;
  margin-bottom: 10px;
}
.detail .step {
  color: #090;
  font-size: 120%;
  font-weight: bold;
}
.detail ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.detail ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
  margin-left: 20px;
}
@media only screen and (max-width:768px) {
  .photo_product img {
    padding: 0px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    text-align: center;
    width: 230px;
  }
  .photo_product .detail {
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  .photo_product2 img {
    float: left;
    padding: 0px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    width: 54px;
  }
  .photo_product2 .detail {
    width: 70%;
    float: right;
  }
}
/*=============================================
 その他
==============================================*/
/*オンマウスで拡大画像表示*/
A.thumbnail {
  display: block;
  margin-left: 1px;
}
a.thumbnail, a.thumbnail img {
  width: 450px;
  height: 240px;
}
a.thumbnail:hover {
  border: none;
  cursor: default;
}
a.thumbnail:hover img {
  width: auto;
  height: auto;
  position: absolute;
}
.red {
  color: #F00;
}
/*事務所案内*/
table.office {
  width: 100%;
  margin-bottom: 25px;
}
table.office td {
  text-align: left;
  padding: 5px;
}
table.office td.title {
  width: 180px;
}
table.office td.title2 {
  width: 150px;
}
.office_p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*フォーム*/
table.form {
  width: 100%;
  margin-bottom: 25px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #CCC;
  border-right-color: #CCC;
}
table.form td {
  text-align: left;
  padding: 5px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #CCC;
  border-left-color: #CCC;
  vertical-align: top;
}
table.form td.title {
  width: 180px;
}
.txtarea {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bold {
  font-weight: bold;
}
@media (max-width: 768px) {
  .widget-title {
    font-size: 120%;
    color: rgb(255, 255, 255);
    border: none;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .widget-container {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-right: 5px;
    margin-left: 10px;
  }
  .textwidget {
    padding-left: 10px;
    width: 100%;
    display: inline-block;
  }
  .textwidget:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
  }
  .textwidget img {
    margin-right: 5px;
    width: 90%;
  }
  .textwidget_txt {
    padding-left: 0px;
    width: 100%;
    font-size: 100%;
    line-height: 1.5em;
  }
}
dl.news_up_in a {
  padding: 5px 20px 5px 0;
  color: #fff;
  text-decoration: underline;
}
dl.news_up_in a:hover {}
/*------------------------------------------------------------------------------------------

twitter
-------------------------------------------------------------------------------------------*/
@media only screen and (min-width:769px) {
  #twitter {
    float: right;
    width: 430px;
    margin-right: 20px;
  }
}
@media only screen and (max-width:768px) {
  #twitter {
    width: 430px;
    margin-right: 20px;
  }
}
/*------------------------------------------------------------------------------------------

メニュー
-------------------------------------------------------------------------------------------*/
#recmenu {
  background-color: #1b1b1b;
  clear: both;
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}
#recmenu .waku {
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}
#recmenu .block {
  float: left;
  width: 315px;
  margin-right: 25px;
}
#recmenu .block img {
  width: 315px;
}
#recmenu .block .text {
  font-size: 80%;
  margin-top: 10px;
  height: 60px;
}
/*------------------------------------------------------------------------------------------

レスポンシブ対応テーブル
-------------------------------------------------------------------------------------------*/
section table {
  width: 100%;
  clear: both;
}
section th, section td {
  padding: 10px;
  border: 1px solid #ddd;
}
section th {
  background-color: #EAEAEA !important;
}
table.common {
  width: 100%;
}
.common th {
  background-color: #EAEAEA !important;
}
.common th, .common td {
  width: 50%;
  text-align: left;
  padding-left: 5px;
}
.common td img {
  width: 100%;
}
.common td.title {
  text-align: left;
  background-color: #E7E7E7;
  padding-left: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}
.common td.cont {
  padding-left: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}
.common td.cont_first {
  width: 60%;
  padding-left: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
}
@media (min-width: 769px){
table.dl{
	width: 100%;
border: none;
}
table.dl td.imgas{
	vertical-align: top;
	text-align: center;
	width: 20%;

}
table.dl td.detail{
	vertical-align: top;
width: 60%;
}
table.dl td.bt{
	vertical-align: middle;
width: 20%;
}
}
@media (max-width: 768px) {
  table.dl {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    border: none;
  }
  table.dl td {
    display: block;
  }
  table.dl td.imgas {
    vertical-align: top;
    text-align: center;
  }
  table.dl td.detail {
    vertical-align: top;
  }
  table.dl td.bt {
    vertical-align: middle;
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width:768px) {
  .common th, .common td {
    text-align: left;
    padding: 5px;
    vertical-align: top;
  }
  .common td.title {
    width: 20%;
    text-align: left;
    background-color: #F4F5F7;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
  }
  .common td.cont {
    width: 60%;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
  }
}
@media only screen and (max-width:768px) {
  .common {
    margin: 0 -10px;
  }
  .common th, .common td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .common tr:first-child th {
    border-top: 1px solid #ddd;
  }
  .common td img {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------------------

テキスト
-------------------------------------------------------------------------------------------*/
.txt_110 {
  font-size: 110%;
}
.txt_120 {
  font-size: 120%;
}
.txt_130 {
  font-size: 130%;
}
.txt_140 {
  font-size: 140%;
}
.txt_150 {
  font-size: 150%;
}
.txtred {
  color: #F00;
}
video {
  /*position: fixed;*/
  top: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  right: 0px;
  left: 0px;
  overflow: hidden;
}
.movie_txt img {
  font-family: serif;
  color: #fff;
  font-size: 400%;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
/* ================================================================================
	#footer
================================================================================ */
#footer {
  position: absolute;
  background-image: url(../../images/bg_footer.png);
  background-repeat: repeat;
  width: 100%;
  bottom: 0px;
  height: 250px;
  background-position: bottom;
}
#copyright {
  color: rgb(255, 255, 255);
  font-size: 12px;
  clear: both;
  margin-bottom: 0;
}
#copyright a {
  color: rgb(50, 50, 50);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#go-top {
  position: absolute;
  bottom: 40px;
  right: 0;
  line-height: 1;
  margin-bottom: 0;
}
#homeFooter {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: left;
  color: #ccc !important;
  font-size: 12px;
  float: left;
}
#homecopy {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: left;
  color: #ccc !important;
  font-size: 12px;
  float: right;
}
.movie_txt {
  margin-right: 80px;
  text-align: right;
  margin-top: 50px;
  position: absolute;
  margin-left: auto;
  padding-left: 85%;
  z-index: 9999;
}
.more {
  background-image: url(../../images/ico_more.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 25px;
  margin-top: 10px;
}
.pagetop2 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;
}
/* ================================================================================
	取扱い商品
================================================================================ */
@media only screen and (min-width:769px) {
  .product {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width:768px) {
  .product {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}
.product ul {
  list-style-type: none;
}
.product ul li img {
  width: 215px;
}
.product li {
  list-style-type: none;
  float: left;
  margin-right: 1px;
  margin-bottom: 10px;
  width: 215px;
  height: 220px;
  overflow: hidden;
}
.product li .detail {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product li .photo {
  height: 180px;
  overflow: hidden;
}
.product li .photo img {
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
dl.product_in {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  background-color: #EBEBF1;
  padding: 10px;
}
dl.product_in dt {
  clear: left;
  float: left;
  width: 4em;
  line-height: 1.2em;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0.5em;
  font-weight: normal;
  color: #333;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 16px;
}
dl.product_in dd {
  line-height: 1.5em;
  padding-top: 10px;
  padding-right: 0.5em;
  padding-bottom: 5px;
  padding-left: 3em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 14px;
}
dl.product_in a {
  padding: 5px 20px 5px 0;
  color: #666;
  text-decoration: underline;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #012869;
}
dl.product_in a:hover {
  text-decoration: none;
}
#season {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
#season ul li {
  list-style-type: none;
}
#season li {
  float: left;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 49.88%;
  margin-left: 0.12%;
  margin-bottom: 2px;
}
#season li img {
  width: 100%;
}
.main_photo {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.main_photo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:769px) {
  .aboutus_photo {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    background-color: #BDBDB5;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (max-width:768px) {
  .aboutus_photo {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    background-color: #BDBDB5;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
    padding-left: 3px;
  }
}
.aboutus_photo ul {
  width: 100%;
  list-style-type: none;
  margin-right: 2%;
  margin-left: 1.8%;
}
@media only screen and (min-width:769px) {
  .aboutus_photo li {
    list-style-type: none;
    margin-right: 2px;
    float: left;
    width: 24%;
    display: inline-block;
    color: #FFF;
    line-height: 1.3em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:768px) {
  .aboutus_photo li {
    list-style-type: none;
    margin-right: 2px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    color: #FFF;
    line-height: 2em;
  }
}
.aboutus_photo li img {
  width: 100%;
  heght: auto;
  margin-bottom: 10px;
}
/*----------------------------------------------------------

お問合せ
-----------------------------------------------------------*/

.fa2 {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.at_pad_bottom {
  padding-bottom: 1em;
}
.bold_line {
  font-weight: 600;
  line-height: 2em;
  text-align: center;
  font-size: 16px;
}
/*----------------------------------------------------------

ヘッダー
-----------------------------------------------------------*/
@media only screen and (min-width:769px) {
  .logo_pc {
    float: left;
    display: block;
	   height: 108px;
  }
	.logo_pc img {
    height: 108px;
  }
  .english_pc {
    border-radius: 50px;
    background-color: #667cbf;
    padding: 10px auto;
    width: 140px;
    float: right;
    text-align: center;
    position: absolute;
    color:
      rgba(255, 255, 255, 1.00)
  }
}
@media only screen and (max-width:768px) {
  .logo_pc {
    display: none;
  }
  .english_pc {
    border-radius: 30px;
    background-color: #667cbf;
    padding: 1% auto;
    width: 50px;
    float: right;
    text-align: center;
    position: absolute;
    color: rgba(255, 255, 255, 1.00);
    /*right: 50px;*/
    top: 20px;
    font-size: 12px;
  }
}
.header-left {
  /*float: left;*/
  position: absolute;
  top: 70px;
}
@media (min-width: 769px) {
  .header-right {
     /*padding-right: 67px;
    padding-top: 10px; */
    position: absolute;
    top: 10px;
    /*left: 85%;*/
	  right: 0;
  }
	
	.header-right ul{
		float: left;
		font-size: 24px;
		color: #58351E;
		font-weight: 600;
		
	}
	
	header-right ul li{

		bottom: 0;

margin: 0 10px;

padding: 0 10px;
		
	}
  .h_logo {
    display: none;
  }
  .for_pc {}
  .for_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-right {
    float: right;
    padding-right: 15%
  }
  .for_pc {
    display: none;
  }
  .for_sp {}
}
/*----------------------------------------------------------

タイトルタグ
-----------------------------------------------------------*/
@media (min-width: 769px) {
  h1 {
    font-size: 40px;
    color: #58351E;
    text-align: center;
    font-weight: 400;
    margin-top: 76px;
   /* width: 1200px;*/
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    color: #58351E;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
  }
}
h1.iwb {
  font-size: 33px;
  color: #58351E;
  text-align: center;
  font-weight: 400;
  margin-top: 76px;
}
h1.news {
  font-size: 33px;
  color: #58351E;
  text-align: center;
  font-weight: 400;
  margin-top: 76px;
}
h1.parts {
  font-size: 33px;
 color: #58351E;
  text-align: center;
  font-weight: 400;
  margin-top: 76px;
}
h2.top_consept {
  font-size: 28px;
  color: #58351E;
  text-align: center;
  font-weight: 400;
  margin-top: 30px;
  /*padding: 20px 1em;*/

}
h3.iwb {
  font-size: 24px;
  color: #494949;
  text-align: left;
  font-weight: 600;
  margin-top: 76px;
  border-left: #ff6601 8px solid;
  border-bottom: #d5d5d5 2px solid;
  padding: 10px 1em;
}
h4.iwb {
  font-size: 22px;
  color: #494949;
  text-align: left;
  font-weight: 400;
  margin-top: 76px;
  border-left: #ff6601 2px solid;
}
/*h parts*/
h2.parts {
  font-size: 24px;
  color: #3f579d;
  text-align: left;
  font-weight: 600;
  margin-top: 76px;
  padding: 20px 1em;
  border-bottom: #e9e9e9 2px solid;
  border-top: #e9e9e9 2px solid;
}
h3.parts {
  font-size: 24px;
  color: #3f579d;
  text-align: left;
  font-weight: 600;
  margin-top: 76px;
  border-left: #3f579d 8px solid;
  border-bottom: #d5d5d5 2px solid;
  padding: 10px 1em;
}
h4.parts {
  font-size: 22px;
  color: #494949;
  text-align: left;
  font-weight: 400;
  margin-top: 76px;
  border-left: #3f579d 2px solid;
}
h5 {
  font-size: 20px;
  margin: 10px 15px;
}
/*ニュース*/
h5.news {
  font-size: 26px;
  margin-left: 0;
  padding-top: 15px;
  border-bottom: #e4e4e4 3px solid;
}

h6.news {
  font-size: 22px;
  margin-left: 0;
  padding-top: 40px;
}
/*イベント*/
h5.event {
  font-size: 26px;
  margin-left: 0;
  padding-top: 15px;
  border-bottom: #ff6601 3px solid;
}
h6.event {
  font-size: 22px;
  margin-left: 0;
  padding-top: 40px;
}

/*ダウンロード*/
h5.dl {
  font-size: 26px;
  text-align: center;
  padding-top: 15px;
 color: #d67a8b;
}
h5.dl_blue {
  font-size: 26px;
  text-align: center;
  padding-top: 15px;
 color: #667cbf;
}
h6.dl{
	font-size: 20px;
	padding-left: 15px;
}
@media (min-width: 769px) {
.subtitles {
  font-size: 28px;
  color: #C28760;
  text-align: center;
  margin-bottom: 20px;
}
}
@media (max-width: 768px) {
.subtitles {
  font-size: 22px;
  color: #C28760;
  text-align: center;
  margin-bottom: 20px;
}
}
.center {
  text-align: center;
}
.left {
  float: left;
}
/*----------------------------------------------------------

ニュース
-----------------------------------------------------------*/
@media (min-width: 769px) {
  .content {
   /*width: 1280px;*/
	  width: 1072px;
    margin: 0 auto;
  }
  .content_con {
    width: 1072px;
    margin: 0 auto;
  }
	.content_con_footer {
    width: 1072px;
    
  }
  .news_in .news_detail {
    border-bottom: 1px dotted rgba(146, 146, 146, 1.00);
    width: 100%;
  }
  .news_in {
    /*margin-left: 10px;*/
    display: block;
  }
  .news_in dt {
    clear: left;
    float: left;
    width: 7.5em;
    line-height: 1.2em;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 5px;
    /*padding-left: 9em;*/
    font-weight: normal;
    color: #58351E;
    font-size: 100%;
    margin-left: 20px;
  }
  .news_in dd {
    line-height: 1.2em;
    padding-top: 10px;
    padding-right: 0.5em;
    padding-bottom: 10px;
    padding-left: 7em;
    /*border-bottom: 1px dotted rgba(146, 146, 146, 1.00);*/
    margin-left: 0;
    margin-bottom: 10px;
  }
  .news_in dt.nari {
    position: relative;
  }
  .news_in dt.nari:before {
    width: 80px;
    padding: 10px auto;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    display: block;
    position: absolute;
    content: 'NaRiKa';
    top: 5px;
    left: -10px;
    background: #5782a6;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_in dt.rika {
    position: relative;
  }
  .news_in dt.rika:before {
    width: 80px;
    padding: 10px auto 10px auto;
    text-align: center;
    display: block;
    position: absolute;
    content: '理科機器';
    top: 5px;
    left: -10px;
    color: rgba(75, 75, 75, 1.00);
    background: #e5ea64;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_in dt.sci {
    position: relative;
  }
  .news_in dt.sci:before {
    width: 80px;
    padding: 10px auto;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    display: block;
    position: absolute;
    content: 'Scibox';
    top: 5px;
    left: -10px;
    background: #f79a8f;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_in .detailtxt {
    margin-left: 0;
    margin-top: 20px;
    /*width: 80%;*/
    /*font-size: 20px;*/
  }
  .arcive {
    float: right;
    text-align: center;
    border-radius: 50px;
    background-color: rgba(246, 243, 241, 1.00);
    color: #58351E;
    padding: 20px auto;
    width: 20%;
    line-height: 3em;
    margin-top: 20px;
    border: 1px solid #58351E;
  }
  .arcive a:hover {
    background-color: rgba(255, 255, 255, 0.20);
  }
}
@media (max-width: 768px) {
  .content {
    /*width: 93%;
    margin: 0 1% 0 3%;*/
	  width: 93%;
  }
  .content_con {
    width: 93%;
    margin: 0 1% 0 3%;
  }
	
	
	.seihin {
    width: 93%;
    margin: 0 1% 0 3%;
	
  }
  .seihin_con {
    width: 93%;
    margin: 0 1% 0 3%;
  }
	
	
	.content_con_footer {
   width: 93%;
    margin: 0 1% 0 3%;
    
  }
  .news_in .news_detail {
    border-bottom: 1px dotted rgba(146, 146, 146, 1.00);
    width: 100%;
  }
  .news_in {
    /*margin-left: 10px;*/
    display: block;
  }
  .news_in dt {
    clear: left;
    /*float: left;*/
    line-height: 1.2em;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 1em;
    font-weight: normal;
    color: #666;
    font-size: 90%;
    /*margin-left: -20px;*/
  }
  .news_in dd {
    line-height: 1.2em;
    padding-top: 10px;
    /*padding-right: 0.5%;*/
    padding-bottom: 10px;
    padding-left: 1%;
    border-bottom: 1px dotted rgba(146, 146, 146, 1.00);
    margin-left: 5%;
    margin-bottom: 10px;
    width: 92%;
  }
  .news_in dt.nari {
    position: relative;
  }
  .news_in dt.nari:before {
    width: 80px;
    padding: 10px auto;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    display: block;
    position: absolute;
    content: 'NaRiKa';
    top: 5px;
    left: 1%;
    background: #5782a6;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_in dt.rika {
    position: relative;
  }
  .news_in dt.rika:before {
    width: 80px;
    padding: 10px auto 10px auto;
    text-align: center;
    display: block;
    position: absolute;
    content: '理科機器';
    top: 5px;
    left: 1%;
    color: rgba(75, 75, 75, 1.00);
    background: #e5ea64;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_in dt.sci {
    position: relative;
  }
  .news_in dt.sci:before {
    width: 80px;
    padding: 10px auto;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    display: block;
    position: absolute;
    content: 'Scibox';
    top: 5px;
    left: 1%;
    background: #f79a8f;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .arcive {
    float: right;
    text-align: center;
    border-radius: 30px;
    background-color: rgba(246, 243, 241, 1.00);
    color: #58351E;
    padding: 5px 15px;
    line-height: 2em;
    margin-top: 20px;

    border: 1px solid rgba(88,53,30,0.50);

  }
  .arcive a:hover {
    background-color: rgba(255, 255, 255, 0.20);
  }
}
/*pagination*/
.news_in ul.pageNav01 {
  margin: 0 0 10px;
  text-align: center;
}
.news_in ul.pageNav01 li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}
.news_in ul.pageNav01 li span {
  display: inline-block;
  padding: 1px 8px;
  background: #667cbf;
  color: #ffffff;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-decoration: none;
}
.news_in ul.pageNav01 li a {
  display: inline-block;
  padding: 1px 8px;
  background: #ffffff;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-decoration: none;
  color: #667cbf;
}
.news_in ul.pageNav01 li a:hover {
  background: #667cbf;
  color: #ffffff;
}
.news_in ul.pageNav01 li.noborder {
  display: inline;
  margin: 0 1px;
  padding: 0;
}
.news_in ul.pageNav01 li.noborder span {
  display: inline-block;
  padding: 1px 8px;
  background: #667cbf;
  color: #ffffff;
  border: none;
  vertical-align: middle;
  text-decoration: none;
}
.news_in ul.pageNav01 li.noborder a {
  display: inline-block;
  padding: 1px 8px;
  background: #ffffff;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  color: #667cbf;
}
.news_in ul.pageNav01 li.noborder a:hover {
  background: #667cbf;
  color: #ffffff;
}


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

コンセプトエリア
------------------------------------------------------------------*/
/*topコンセプトエリア*/
@media (min-width: 769px) {
#top-consept {
  background-image: url("../../images/concept_back.png");
  padding-bottom: 70px;
  
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 50px;
	    padding-top: 50px;
	background-size:cover;
}
	.top-consept_in{
	background-color: rgba(255,255,255,0.51);
	padding: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.top-consept_in .consept{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.top-consept_in .consept_in {
    margin-top: 50px;
    display: block;
	text-align: center;
	color: #58351E;
	
  }

.top-consept_in .consept_in_sub {
    margin-top: 30px;
    display: block;
	text-align: center;
	color: #58351E;
  }
}
@media (max-width: 768px) {
#top-consept {
  background-image: url("../../images/concept_back.png");
  padding-bottom: 70px;
  
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  
	    padding-top: 50px;
	background-size:cover;
}

.top-consept_in{
	background-color: rgba(255,255,255,0.51);
	padding: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.top-consept_in .consept{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.top-consept_in .consept_in {
    margin-top: 50px;
    display: block;
	text-align: left;
	color: #58351E;
	
  }

.top-consept_in .consept_in_sub {
    margin-top: 30px;
    display: block;
	text-align: left;
	color: #58351E;
  }
	}
@media (min-width: 769px) {
.wrap .col-sm-4-2{

	background-color: #F6F3F1;

	
}
}
@media (max-width: 768px) {
.wrap .col-sm-4-2{

	background-color: #ffffff;
margin-bottom: 30px;
	
}
}
.wrap .col-sm-4-2 a{

margin: 0;
	padding: 0;
	
}

.wrap .col-sm-4-2 .name{
	font-size: 28px;
	color: #58351E;
	text-align: center;
	background-color: #ffffff;
	margin-top: -10px;
    padding-top: 10px;
	
}
.wrap .col-sm-4-2 .detail{
	font-size: 16px;
	color: #58351E;
	background-color: #F6F3F1;

	
}
.wrap .col-sm-4-2 .detail_in{
	font-size: 16px;
	color: #58351E;
	
	padding: 20px;
	text-align: left;
	
	
}
@media (min-width: 769px) {
.wrap{
 display:flex;
}
}
/*----------------------------------------------------------

おすすめ商品
-----------------------------------------------------------*/


.content_pro {
   width: 1072px;
    margin: 0 auto;
	color: #58351E;
  }

.content_pro_in {
margin-top: 50px;
	margin-bottom: 80px;
    display: block;
	text-align: center;
	color: #58351E;
  }
 
/*----------------------------------------------------------

TOPバナー
-----------------------------------------------------------*/
@media (min-width: 769px) {
  .bunner {
    width: 95%;
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bunner ul {
    width: 100%;
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bunner li {
    list-style: none;
    float: left;
    margin-right: 2% !important;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .bunner {
    width: 95%;
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bunner ul {
    width: 100%;
    margin-left: 0 !important;
  }
  .bunner li {
    list-style: none;
    float: left;
    margin-right: 2% !important;
    margin-left: 0;
    width: 48%;
  }
  .bunner li img {
    width: 100%;
  }
}
/*----------------------------------------------------------

フッター背景
-----------------------------------------------------------*/
.content_footer {
  background-color: #58351E;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.clear {
  position: static;
  clear: both;
}
/*----------------------------------------------------------

テキスト
-----------------------------------------------------------*/
.ff6601 {
  color: #ff6601;
}
.ff6601600 {
  color: #ff6601;
  font-weight: 600;
}
.d8546d {
  color: #d8546d;
}
.t667cbf {
  color: #667cbf;
}
.box {
  border: #E7E7E7 5px solid;
  padding: 2%;
  background-color: #FBFBFB;
  margin: 0 15px;
}
.box .title {
  font-size: 20px;
  font-weight: 600;
  border-left: #ff6601 5px solid;
  padding: 5px 1em;
  margin-bottom: 10px;
}
.box50 {
  border: #E7E7E7 5px solid;
  padding: 2%;
  background-color: #FBFBFB;
  margin-top: 20px;
}
.box50 .title2 {
  color: #ff6601;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 1em;
  margin-bottom: 10px;
}
/*parts*/
.box_parts {
  border: #efced4 5px solid;
  padding: 2%;
  background-color: #fbf9f9;
  margin: 0 15px;
}
.box_parts .title {
  font-size: 20px;
  font-weight: 600;
  border-left: #d8546d 5px solid;
  padding: 5px 1em;
  margin-bottom: 10px;
}
.box50_parts {
  border: #E7E7E7 5px solid;
  padding: 2%;
  background-color: #FBFBFB;
  margin-top: 20px;
}
.box50_parts .title2 {
  color: #667cbf;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 1em;
  margin-bottom: 10px;
}
.box50_parts .title3 {
  color: #d42949;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 1em;
  margin-bottom: 10px;
}
/*角丸ボタン*/
.btn_link {
  border-radius: 50px;
  background-color: #ff6601;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 180px;
  /*float: right;*/
  text-align: center;
  position: absolute;
  color: rgba(255, 255, 255, 1.00);
  background-image: url("../../images/con_ico_link.png");
  background-repeat: no-repeat;
  background-position: 15% 45%;
}
.btn_link_blue {
  border-radius: 50px;
  background-color: #667cbf;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 180px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  background-image: url("../../images/con_ico_link.png");
  background-repeat: no-repeat;
  background-position: 15% 45%;
  margin-bottom: 10px;
}
.btn_link_pink {
    border-radius: 50px;
    background-color: rgba(235,119,141,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
    width: 180px;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    background-image: url("../../images/con_ico_link.png");
    background-repeat: no-repeat;
    background-position: 15% 45%;
    margin-bottom: 10px;
}
@media (min-width: 769px){
.btn_dl_pink {
    border-radius: 50px;
    background-color: rgba(235,119,141,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 20px;
    width: 200px;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    background-image: url("../../images/ico_con_dl_DL.png");
    background-repeat: no-repeat;
    background-position: 15% 45%;
    margin-bottom: 10px;
}

.btn_detail_blue {
    border-radius: 50px;
    background-color: rgba(102,124,191,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 20px;
    width: 200px;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    background-image: url("../../images/ico_dl_detail.png");
    background-repeat: no-repeat;
    background-position: 15% 45%;
    margin-bottom: 10px;

	}
}
@media (max-width: 768px){
.btn_dl_pink {
    border-radius: 50px;
    background-color: rgba(235,119,141,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 20px;
    width: 200px;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    background-image: url("../../images/ico_con_dl_DL.png");
    background-repeat: no-repeat;
    background-position: 15% 45%;
    margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.btn_detail_blue {
    border-radius: 50px;
    background-color: rgba(102,124,191,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 20px;
    width: 200px;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    background-image: url("../../images/ico_dl_detail.png");
    background-repeat: no-repeat;
    background-position: 15% 45%;
    margin-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
	}
}
/*Q&A*/
.title_qa {
    font-size: 20px;
    font-weight: 600;
    border-left: #ff6601 5px solid;
    padding: 5px 1em;
    margin-bottom: 10px;
}
@media (min-width: 769px){
.btn_link_auto {
  border-radius: 50px;
    background-color: #ff6601;
    padding-top: 8px;
    padding-bottom: 8px;
    padding: 8px 1.1em;
    width: 45%;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
   /* background-image: url(../../images/con_ico_link.png);
    background-repeat: no-repeat;
    background-position: 10% 45%;*/
    margin: auto;
}
}
@media (max-width: 768px){
.btn_link_auto {
  border-radius: 50px;
    background-color: #ff6601;
    padding-top: 8px;
    padding-bottom: 8px;
    padding: 8px 1.1em;
    width: 80%;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
   /* background-image: url(../../images/con_ico_link.png);
    background-repeat: no-repeat;
    background-position: 3% 45%;*/
    margin: auto;
}
}
/*-------------------------------------------------------------------
panelファイルの4個並びボタン
--------------------------------------------------------------------*/
/*Q&A*/
.btn_panel_qa {
  padding: 15px 1em;
  width: 88%;
  background-image: url("../../images/ico_con_panel_qa.png"), linear-gradient(#fafafa, #ffffff);
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  background-repeat: no-repeat;
  background-position: 12% 40%;
  font-size: 20px;
  border: 1px solid #b4b4b4;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.btn_panel_qa a {
  display: block;
  color: #494949;
}
.btn_panel_qa:hover {
  background-image: url("../../images/ico_con_panel_qa.png"), linear-gradient(#fff4ec, #fde4d3);
	
}
/*ソフトウェア*/
.btn_panel_soft {
  padding: 15px 1em;
  width: 88%;
  background-image: url("../../images/ico_con_panel_soft.png"), linear-gradient(#fafafa, #ffffff);
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  background-repeat: no-repeat;
  background-position: 7% 40%;
  font-size: 20px;
  border: 1px solid #b4b4b4;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.btn_panel_soft a {
  display: block;
  color: #494949;
}
.btn_panel_soft:hover {
  background-image: url("../../images/ico_con_panel_soft.png"), linear-gradient(#fff4ec, #fde4d3);
}
/*導入事例*/
.btn_panel_dounyu {
  padding: 15px 1em;
  width: 88%;
  background-image: url("../../images/ico_con_panel_dounyu.png"), linear-gradient(#fafafa, #ffffff);
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  background-repeat: no-repeat;
  background-position: 12% 40%;
  font-size: 20px;
  border: 1px solid #b4b4b4;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.btn_panel_dounyu a {
  display: block;
  color: #494949;
}
.btn_panel_dounyu:hover {
  background-image: url("../../images/ico_con_panel_dounyu.png"), linear-gradient(#fff4ec, #fde4d3);
}
/*お問合せ*/
@media (min-width: 769px) {
  .btn_panel_inq {
    padding: 15px 2em;
    width: 88%;
    background-image: url("../../images/ico_con_panel_inq.png"), linear-gradient(#fafafa, #ffffff);
    text-align: right;
    color: rgba(255, 255, 255, 1.00);
    background-repeat: no-repeat;
    background-position: 7% 40%;
    font-size: 20px;
    border: 1px solid #b4b4b4;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .btn_panel_inq {
    padding: 15px 1em;
    width: 88%;
    background-image: url("../../images/ico_con_panel_inq.png"), linear-gradient(#fafafa, #ffffff);
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    background-repeat: no-repeat;
    background-position: 12% 40%;
    font-size: 20px;
    border: 1px solid #b4b4b4;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease;
    margin-bottom: 10px;
  }
}
.btn_panel_inq a {
  display: block;
  color: #494949;
}
.btn_panel_inq:hover {
  background-image: url("../../images/ico_con_panel_inq.png"), linear-gradient(#fff4ec, #fde4d3);
}
@media (min-width: 769px) {
  .quick_news {
    background-color: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0;
  }
  .quick_news_in {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .quick_news {
    background-color: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0;
  }
  .quick_news_in {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
.space10 {
  padding-right: 10px;
}
.space20 {
  padding-right: 20px;
}
.space30 {
  padding-right: 30px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*---main画像---*/
@media (min-width: 769px) {
  #viewer {
    margin: 0 auto;
    width: 100%;
    min-height: 342px;
    text-align: left;
    overflow: hidden;
    position: relative;
    object-fit: cover;
  }
  #viewer img {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*object-fit: cover;*/
    background-color: #f6f6f6;
    display: inline-block;
  }
  #viewer img {
    top: 0;
    left: 0;
    /*position: absolute;*/
    width: 100%;
    height: 159px;
  }
}
@media (min-width: 769px) {
  #viewer_contents {
    margin: 0 auto;
    width: 100%;
    /*background-color: #f9f9f9;
  overflow: hidden;*/
    position: relative;
    object-fit: cover;
  }
  #viewer_contents img {
    width: 100%;
    min-height: 159px;
  }
}
@media (max-width: 768px) {
  #viewer_contents {
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*object-fit: cover;*/
    background-color: #f6f6f6;
    display: inline-block;
  }
  #viewer_contents img {
    /* position: absolute;
    right: -50%;*/
    width: auto;
    height: auto;
    /*width: 100%;*/
    height: 159px;
    max-width: inherit;
    float: right;
    background-color: #f6f6f6;
  }
  #viewer_contents_iwb {
    margin: 0 auto;
    width: 100%;
  }
  #viewer_contents_iwb img {
    margin: 0 auto;
    width: 100%;
  }
}
#viewer_contents h1.iwb {
  position: absolute;
  top: -10%;
  left: 10%;
	    text-shadow: 1px 1px 0 #ffffff;
}
#viewer_contents h1.news {
  position: absolute;
  top: -10%;
  left: 10%;
  /*color: #ffffff;*/
  text-shadow: 1px 1px 0 #ffffff;
}
#viewer_contents h1.parts {
  position: absolute;
  top: -10%;
  left: 10%;
}
@media (min-width: 769px) {
  /*PC背景画像設定*/
  /*IWBparts*/
  #viewer_contents_iwb {
    margin: 0 auto;
    width: 100%;
    /*background-color: #f9f9f9;
  overflow: hidden;*/
    background-image: url(../../images/con_main_iwb.png);
    object-fit: cover;
    height: 159px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
  }
  #viewer_contents_iwb_in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
  }
  #viewer_contents_iwb_in h1.mainp {
    position: absolute;
    margin: 0 auto;
    top: -10%;
    left: 0;
    font-size: 33px;
    color: #ff6601;
    text-align: left !important;
    font-weight: 400;
    margin-top: 76px;
    padding-left: 25px;
  }
  /*narika-parts*/
  #viewer_contents_parts {
    margin: 0 auto;
    width: 100%;
    /*background-color: #f9f9f9;
  overflow: hidden;*/
    background-image: url(../../images/con_main_enkaku.png);
    object-fit: cover;
    height: 159px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
  }
  #viewer_contents_parts_in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
  }
  #viewer_contents_parts_in h1.mainp {
    position: absolute;
    margin: 0 auto;
    top: -10%;
    left: 0;
    font-size: 33px;
    color: #3f579d;
    text-align: left !important;
    font-weight: 400;
    margin-top: 76px;
    padding-left: 25px;
  }
  /*news*/
  #viewer_contents_news {
    margin: 0 auto;
    width: 100%;
    /*background-color: #f9f9f9;
  overflow: hidden;*/
    background-image: url(../../images/con_main_news_all.png);
    object-fit: cover;
    height: 159px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
  }
  #viewer_contents_news_in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
  }
  #viewer_contents_news_in h1.news {
    position: absolute;
    margin: 0 auto;
    top: -10%;
    left: 0;
    font-size: 33px;
    color: #3f579d;
    text-align: left !important;
    font-weight: 400;
    margin-top: 76px;
    padding-left: 25px;
  }
	 /*narika-form*/
  #viewer_contents_form {
    margin: 0 auto;
    width: 100%;
    /*background-color: #f9f9f9;
  overflow: hidden;*/
    background-image: url(../../images/con_main_narika_iq.png);
    object-fit: cover;
    height: 159px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
  }
  #viewer_contents_form_in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
  }
  #viewer_contents_form_in h1.mainp {
    position: absolute;
    margin: 0 auto;
    top: -10%;
    left: 0;
    font-size: 33px;
    color: #3f579d;
    text-align: left !important;
    font-weight: 400;
    margin-top: 76px;
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .scroll {
    overflow-x: auto;
  }
}
.txt_blue {
  color: #4b69c4;
}
/*ボタン*/
.bt{
	
}
.bt:hover{
	opacity:0.5;
	transition : all 300ms;
}
.button {}
.button a {
  width: 150px;
  font-size: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff !important;
  background-color: #011638;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}
.button a:hover {
  width: 150px;
  font-size: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff !important;
  background-color: #999;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}
.button2 {}
/*.button2 a {
  
  font-size: 100%;
  text-decoration: none;
  display: block;


  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}
.button2 a:hover {

  font-size: 100%;
  text-decoration: none;
  display: block;
  text-align: center;

  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}*/
.button2 .nari {
  width: 108px;
  padding: 10px auto;
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
 /* display: block;*/
  top: 5px;
  left: -10px;
  background: #5782a6;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.button2 .nari a {
  color: rgba(255, 255, 255, 1.00);
  background: #5782a6;
}
.button2 .rika {
  width: 108px;
  padding: 10px auto 10px auto;
  text-align: center;
  /*display: block;*/
  top: 5px;
  left: -10px;
  color: rgba(75, 75, 75, 1.00);
  background: #e5ea64;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.button2 .rika a {
  color: rgba(75, 75, 75, 1.00);
  background: #e5ea64;
}
.button2 .sci {
  width: 108px;
  padding: 10px auto;
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
  /*display: block;*/
  top: 5px;
  left: -10px;
  background: #f79a8f;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.button2 .sci a {
  color: rgba(255, 255, 255, 1.00);
  background: #f79a8f;
}
.button2 .active {
  width: 126px;
  padding: 10px auto;
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
  display: block;
  top: 5px;
  left: -10px;
  background: #ff6601;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.button2 .active a {
  color: rgba(255, 255, 255, 1.00);
  background: #ff6601;
}
.button2 .recnew {
  width: 108px;
  padding: 10px auto;
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
 /*display: block;*/
  top: 5px;
  left: -10px;
  background: #48ae75;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.button2 .recnew a {
  color: rgba(255, 255, 255, 1.00);
  background: #48ae75;
}
.button2 .recold {
  width: 108px;
  padding: 10px auto;
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
 /*display: block;*/
  top: 5px;
  left: -10px;
  background: #0ca3ce;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.button2 .recold a {
  color: rgba(255, 255, 255, 1.00);
  background: #0ca3ce;
}
.button2 .edu {
  width: 194px;
  padding: 10px auto;
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
 /* display: block;*/
  top: 5px;
  left: -10px;
  background: #d28aaf;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.button2 .edu a {
  color: rgba(255, 255, 255, 1.00);
  background: #d28aaf;
}
.day {
  width: 7em;
  line-height: 1.2em;
  padding-top: 10px;
  padding-right: 0;
  
  font-weight: normal;
  color: #666;
  /*font-size: 18px;*/
}
.event_p {
  padding: 20px 0;
  line-height: 1.8em;
  padding-right: 15px;
  padding-left: 15px;
}
.event_p a {
  color: #ff6601!important;
}
.fas{
	color:#ffffff;
	padding-right: 2px;
}

.fl_right{
	float: right;
}
.fl_left{
	float: left;
}
.underbottom20{
	margin-bottom: 20px;
}
/*会社概要テーブル*/
.company th {
  padding: 30px;
	
	 border-top: 1px solid rgba(235,235,235,1.00);
	white-space: nowrap;
	vertical-align: top;
}
.company td {
    padding: 30px 1.5%;
    border-top: 1px solid rgba(235,235,235,1.00);
	vertical-align: top;
}
.company td.noborder{
    padding: 10px;
    border-top: none;
	vertical-align: top;
}
.company td img{
		 margin-top: 20px;
	}
.company td img.nomatop{
		 margin-top: 0px;
	}
@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .company {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .company th,
  .company td {

    border-top: none;
    display: block;
    /*width: 100%;*/
    /*border-bottom: 1px solid rgba(235,235,235,1.00);*/
  }
	.company td.subt {
    background-color: rgba(255,251,251,1.00);
  }
	.company td.boder_no{
	border-bottom: none;
	}
	.company th{
		background-color: #f4f4f4;
		color: inherit;
	}
	.company td img{
		 margin-top: 5px;
		
	}
	.company td.flag img{
		 margin-top: 5px;
		width: 30px;
	}
}
.nowrap{
	white-space: nowrap;
}
.em4{
	white-space: nowrap;
}
/*----------------------------------------------------------------
Q&A
-----------------------------------------------------------------*/
@media (min-width: 769px){
/*Q*/
.qa_out_q {
  width: 100%;
  position: absolute;
  top: 30%;
  display: inline-block;
  z-index: 999;
}
.qa_in_q {
  width: 800px;
    margin-right: 0;
    margin-left: 2%;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 10px 15% 10px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
	margin-top: 20px;
	line-height: 2;
}
.qa_out_q::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../../images/con_ico_Q.png) no-repeat;
  background-size: contain;
  z-index: 999;
}



.qa_in_q_in {
  width: 100%;
  margin: 10px 2% 10px 8%;
  z-index: 2;
}
/*A*/
.qa_out_a {
    margin-right: 0;
    margin-left: 18px;
    border-radius: 10px;
    padding: 20px 0 20px 0;
    position: relative;
    z-index: 1;
	
}
.qa_in_a {

	    width: 80%;
    margin: 10px 2% 10px 8%;
    z-index: 2;
    position: absolute;
    top: 10px;
}
.qa_out_a::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../../images/con_ico_A.jpg) no-repeat;
    background-size: contain;
    z-index: 9999999;
    top: 100px;

}
}
@media (max-width: 768px){
/*Q*/
.qa_out_q {
  width: 100%;
  position: absolute;
  top: 30%;
  display: inline-block;
  z-index: 999;
}
.qa_in_q {
  width: 80%;
    margin-right: 0;
    margin-left: 2%;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 10px 15% 10px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
	margin-top: 20px;
}
.qa_out_q::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../../images/con_ico_Q.png) no-repeat;
  background-size: contain;
  z-index: 999;
}



.qa_in_q_in {
  width: 100%;
  margin: 10px 2% 10px 8%;
  z-index: 2;
	line-height: 1.5em;
}
/*A*/
.qa_out_a {
    margin-right: 0;
    margin-left: 18px;
    border-radius: 10px;
    padding: 20px 0 20px 0;
    position: relative;
    z-index: 1;
	
}
.qa_in_a {

	    width: 80%;
    margin: 10px 2% 10px 8%;
    z-index: 2;
    position: absolute;
    top: 10px;
}
.qa_out_a::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../images/con_ico_A.jpg) no-repeat;
    background-size: contain;
    z-index: 9999999;
    top: 100px;

}
}


/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  
  overflow: hidden;
}


.tab-content {
  max-height: 0;
  overflow: hidden;
  
  transition: max-height .35s;
}

.tab-content p {
  margin: 1em;
  color: #000;/* タブ内文字色 */
}
@media (min-width: 769px){
/* :checked */
input:checked ~ .tab-content {
  /*max-height: 10em;*/
	min-height: 20em;
}
}
@media (max-width: 768px){
/* :checked */
input:checked ~ .tab-content {
  
	min-height: 30em;
}
}
@media (min-width: 769px){
/* Icon */
label::after {
  FONT-WEIGHT: 100;
    position: absolute;
        right: -120px;
    top: 35%;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
    z-index: 9999999;
	font-size: 1.5em;
    right: -18%;
    top: 25%;
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
}
@media (max-width: 768px){
/* Icon */
label::after {
  FONT-WEIGHT: 100;
    position: absolute;
    right: 5px;
    top: 35%;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
    z-index: 9999999;
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
}


/*input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}*/
label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  
  line-height: 1;
  cursor: pointer;
}

.backgray{
	background-color: #fafafa;
}
.backwh{
	background-color: #ffffff;
}
.pad_10{
	padding: 30px 10%;
}

.pad_2{
	padding: 30px 2%;
}

.pad_l15{
	padding-left: 15px;
}


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

ご購入エリア
------------------------------------------------------------------*/
@media (min-width: 769px) {
/*topコンセプトエリア*/
#top-shop {
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 50px;
  background-color: #f6f3f1;
}


#top-shop .consept{
	width: 1072px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	
}
#top-shop .consept .consept_in_left {
    margin-top: 40px;
	width: 40%;
    display: block;
	text-align: left;
	color: #58351E;
	float: left;
  }

#top-shop .consept .consept_in_right {
    margin-top: 0px;	
	width: 60%;
    display: block;
	text-align: left;
	color: #58351E;
	float: left;
  }

#top-shop .consept .consept_in_left .detail {
    margin-top: 50px;
    display: block;
	text-align: left;
	color: #58351E;
  }
}

@media (max-width: 768px) {
/*topコンセプトエリア*/
#top-shop {
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 10px;
	padding-bottom: 20px;
  background-color: #f6f3f1;
	background-image: url("../../images/shop_back_sp.png");
	background-size:cover;
	background-size: 85% auto;
	background-repeat: no-repeat;
	background-position: center bottom 15%; 
	
}





#top-shop .detail {
    margin-top: 30px;
    display: block;
	text-align: left;
	color: #58351E;
	width: 93%;
	    margin-left: auto;
    margin-right: auto;
  }
}
.toshop {
    font-size: 28px;
    text-align: center;
    border-radius: 50px;
    background-color: #58351E;
    color: rgba(255, 255, 255, 1.00);
    padding: 20px auto;
    width: 45%;
    line-height: 2em;
    margin: 50px auto 0 auto;
   
  }

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

下部 menuエリア
------------------------------------------------------------------*/
@media (min-width: 769px) {
#top-menu {  
  padding-bottom: 70px;
  width: 100%;
  display: inline-block;
  margin: 0 auto 0 auto;
	    padding-top: 50px;
	
}
}
@media (max-width: 768px) {
#top-menu {  
  padding-bottom: 70px;
  width: 100%;
  display: inline-block;
  margin: 0 auto 0 auto;

	
}
}



#top-menu .col-sm-4-2 .name{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	background-color: #58351E;
	
    padding-top: 10px;
	margin-top: -10.5px;
	
}

#top-menu .col-sm-4-2 .name .sub{
	font-size: 12px;
	padding-bottom: 15px;
}

#top-menu .col-sm-12 {
  width: 1072px;
  margin-bottom: 26px;
}
#top-menu .col-sm-12 img {
  width: 100%;
  
}



#top-menu .col-sm-12 .name{
	font-size: 24px;
	color: #58351E;
	text-align: center;
	/*background-color: #58351E;*/
	
    padding-top: 10px;
	margin-top: -10.5px;
	
}

#top-menu .col-sm-12 .name .sub{
	font-size: 12px;
	padding-bottom: 15px;
}

.seihin{
	width: 93%;
}
.seihin .name{
	font-size: 24px;
    color: #58351E;
    text-align: center;
   /* background-color: #58351E;*/
    padding-top: 10px;
    margin-top: -10.5px;
}

.seihin .name .sub{
font-size: 12px;
    padding-bottom: 15px;
}

.seihin .col-sm-4-3{
	margin-bottom: 20px;
}
@media (min-width: 769px) {
#footer_compinfo{
	width:60%;
	margin: 20px auto;
	display: flex;
	padding-top: 50px;
}

#footer_compinfo .f_left{
	width: 25%;
	float: left;
}

#footer_compinfo .f_right{
	width: 75%;
	float: left;
	text-align: left;
	color: rgba(255,255,255,1.00);
}
}
@media (max-width: 768px) {
#footer_compinfo{
	width:93%;
	margin: 20px auto;
	
	padding-top: 50px;
}

#footer_compinfo .f_left{
	width: 100%;
	text-align: center;
	
}

#footer_compinfo .f_right{
	width: 100%;
	
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
}
}
.indent{
	padding-left: 2em;
}
.copy{
	font-size: 12px;
	padding-top: 20px;
}
@media (min-width: 769px) {
.fas{
	color:#58351E;
	font-size: 35px;
	margin: 0 10px;
}
}
@media (max-width: 768px) {
.fas{
	color:#58351E;
	font-size: 28px;
	margin: 0 10px;
}
}
/*{
    box-sizing: border-box;
}*/


@media (min-width: 769px) {
    .contact-form {
        padding: 10px;
    }
}


@media (min-width: 769px) {
    .agreement-area .item-agreement-check-area {
        text-align: center;
        padding: 12px 20px;
        margin-top: 15px;
        background-color: #F0F6FC;
        position: relative;
    }
}

@media (max-width: 768px) {
.agreement-area .item-agreement-check-area {
        text-align: right;
        padding: 12px 10px;
        margin-top: 15px;
        background-color: #F0F6FC;
        position: relative;
    }
}

.agreement-area .item-agreement-check-area::before {
    position: absolute;
    content: '必 須';
    left: 12px;
    background-color: #ee6557;
    padding: 4px 8px 3px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}

.agreement-area .item-agreement-check-area input {
    /*position: relative;*/
    top: 1px;
}

.bread-crumb {
    margin: 0 auto;
    padding: 0.1em 0;
    display: flex;
}
.bread-crumb li:after {
    content: '>';
    padding-left: 10px;
    margin-right: 10px;
}
.bread-crumb li {
    font-size: 12px;
    color: rgba(97, 97, 97, 1.00);
    float: left;
    /* margin-right: 1em; */
    list-style: none outside none;
}


@media (min-width: 769px) {
    .contact-form .item {
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
        border-top: 1px #ccc solid;
        padding-top: 10px;
        width: 100%;
    }
    .contact-form .item .inqarea{
    width: 65%!important;
}
}

@media (max-width: 768px) {
    .contact-form .item input[type=text], .contact-form .item input[type=tel], .contact-form .item input[type=email], .contact-form .item textarea {
        display: block;
        margin-left: 2%;
        width: 94%;
        padding: 2%;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
    .contact-form .item .inqarea{
    width: 90%!important;
}
}



.contact-form .item .label {
    float: left;
    padding: 5px;
    margin: 0;
   /* width: 30%;*/
}

.contact-form .item input[type=text], .contact-form .item input[type=tel], .contact-form .item input[type=email], .contact-form .item textarea {
    display: block;
    margin-left: 60px;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    resize: vertical;
        width: 80%!important;
}

.regist-on {
background:#58351E;
}
.regist-off {
background:rgba(208,205,205,1.00)!important;
}


/*----add headercss-------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
@media print, screen and ( min-width : 769px ) {
#header {
  display: none;
}
}
@media only screen and ( max-width : 768px ) {
#header {
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	border-bottom: #d44d67 2px solid;*/
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
}
#gNav a:hover {
  color: #999;
}
nav li a {
  /*font-size: 13px;*/
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
    background: #fff;
    background-image: -webkit-linear-gradient(90deg,rgba(241,239,239,1.00) 0%,rgba(229,224,224,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(241,239,239,1.00) 0%,rgba(229,224,224,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(241,239,239,1.00) 0%,rgba(229,224,224,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(241,239,239,1.00) 0%,rgba(229,224,224,1.00) 100%);
}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 60px;
	      position: revert;
  }
  .h_logo {
    width: 70px;
    /*position: absolute;
    top: 18px;*/
    left: 10px;
    z-index: 100;
	  
	  float: left;
  }
	
	.h_tel {
    float: left;
    font-size: 18px;
		color: #58351E;
    left: 5px;
    z-index: 100;
  }
	
	.h_logo_center {
    
    position: relative;
    /*top: 18px;*/
    text-align: center;
    z-index: 100;
	      right: 10%;
		margin-bottom: -5px;
  }
	
	.h_logo_center a {
    height: 70px;
	 position: absolute;
		right: 40;
		top: 10;
  }
	
	.h_tel_center {
    text-align: center;
    font-size: 18px;
		color: #58351E;
    left: 5px;
    z-index: 100;
  }
	
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 80px;
  }
  .h_logo img {
    width: 300px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}


@media (min-width: 769px) {
    h1.pagetitle_company {
        background-image: url(https://www.kaki-shibu.com/wp/wp-content/themes/kakishibu/images/title_company.png);
        background-repeat: no-repeat;
        background-position: cover;
        background-size: cover;
        width: 100%;
        min-height: 280px;
        padding-top: 8%;
        font-size: 46px !important;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
        text-shadow: 1px 1px rgba(255, 255, 255, 1.00);
    }
}

@media (max-width: 768px) {
    h1.pagetitle_company {
        background-image: url(https://www.kaki-shibu.com/wp/wp-content/themes/kakishibu/images/title_company_sp.png);
        background-repeat: no-repeat;
        background-position: cover;
        background-size: cover;
        width: 100%;
        min-height: 150px;
        padding-top: 15%;
        font-size: 40px !important;
        text-shadow: 1px 1px rgba(255, 255, 255, 1.00);
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    }
}


@media (min-width: 769px) {
    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .col-sm-1 {
        /* width: 8.33333333%; */
        width: 7.33333333%;
    }
}

@media (min-width: 769px) {
    .col-sm-2-1 {
        width: 13.66666667%;
    }
}

@media (min-width: 769px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-12_top, .col-sm-2-1, .col-sm-15 {
        float: left;
    }