@charset "utf-8";
/* Reset
---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, p, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  opacity: 0.85;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  vertical-align: bottom;
}
/* header
---------------------------------------------------------------------*/
#header .headerIn {
  width: 1120px;
  max-width: 95%;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#header h1 {
  margin: 0 auto 0 0;
}
#header .headerIn ul {
  margin: auto 30px auto auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
#header .headerIn ul li {}
#header .headerIn ul li:nth-child(2) {
  margin: 0 10px;
}
#header .headerIn ul li a {}
#header .headerIn ul li a img {}
#header p.right {
  margin: 0;
}
#gNavi {
  height: 80px;
  background-color: #000000;
  z-index: 100;
}
#gNavi ul {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#gNavi li {
  float: left;
}
#pagetop {
  bottom: 20px;
  position: fixed;
  right: 20px;
}
/* contents
---------------------------------------------------------------------*/
.kitTel {
  background: #FFFFFF;
  padding: 50px 0;
  z-index: 1;
}
.kitTel .price_free_t {
  text-align: center;
  margin: 0 auto 35px;
}
.kitTel .box {
  width: 996px;
  max-width: 100%;
  height: 128px;
  position: relative;
  background: url("../img/common/kit_bg_02.png") no-repeat;
  margin: auto;
}
.kitTel .box img {
  position: absolute;
  top: 22px;
  right: 23px;
}
.kitTel .kitBnr {
  width: 1000px;
  max-width: 100%;
  margin: 10px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.kitTel .kitBnr .kitLine,
.kitTel .kitBnr .kitYhok{
  width: 49%;
}
.kitTel .kitBnr .kitLine {
	margin: 0 auto 0 0;
}
.kitTel .kitBnr .kitYhok {
	margin: 0 0 0 auto;
}
.kitTel .kitBnr .kitLine a,
.kitTel .kitBnr .kitYhok a{
  width: 100%;
}
.kitTel .kitBnr .kitLine a img,
.kitTel .kitBnr .kitYhok a img{
  width: 100%;
}
#main .contentIn {
  background: #fff;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main.page {
  background: url(../img/common/bg2.jpg) repeat;
  padding: 0 0 50px;
}
#main .item {
  min-height: 350px;
}
#main .item h2 {
  background: #333333;
  border-radius: 1px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 20px;
  margin: 0 0 20px;
  text-align: left;
}
#main .item .image {
  text-align: center;
  margin: 0 auto 20px;
}
#main .item .cont {
  font-size: 14px;
  line-height: 22px;
  padding: 15px 30px;
}
#bread {
  width: 980px;
  max-width: 100%;
  color: #333333;
  margin: 0 auto 15px;
  padding: 40px 0 0;
  font-size: 12px;
}
#bread a {
  color: #333333;
}
.newArea.ctgr_newbox {
  background: none;
}
.newArea.ctgr_newbox .newlist li p {
  line-height: 18px;
}
.ctgrHed {
  width: 100%;
  padding: 0 0 50px;
  background: url(../img/common/navi_sdw.png) repeat-x;
}
.ctgrBox {
  width: 880px;
  max-width: 100%;
  background-color: #fff;
  padding: 50px;
  margin: auto;
}
.ctgrBox h2 {
  font-size: 30px;
  line-height: 100%;
  margin: 35px auto 0;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  background-color: #A5976A;
}
.ctgrBox > h3 {
  font-size: 20px;
  color: #fff;
  background-color: #1D1D1D;
  padding: 15px;
  margin: 30px 0 0;
}
.ctgrBox h3 > span {
  border-left: 5px solid #E8603E;
  padding-left: 1em;
}
.ctgrBox .cmtbox {
  overflow: hidden;
  border: 20px solid #F5F3EF;
  padding: 20px;
}
.ctgrBox .cmt h3 {
  font-size: 20px;
  font-weight: bold;
  color: #AB2724;
  border-bottom: 1px dotted #8C6239;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.ctgrBox .cmtbox .pict {
  width: 195px;
  max-width: 100%;
  float: left;
}
.ctgrBox .cmtbox .cmt {
  width: 585px;
  max-width: 100%;
  float: right;
}
.ctgrBox .cmtbox .cmt > p {
  color: #595757;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.categroy_ribon {
  background: url(../img/common/categroy_ribon.gif) no-repeat bottom;
  padding: 0 0 10px;
  margin: auto;
}
.categroy_ribon span {
  width: 790px;
  max-width: 100%;
  font-weight: bold;
  font-size: 28px;
  display: block;
  color: #fff;
  margin: auto;
  background-color: #666666;
  padding: 15px 10px;
}
.wp-pagenavi {
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  padding: 10px 0;
  margin: 40px auto 0 !important;
}
.wp-pagenavi .pages {
  border: none;
  color: #fff;
  background: none;
}
.wp-pagenavi .current {
  border: none;
  color: #fff;
  background-color: #B3B3B3;
  border-radius: 3px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #333333;
  padding: 6px 10px !important;
  margin: 0 7px 0 0;
  background-color: #fff;
  border-radius: 3px;
  border: none !important;
}
/* footer
---------------------------------------------------------------------*/
#access {
  padding: 45px 0;
  background-image: url("../img/common/bg2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#access .access_in {
  width: 980px;
  max-width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto 50px;
}
#access .access_in .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto 30px;
}
#access .access_in .image {
  width: 55%;
}
#access .access_in .info {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#access .access_in .logo {
  margin: auto;
}
#access .access_in .info p {
  color: #595757;
  font-size: 12px;
  line-height: 20px;
  margin: 21px 0;
}
#access .access_in .info p span {
  font-size: 14px;
  font-weight: bold;
}
#access .gmap {
  clear: both;
  border: 3px solid #000000;
}
#footer {
  background: url(../img/center/bg3.jpg) center center repeat;
  overflow: hidden;
}
#footer .box {
  width: 980px;
  max-width: 95%;
  overflow: hidden;
  padding: 30px 0;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
#footer .box p {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
#footer .box .logo {}
#footer .box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#footer .box ul li:nth-child(1) {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._51mx:last-child > ._51m- {
  display: none;
}
#footer_nav {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  background: #000;
  padding: 5px;
}
#footer_nav a {
  color: #fff;
  text-decoration: none;
}
#footer_nav a:hover {
  text-decoration: none;
}