@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th,
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: inherit;
  font-size: 14px;
  vertical-align: baseline;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

html {
  line-height: 1;
}

/*ol, ul {
  list-style: none;
}
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

p {
  font-size: 14px;
  color: #333;
}

span {
  float: left;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----- 全体設定 -----*/
/* 一般的なブラウザの場合 */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

/* IE6、IE7の場合 */
.cf {
  zoom: 1;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0px;
  line-height: 1;
  font-family: 'メイリオ',Meiryo,'Lucida Grande',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
  background: #fff;
  color: #333;
}

.btn {
  display: inline-block;
  width: 17.6vw;
  height: 2.8vw;
  text-align: center;
  text-decoration: none;
  line-height: 3.3;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #333;
  color: #333;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn:hover {
  color: #fff;
}
.btn:hover::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.7;
}
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.button_mail {
  display: inline-block;
  width: 560px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  background: #333;
  line-height: 60px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.button_mail:hover {
  color: #333;
}
.button_mail:hover::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
  border: 1px solid #333;
}
.button_mail::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.button_biz {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  width: 560px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 50px;
}
.button_biz:hover {
  background-color: #6bbc64;
  opacity: .8;
  color: #fff;
}
.button_biz::before, .button_biz::after {
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.button_biz::before {
  right: 0;
}
.button_biz::after {
  left: 0;
}
.button_biz:hover::before, .button_biz:hover::after {
  width: 0;
  background-color: #6bbc64;
}

@media screen and (max-width: 767px) {
  .none {
    display: none;
  }
}

.home_area {
  width: 100%;
  height: 100%;
}
.home_area #homeimg {
  width: 100%;
  height: auto;
  margin-top: 6.5%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home_area #homeimg {
    background-position: left;
    margin-top: 50px;
  }
}
.home_area #homeimg h2 {
  position: absolute;
  top: 37%;
  left: 2%;
  width: 50%;
  text-align: left;
  letter-spacing: 9.3px;
  color: #fff;
  font-size: 200%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .home_area #homeimg h2 {
    top: 1vw;
    left: 2vw;
    width: 47vw;
    font-size: 90%;
  }
}
.home_area #homeimg .center {
  position: absolute;
  width: 100%;
  height: auto;
  top: 46%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.home_area #homeimg .right {
  position: absolute;
  top: 37%;
  right: 11%;
  width: 90%;
  text-align: right;
}
.home_area .pnkz_area {
  display: none;
}
.home_area .wp_con {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.home_area .wp_con a {
  font-size: 18px;
}
.home_area .wp_con .date {
  float: left;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .home_area .wp_con .date {
    float: none;
    width: 100%;
  }
}
.home_area .wp_con .date img {
  padding-right: 10px;
}
.home_area .wp_con .text {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .home_area .wp_con .text {
    float: none;
    width: 100%;
  }
}
.home_area .service {
  width: 100%;
  margin-bottom: 3.8%;
}
.home_area .service .left, .home_area .service .right {
  width: 49%;
  height: 22.6vw;
}
@media screen and (max-width: 767px) {
  .home_area .service .left, .home_area .service .right {
    height: 70.6vw;
  }
}
.home_area .service .left {
  background: url(../../img/home/online_ast_bk.jpg) no-repeat;
  background-position: right;
  float: left;
  margin: 1.8% 0.5% 0 0;
  position: relative;
}
.home_area .service .left .img {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: -10%;
}
.home_area .service .left h3 {
  color: #fff;
}
.home_area .service .left p {
  color: #fff;
}
.home_area .service .left ul {
  width: 38vw;
  position: absolute;
  top: 50px;
  left: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home_area .service .left ul {
    width: none;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 10vw auto;
  }
}
.home_area .service .left ul h3 {
  margin: 0 0 10px;
}
.home_area .service .left ul p {
  margin-bottom: 30px;
}
.home_area .service .left ul li {
  width: 18vw;
  height: 180px;
  float: right;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 767px) {
  .home_area .service .left ul li {
    width: auto;
    height: auto;
  }
}
.home_area .service .right {
  background: url(../../img/home/ast_bk.jpg) no-repeat;
  float: right;
  margin: 1.8% 0 0;
}
.home_area .service .right ul {
  width: 48vw;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .home_area .service .right ul h3 {
    margin: 9.5vw 0 1vw;
    line-height: 1.1;
  }
}
.home_area .service .right ul #btn {
  margin-top: 3%;
  margin-bottom: 4%;
}
.home_area .service .right ul li {
  width: 10.5vw;
  margin-top: 4%;
  margin-left: 1.5%;
}
@media screen and (max-width: 767px) {
  .home_area .service .right ul li {
    width: 22.5vw;
  }
}
.home_area .service .right ul li:first-child {
  margin-left: 0;
}
.home_area .service .right .btn_home {
  display: inline-block;
  width: 17.6vw;
  height: 2.8vw;
  text-align: center;
  text-decoration: none;
  line-height: 3.3;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #333;
  color: #333;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media screen and (max-width: 767px) {
  .home_area .service .right .btn_home {
    line-height: 1.4;
    padding: 1vw;
    width: auto;
    height: auto;
    border: 1px solid #333;
    font-size: 12px;
  }
}
.home_area .product {
  width: 100vw;
  text-align: center;
}
.home_area .product ul {
  margin-top: -0.2%;
}
.home_area .product ul li {
  width: 19.28%;
  margin-left: 0.9%;
}
@media screen and (max-width: 767px) {
  .home_area .product ul li {
    width: 49.5vw;
    margin: 0 auto;
  }
}
.home_area .product ul li:first-child {
  margin-left: 0;
}
.home_area .product ul .top_li {
  margin-bottom: 0.9%;
}
.home_area .cont {
  width: 100vw;
  text-align: center;
  margin-top: -0.2%;
  background: url(../../img/home/cont_bk.jpg) no-repeat;
  background-size: cover;
}
.home_area .cont h2 {
  margin-top: 0;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .home_area .cont h2 {
    margin-top: 0;
    padding-top: 30px;
  }
}
.home_area .cont ul li {
  width: 17vw;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .home_area .cont ul li {
    width: 32.3vw;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .home_area .cont ul li:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_area .cont ul li h4 {
    font-size: 10px;
    margin: 5px 0 10px;
  }
}
.home_area .cont .tel {
  width: 52.3vw;
  height: 8vw;
  position: relative;
  margin: 2.7% auto 4.5%;
}
@media screen and (max-width: 767px) {
  .home_area .cont .tel {
    display: none;
  }
}
.home_area .cont .tel .mail {
  width: 15vw;
  position: absolute;
  top: 13%;
  right: 3%;
}
.home_area .cont .tel .line {
  width: 15vw;
  position: absolute;
  top: 48%;
  right: 3%;
}
.home_area .news {
  width: 100vw;
  background: url(../../img/format/news_bk.jpg) no-repeat;
}
.home_area .news h2 {
  margin-top: 0;
  padding-top: 60px;
}
.home_area .news #topics_list {
  width: 50%;
  margin: 0 auto;
  color: #333;
}
@media screen and (max-width: 767px) {
  .home_area .news #topics_list {
    width: 90%;
  }
}
.home_area .news #topics_list .wp_con {
  width: 100%;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333;
  margin: 15px auto;
}
.home_area .news #topics_list .wp_con:first-child {
  margin: 10px auto 0;
}
.home_area .news #topics_list .wp_con a {
  color: #333;
  font-size: 15px;
}
.home_area .news #topics_list .wp_con .date {
  float: left;
  margin: 0 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .home_area .news #topics_list .wp_con .date {
    display: none;
  }
}
.home_area .news #topics_list .wp_con .date img {
  margin-right: 20px;
}
.home_area .news #topics_list .wp_con .text {
  float: left;
}
.home_area .news #topics_list .btn_area {
  padding: 5% 0 6%;
  width: 100%;
}
.home_area .news #topics_list .btn_area p {
  width: 47%;
}

@incldue sp {
  #header {
    border-bottom: 1px solid #333;
  }
}
.outline_area {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .outline_area {
    width: 100vw;
  }
}
.outline_area #homeimg {
  width: 100%;
  height: 54%;
  margin-top: 6.5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .outline_area #homeimg {
    height: 23%;
    background-position: left;
    margin-top: 50px;
  }
}
.outline_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
}
.outline_area #homeimg p {
  margin-bottom: 4.5vw;
}
.outline_area .content {
  width: 64.3vw;
}
@media screen and (max-width: 767px) {
  .outline_area .content {
    width: 90vw;
    margin: 0 auto;
  }
}
.outline_area .content .left01 {
  width: 240px;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 1.3;
  padding: 5px 0;
  margin-bottom: 10px;
  float: left;
}
@media screen and (max-width: 767px) {
  .outline_area .content .left01 {
    width: 90vw;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
  }
}
.outline_area .content .left02 {
  text-align: left;
  line-height: 1.5;
  padding: 5px 0;
  margin-left: 20px;
  float: left;
}
@media screen and (max-width: 767px) {
  .outline_area .content .left02 {
    text-align: left;
    line-height: 1.5;
    padding: 5px 0 0 10px;
    margin-left: 0;
    float: left;
  }
}
.outline_area .tel {
  width: 64.3vw;
  height: 8vw;
  position: relative;
  margin: 3.8vw auto 4.7vw;
}
@media screen and (max-width: 767px) {
  .outline_area .tel {
    display: none;
  }
}
.outline_area .tel .mail {
  width: 15vw;
  position: absolute;
  top: 21%;
  right: 6%;
}
.outline_area .tel .line {
  width: 15vw;
  position: absolute;
  top: 60%;
  right: 6%;
}
.outline_area .tel_fix {
  width: 17.6vw;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .outline_area .tel_fix {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #header {
    border-bottom: 1px solid #333;
  }
}

.flow_area {
  width: 64.3vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow_area {
    width: 100vw;
  }
}
.flow_area #homeimg {
  width: 100%;
  height: 54%;
  margin-top: 6.5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .flow_area #homeimg {
    height: 23%;
    background-position: left;
    margin-top: 50px;
  }
}
.flow_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
}
.flow_area #homeimg p {
  margin-bottom: 2.6vw;
  line-height: 1.3;
}
.flow_area .border {
  margin: 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .flow_area .border {
    margin: 1vw;
  }
}
.flow_area .border h3 {
  font-size: 20px;
  color: #fff;
  width: 15.4vw;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  background: #000;
  float: left;
}
@media screen and (max-width: 767px) {
  .flow_area .border h3 {
    width: 50vw;
  }
}
.flow_area .border span {
  color: #333333;
  font-size: 14px;
  float: left;
  margin-left: 1vw;
  line-height: 2;
}
.flow_area .flow {
  width: 64.3vw;
  margin: 1vw auto 0;
}
@media screen and (max-width: 767px) {
  .flow_area .flow {
    width: 98vw;
    margin: 1vw 1vw 0;
  }
}
.flow_area .flow li {
  width: 12.6vw;
  float: left;
  margin-right: 0.5%;
}
@media screen and (max-width: 767px) {
  .flow_area .flow li {
    width: 48.51vw;
    height: 82vw;
    margin-top: 3vw;
  }
}
.flow_area .flow li h4 {
  color: #58513e;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dotted #333333;
  padding: 0 0 10px 5px;
  margin-right: 0.8vw;
}
@media screen and (max-width: 767px) {
  .flow_area .flow li h4 {
    font-size: 13px;
  }
}
.flow_area .flow li p {
  padding: 0 5px 10px 5px;
  text-align: left;
  line-height: 1.2;
}
.flow_area .flow li:last-child {
  margin: 0;
}
.flow_area .tel {
  width: 52.3vw;
  height: 8vw;
  position: relative;
  margin: 3.8vw auto 4.7vw;
}
.flow_area .tel .mail {
  width: 15vw;
  position: absolute;
  top: 13%;
  right: 3%;
}
@media screen and (max-width: 767px) {
  .flow_area .tel .mail {
    display: none;
  }
}
.flow_area .tel .line {
  width: 15vw;
  position: absolute;
  top: 48%;
  right: 3%;
}
.flow_area .tel_fix {
  width: 17.6vw;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .flow_area .tel_fix {
    display: none;
  }
}

@incldue sp {
  #header {
    border-bottom: 1px solid #333;
  }
}
.staff_area {
  width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .staff_area {
    width: 100vw;
  }
}
.staff_area #mr_t60 {
  margin: 3.5vw 0 0;
}
@media screen and (max-width: 767px) {
  .staff_area #mr_t60 {
    margin: 0 1vw;
  }
}
.staff_area #homeimg {
  width: 100vw;
  height: 21vw;
  background: url("../../img/staff/top.jpg") no-repeat;
  margin-top: 6.5%;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .staff_area #homeimg {
    height: 38vw;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
  }
}
.staff_area #homeimg h2 {
  text-align: center;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .staff_area #homeimg h2 {
    font-size: 17px;
    margin: 15px 0 0;
  }
}
.staff_area #homeimg p {
  margin-bottom: 2.6vw;
  line-height: 1.3;
}
.staff_area .content {
  width: 64.3vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .staff_area .content {
    width: 100vw;
  }
}
.staff_area .content .scrl {
  text-align: left;
  margin-left: 2vw;
  margin-top: -0.2vw;
}
@media screen and (max-width: 767px) {
  .staff_area .content .scrl {
    display: none;
  }
}
.staff_area .content .staff {
  padding: 0 0 3vw;
  margin-top: 3vw;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  .staff_area .content .staff {
    padding: 0 1vw;
    margin: 0 1vw;
  }
}
.staff_area .content .staff p {
  width: 17vw;
  float: left;
}
@media screen and (max-width: 767px) {
  .staff_area .content .staff p {
    width: 50vw;
    float: none;
  }
}
.staff_area .content .staff .right {
  width: 45vw;
  float: left;
  margin-left: 2vw;
}
@media screen and (max-width: 767px) {
  .staff_area .content .staff .right {
    width: 98vw;
    float: none;
    margin-top: 1vw;
  }
}
.staff_area .content .staff .right h3 {
  text-align: left;
  color: #333;
  padding-bottom: 0.5vw;
  margin: 0;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .staff_area .content .staff .right h3 {
    padding-bottom: 1.5vw;
  }
}
.staff_area .content .staff .right h3 span {
  float: none;
  margin-left: 2vw;
  color: #333;
}
.staff_area .content .staff .right .text {
  width: 100%;
  text-align: left;
  line-height: 1.3;
  margin: 1vw 0 1.5vw;
}
@media screen and (max-width: 767px) {
  .staff_area .content .staff .right .text {
    width: 100vw;
  }
}
.staff_area .content .staff .right h4 {
  width: 10vw;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #000;
  clear: both;
  padding: 5px 10px 2px;
  margin: 1vw 0 0.5vw;
}
@media screen and (max-width: 767px) {
  .staff_area .content .staff .right h4 {
    width: 23vw;
    margin-bottom: 2vw;
  }
}
.staff_area .content .staff .right .sub {
  width: auto;
  margin-bottom: 10px;
  text-align: left;
}
.staff_area .content .dot_none {
  border-bottom: none;
  margin-bottom: 5.5vw;
}
.staff_area .tel {
  width: 52.3vw;
  height: 8vw;
  position: relative;
  margin: 3.8vw auto 4.7vw;
}
@media screen and (max-width: 767px) {
  .staff_area .tel {
    display: none;
  }
}
.staff_area .tel .mail {
  width: 15vw;
  position: absolute;
  top: 13%;
  right: 3%;
}
.staff_area .tel .line {
  width: 15vw;
  position: absolute;
  top: 48%;
  right: 3%;
}
.staff_area .tel_fix {
  width: 17.6vw;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .staff_area .tel_fix {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #header {
    border-bottom: 1px solid #333;
  }
}

.access_area {
  width: 64.3vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access_area {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .access_area #mr_t60 {
    margin: 0 1vw;
  }
}
.access_area #homeimg {
  width: 64.3vw;
  height: 21vw;
  margin: 6.5%  auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .access_area #homeimg {
    width: 100vw;
    height: 81vw;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
  }
}
.access_area #homeimg h2 {
  text-align: center;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .access_area #homeimg h2 {
    font-size: 17px;
    margin: 15px 0 0;
  }
}
.access_area #homeimg p {
  margin-bottom: 2.6vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .access_area .content {
    width: 100vw;
  }
}
.access_area .content .address {
  width: 100vw;
}
.access_area .content .address p {
  width: 22vw;
  float: left;
}
@media screen and (max-width: 767px) {
  .access_area .content .address p {
    width: 97vw;
    margin: 2vw auto;
    float: none;
  }
}
.access_area .content .address .left {
  width: 33.3vw;
  float: left;
  margin: 0 0 0 2vw;
}
@media screen and (max-width: 767px) {
  .access_area .content .address .left {
    width: 100vw;
    width: 100vw;
  }
}
.access_area .content .address .left h3 {
  width: 13.4vw;
  font-size: 1.5vw;
  color: #fff;
  background: #333;
  padding: 5px 0;
  margin: 0 0 1vw;
}
.access_area .content .address .left p {
  text-align: left;
  width: 30vw;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .access_area .content .address .left p {
    width: 100vw;
  }
}
.access_area .content .address .left .font_w {
  font-size: 16px;
  font-weight: bold;
}
.access_area .content #map2 {
  width: 64.3vw;
  height: 36.7vw;
  margin: 3.5vw 0 2vw;
}
@media screen and (max-width: 767px) {
  .access_area .content #map2 {
    width: 97vw;
    height: 400px;
    margin: 0 auto;
  }
}
.access_area .content .car h3 {
  width: 64.3vw;
  font-size: 18px;
  color: #333;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.access_area .content .car span {
  color: #333;
  height: 45px;
}
.access_area .content .car p {
  font-size: 14px;
  color: #333;
  text-align: left;
  margin: 20px 0 35px;
  letter-spacing: 1px;
  line-height: 1.3;
}
.access_area .content .car .map {
  text-align: center;
}
.access_area .tel {
  width: 52.3vw;
  height: 8vw;
  position: relative;
  margin: 3.8vw auto 4.7vw;
}
@media screen and (max-width: 767px) {
  .access_area .tel {
    display: none;
  }
}
.access_area .tel .mail {
  width: 15vw;
  position: absolute;
  top: 13%;
  right: 3%;
}
.access_area .tel .line {
  width: 15vw;
  position: absolute;
  top: 48%;
  right: 3%;
}
.access_area .tel_fix {
  width: 17.6vw;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .access_area .tel_fix {
    display: none;
  }
}

@incldue sp {
  #header {
    border-bottom: 1px solid #333;
  }
}
.line_area {
  width: 61.3vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .line_area {
    width: 100vw;
  }
}
.line_area #homeimg {
  width: 52.08vw;
  margin: 9.5% auto 3%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .line_area #homeimg {
    width: 100vw;
    height: 22vw;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
  }
}
.line_area #homeimg h2 {
  text-align: center;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .line_area #homeimg h2 {
    font-size: 17px;
    margin: 15px 0 20px;
  }
}
.line_area #homeimg p {
  margin-bottom: 2.6vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .line_area #mr_t60 {
    margin: 0 1vw;
  }
}
.line_area .content .top {
  text-align: center;
}
.line_area .content .step1 h3 {
  width: 26vw;
}
@media screen and (max-width: 767px) {
  .line_area .content .step1 h3 {
    width: 100vw;
    margin: 30px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .line_area .content .step1 .qr {
    width: 100vw;
  }
}
.line_area .content .step1 .qr .step1 {
  width: 31%;
  height: 300px;
  letter-spacing: normal;
  padding: 1.5vw;
  margin-right: 1.46vw;
  background: #eeeeee;
  border: 0.5vw solid #cccccc;
  text-align: center;
  float: left;
}
@media screen and (max-width: 767px) {
  .line_area .content .step1 .qr .step1 {
    width: 100vw;
    height: auto;
    float: none;
    margin: 10px 0;
  }
}
.line_area .content .step1 .qr .step1 p {
  font-size: 18px;
  color: #fff;
  padding: 10px;
  background: #00c300;
}
.line_area .content .step1 .qr .step1 span {
  float: none;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin: 20px auto 10px;
}
.line_area .content .step1 .qr .step1 img {
  width: 8vw;
}
.line_area .content .step1 .qr .step1_01 {
  width: 31%;
  height: 300px;
  letter-spacing: normal;
  padding: 1.5vw;
  background: #eeeeee;
  border: 0.5vw solid #cccccc;
  text-align: center;
  float: left;
}
@media screen and (max-width: 767px) {
  .line_area .content .step1 .qr .step1_01 {
    width: 100vw;
    height: auto;
    float: none;
    margin: 10px 0;
    margin-bottom: 20px;
  }
}
.line_area .content .step1 .qr .step1_01 p {
  font-size: 18px;
  color: #fff;
  padding: 10px;
  background: #00c300;
}
.line_area .content .step1 .qr .step1_01 span {
  float: none;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin: 20px auto 10px;
}
.line_area .content .step1 .qr .step1_01 img {
  width: 8vw;
}
@media screen and (max-width: 767px) {
  .line_area .content .step1 .qr .step1_01 img {
    width: 70vw;
  }
}
.line_area .content .step1 .qr .line_comfin_text {
  font-size: 20px;
  font-weight: 300;
  color: #eca61f;
  margin: 20px 0 10px;
}
.line_area .content .step1 .qr .line_comfin {
  display: block;
  width: 15%;
  margin: 10px auto 30px;
}
@media screen and (max-width: 767px) {
  .line_area .content .step1 .qr .line_comfin {
    width: 50%;
  }
}
.line_area .content .step1 .qr iframe {
  width: 100% !important;
  position: none !important;
}
.line_area .content .step_wrap {
  width: 100%;
  margin: 0 auto;
}
.line_area .content .step_wrap img {
  max-width: none;
}
.line_area .content .step_wrap .img {
  width: 100%;
}
.line_area .content .step_wrap h3 {
  width: 26vw;
}
@media screen and (max-width: 767px) {
  .line_area .content .step_wrap h3 {
    width: 100vw;
    margin: 30px 0 10px;
  }
}
.line_area .content .step_wrap .step2 {
  float: left;
  margin-right: 2%;
  position: relative;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .line_area .content .step_wrap .step2 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.line_area .content .step_wrap .step2 .arrow {
  position: absolute;
  top: 30%;
  right: -14%;
}
@media screen and (max-width: 767px) {
  .line_area .content .step_wrap .step2 .arrow {
    display: none;
  }
}
.line_area .content .step_wrap .step2_01 {
  width: 31%;
  float: left;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .line_area .content .step_wrap .step2_01 {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
.line_area .content .font_36 {
  font-size: 36px;
  margin-bottom: 20px;
}
.line_area .content .type {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .line_area .content .type {
    width: 52.2vw;
    margin-top: 20px;
  }
}
.line_area .content .type img {
  width: 100%;
}
.line_area .content .type .left {
  float: left;
  width: 48%;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .line_area .content .type .left {
    float: none;
    width: 100vw;
    margin-bottom: 20px;
  }
}
.line_area .content .type .right {
  float: right;
  width: 49%;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .line_area .content .type .right {
    float: none;
    width: 100vw;
    margin-bottom: 20px;
  }
}
.line_area .tel {
  width: 52.3vw;
  height: 8vw;
  position: relative;
  margin: 3.8vw auto 4.7vw;
}
.line_area .tel .mail {
  width: 15vw;
  position: absolute;
  top: 13%;
  right: 3%;
}
@media screen and (max-width: 767px) {
  .line_area .tel .mail {
    display: none;
  }
}
.line_area .tel .line {
  width: 15vw;
  position: absolute;
  top: 48%;
  right: 3%;
}
.line_area .tel_fix {
  width: 17.6vw;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .line_area .tel_fix {
    display: none;
  }
}

@incldue sp {
  #header {
    border-bottom: 1px solid #333;
  }
}
.sitemap_area {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sitemap_area {
    width: 100vw;
  }
}
.sitemap_area #homeimg {
  width: 100%;
  height: 54%;
  margin-top: 6.5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sitemap_area #homeimg {
    height: 23%;
    background-position: left;
    margin-top: 50px;
  }
}
.sitemap_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
}
.sitemap_area #homeimg p {
  margin-bottom: 4.5vw;
}
.sitemap_area .content {
  width: 52.3vw;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .sitemap_area .content {
    width: 95vw;
  }
}
.sitemap_area .content h3 {
  text-align: left;
}
.sitemap_area .content h3 a {
  font-size: 19px;
  line-height: 1.3;
  color: #5e73b5;
}
.sitemap_area .content .group_01 {
  margin-left: 1vw;
}
.sitemap_area .content .group_01 li {
  display: block;
  list-style: none;
  margin: 15px 0;
}
.sitemap_area .content .group_01 li a {
  font-size: 19px;
  line-height: 1.3;
  color: #5e73b5;
}
.sitemap_area .content .group_01 li .group_02 li {
  margin-left: 1vw;
}
.sitemap_area .content .group_01 li .group_02 li a {
  font-size: 16px;
}

@incldue sp {
  #header {
    border-bottom: 1px solid #333;
  }
}
.privacy_area {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .privacy_area {
    width: 100vw;
  }
}
.privacy_area #homeimg {
  width: 100%;
  height: 54%;
  margin-top: 6.5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .privacy_area #homeimg {
    height: 23%;
    background-position: left;
    margin-top: 50px;
  }
}
.privacy_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
  color: #333;
}
.privacy_area #homeimg p {
  margin-bottom: 4.5vw;
}
.privacy_area .content {
  width: 52.3vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .privacy_area .content {
    width: 98vw;
    margin: 0 auto;
  }
}
.privacy_area .content h2, .privacy_area .content h4, .privacy_area .content p {
  text-align: left;
}
.privacy_area .content h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.privacy_area .content h4 {
  margin: 15px 0;
  font-size: 16px;
}
.privacy_area .content p {
  line-height: 1.4;
  margin-top: 20px;
}
.privacy_area .tel {
  width: 52.3vw;
  height: 8vw;
  position: relative;
  margin: 3.8vw auto 4.7vw;
}
@media screen and (max-width: 767px) {
  .privacy_area .tel {
    display: none;
  }
}
.privacy_area .tel .mail {
  width: 15vw;
  position: absolute;
  top: 13%;
  right: 3%;
}
.privacy_area .tel .line {
  width: 15vw;
  position: absolute;
  top: 48%;
  right: 3%;
}
.privacy_area .tel_fix {
  width: 17.6vw;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .privacy_area .tel_fix {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #header {
    border-bottom: 1px solid #333;
  }
}

.contact_area {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact_area {
    width: 100vw;
  }
}
.contact_area #homeimg {
  width: 100%;
  height: 54%;
  margin-top: 6.5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact_area #homeimg {
    height: 23%;
    margin-top: 50px;
    background-position: left;
  }
}
.contact_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
  color: #333;
}
.contact_area #homeimg p {
  margin-bottom: 4.5vw;
}
.contact_area #page {
  width: 52.08vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact_area #page {
    width: 90vw;
  }
}
.contact_area #page .t_area {
  width: 100%;
  height: 16vw;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .contact_area #page .t_area {
    width: 81vw;
    height: 50vw;
    margin-top: 2%;
  }
}
.contact_area .tel {
  width: 52.3vw;
  height: 8vw;
  position: relative;
  margin: 3.8vw auto 4.7vw;
}
@media screen and (max-width: 767px) {
  .contact_area .tel {
    display: none;
  }
}
.contact_area .tel .mail {
  width: 15vw;
  position: absolute;
  top: 13%;
  right: 3%;
}
.contact_area .tel .line {
  width: 15vw;
  position: absolute;
  top: 48%;
  right: 3%;
}
.contact_area .tel_fix {
  width: 17.6vw;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .contact_area .tel_fix {
    display: none;
  }
}

.cont_spcon {
  display: none;
}
@media screen and (max-width: 767px) {
  .cont_spcon {
    display: block;
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .cont_spcon li {
    width: 49.3vw;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .cont_spcon li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cont_spcon li:last-child h4 {
    font-size: 10px;
    margin: 5px 0 10px;
    text-align: center;
  }
}

@incldue sp {
  #header {
    border-bottom: 1px solid #333;
  }
}
.product_area {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product_area {
    width: 100vw;
  }
}
.product_area .main {
  margin-bottom: 30px;
}
.product_area a {
  color: #4676b5;
}
.product_area #homeimg {
  width: 100%;
  height: 54%;
  margin-top: 6.5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product_area #homeimg {
    height: 23%;
    background-position: left;
    margin-top: 50px;
  }
}
.product_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
  color: #333;
}
.product_area #homeimg p {
  margin-bottom: 4.5vw;
}
.product_area .tab .pc {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .product_area .tab .pc {
    display: none;
  }
}
.product_area .tab .pc1 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .product_area .tab .pc1 {
    display: none;
  }
}
.product_area .tab .sp {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .product_area .tab .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product_area .tab ul {
    margin: 0 auto;
  }
}
.product_area .tab ul li {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .product_area .tab ul li {
    margin: -0.5vw auto;
  }
}
.product_area .tab ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .product_area .tab ul li a img {
    width: 50vw;
  }
}
.product_area .buy_h2 {
  color: #58513e;
  font-size: 30px;
  margin: 5vw auto 0;
}
@media screen and (max-width: 767px) {
  .product_area .buy_h2 {
    margin: 5vw auto;
  }
}
.product_area .product {
  width: 900px;
  margin: 5vw auto 5.5vw;
}
@media screen and (max-width: 767px) {
  .product_area .product {
    width: 100%;
  }
}
.product_area .product .pro_slider {
  margin-top: 2vw;
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .product_area .product .pro_slider {
    width: 100%;
    margin-top: 2vw;
    float: none;
  }
}
.product_area .product .pro_slider .img {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .product_area .product .pro_slider .img {
    width: 100%;
    text-align: left;
  }
}
.product_area .product .pro_slider .img .font_h3 {
  color: #58513e;
  margin: 0 auto 1vw;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid #58513e;
}
.product_area .product .text {
  width: 48%;
  float: left;
  margin: 4vw 0 0 1vw;
}
@media screen and (max-width: 767px) {
  .product_area .product .text {
    width: 100%;
    float: none;
  }
}
.product_area .product .text p {
  text-align: left;
}
.product_area .product .detail {
  color: #fff;
  background: #58513e;
  line-height: 1.5;
  margin: 50px 0 20px;
}
@media screen and (max-width: 767px) {
  .product_area .product .detail {
    display: none;
  }
}
.product_area .product .slide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product_area .product .slide {
    display: none;
  }
}
.product_area .product .slide .slider_nav li {
  margin: 0 10px 0;
}
.product_area .product .slide .slider_nav li h4 {
  color: #58513e;
  padding: 0 0 5px;
  margin: 0 0 10px;
  border-bottom: 1px solid #58513e;
}
.product_area .buy_h3 {
  color: #58513e;
  margin: 5vw auto 3vw;
}
@media screen and (max-width: 767px) {
  .product_area .buy_h3 {
    margin: 5vw auto;
  }
}
.product_area p {
  line-height: 1.3;
  margin-top: 20px;
  letter-spacing: 1.2px;
}
.product_area .left01 {
  width: 240px;
  color: #fff;
  background: #58513e;
  text-align: center;
  line-height: 1.3;
  padding: 5px 0;
  margin-top: 0;
  margin-bottom: 10px;
  float: left;
}
@media screen and (max-width: 767px) {
  .product_area .left01 {
    width: 92%;
    margin: 0 auto;
    float: none;
  }
}
.product_area .left02 {
  width: 70%;
  text-align: left;
  line-height: 1.5;
  padding: 5px 0;
  margin-left: 20px;
  margin-top: 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .product_area .left02 {
    width: 92%;
    margin: 0 auto;
    float: none;
  }
}
.product_area .tel {
  width: 52.3vw;
  height: 8vw;
  position: relative;
  margin: 3.8vw auto 4.7vw;
}
@media screen and (max-width: 767px) {
  .product_area .tel {
    display: none;
  }
}
.product_area .tel .mail {
  width: 15vw;
  position: absolute;
  top: 13%;
  right: 3%;
}
.product_area .tel .line {
  width: 15vw;
  position: absolute;
  top: 48%;
  right: 3%;
}
.product_area .tel_fix {
  width: 17.6vw;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .product_area .tel_fix {
    display: none;
  }
}

.sp {
  display: none;
}

.yahoo_area {
  width: 1000px;
  margin: 0 auto;
}
.yahoo_area #homeimg {
  width: 100%;
  height: 54%;
  margin-top: 6.5%;
  overflow: hidden;
}
.yahoo_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
}
.yahoo_area #homeimg p {
  margin-bottom: 4.5vw;
  line-height: 1.5;
}
.yahoo_area .content {
  width: 52.3vw;
  margin: 0 auto 50px;
}
.yahoo_area .content .border {
  border-bottom: 1px solid #333;
  margin: 40px 0 20px;
}
.yahoo_area .content .border h3 {
  font-size: 18px;
  color: #fff;
  width: 19.4vw;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  background: #000;
  float: left;
}
.yahoo_area .content p {
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media only screen and (max-width: 900px) {
  #header {
    border-bottom: 1px solid #333;
  }

  .yahoo_area {
    width: 100vw;
  }
  .yahoo_area #homeimg {
    height: 23%;
    background-position: left;
    margin-top: 50px;
  }
  .yahoo_area .content {
    width: 95vw;
  }
  .yahoo_area .content .border h3 {
    font-size: 18px;
    color: #fff;
    width: 70vw;
    text-align: center;
    margin: 0;
    line-height: 1.5;
    background: #000;
    float: left;
  }
  .yahoo_area .tel {
    display: none;
  }
  .yahoo_area .tel_fix {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header {
    border-bottom: 1px solid #333;
  }
}

.auction_area {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .auction_area {
    width: 100vw;
  }
}
.auction_area #homeimg {
  width: 100%;
  height: auto;
  margin-top: 12.5%;
}
@media screen and (max-width: 767px) {
  .auction_area #homeimg {
    height: 23%;
    background-position: left;
    margin-top: 50px;
  }
}
.auction_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
}
.auction_area #homeimg p {
  margin-bottom: 2.5vw;
}
.auction_area .content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .auction_area .content {
    width: 95vw;
  }
}
.auction_area .content .h3 {
  border-bottom: 1px solid #000;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .auction_area .content .h3 {
    border-bottom: 1px solid #000;
    margin: 40px 0 20px;
  }
}
.auction_area .content .h3 h3 {
  width: 38%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 10px 10px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .auction_area .content .h3 h3 {
    width: 100%;
  }
}
.auction_area .content p {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
.auction_area .content .f_right {
  text-align: right;
  margin-top: 50px;
}
.auction_area .content .img {
  margin: 20px 0;
}
.auction_area ul li {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  list-style-type: none;
  margin-bottom: 10px;
}
.auction_area ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  position: relative;
  margin-right: 10px;
  left: 0;
  top: 0;
}
.auction_area .tel {
  width: 64.3vw;
  height: 8vw;
  position: relative;
  margin: 3.8vw auto 4.7vw;
}
@media screen and (max-width: 767px) {
  .auction_area .tel {
    display: none;
  }
}
.auction_area .tel .mail {
  width: 15vw;
  position: absolute;
  top: 21%;
  right: 6%;
}
.auction_area .tel .line {
  width: 15vw;
  position: absolute;
  top: 60%;
  right: 6%;
}
.auction_area .tel_fix {
  width: 17.6vw;
  position: fixed;
  z-index: 99999;
  bottom: 83px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .auction_area .tel_fix {
    display: none;
  }
}

.news_area {
  width: 1000px;
  margin: 0 auto;
  /*--------------------------------------------
font-size
*/
  /*--------------------------------------------
  margin/padding
  */
}
.news_area h1 {
  font-size: 26px;
  color: #333333;
  margin: 0 0 50px;
}
.news_area #homeimg {
  width: 100%;
  height: 54%;
  margin-top: 6.5%;
  overflow: hidden;
}
.news_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
}
.news_area #homeimg p {
  margin-bottom: 4.5vw;
}
.news_area .f_size22 {
  font-size: 22px;
}
.news_area .mr_r1 {
  margin-right: 1%;
}
.news_area .content {
  width: 52.3vw;
  margin: 0 auto 50px;
}
.news_area .content h3 {
  text-align: left;
  padding-bottom: 5px;
  margin: 20px 0;
  border-bottom: 1px solid #333333;
}
.news_area .content p {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 16px;
}
.news_area .content a {
  color: #1b1bdc;
}
.news_area .content strong {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.news_area .content .img {
  margin: 0;
}
.news_area .content .tel {
  width: 52.3vw;
  height: 8vw;
  position: relative;
  margin: 2.7% auto 4.5%;
}
.news_area .content .tel .mail {
  width: 15vw;
  position: absolute;
  top: 13%;
  right: 3%;
}
.news_area .content .tel .line {
  width: 15vw;
  position: absolute;
  top: 48%;
  right: 3%;
}
.news_area .content .result {
  margin-bottom: 30px;
}
.news_area .content .result .img {
  width: 39%;
  float: left;
}
.news_area .content .result .txt {
  width: 61%;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
}
.news_area .content .result .title {
  text-align: left;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}
.news_area .content .result .title font {
  font-size: 12px;
  text-align: right;
  font-family: sans-serif;
}
.news_area .img_line {
  width: 80%;
  margin: 10px auto;
}
.news_area .img_line p {
  width: 48%;
}
.news_area .pagenation {
  margin: 1em 0;
}
.news_area .pagenation:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.news_area .pagenation ul {
  margin: 0;
}
.news_area .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.news_area .pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}
.news_area .pagenation li:first-child {
  margin-left: 0;
}
.news_area .pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: not-allowed;
  padding: 10px 20px;
}
.news_area .pagenation li a {
  background: none repeat scroll 0 0 #CCCCCC;
  border-radius: 3px;
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.news_area .pagenation li a:hover {
  background-color: #444444;
  color: #FFFFFF;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

@media only screen and (max-width: 900px) {
  #header {
    border-bottom: 1px solid #333;
  }

  .news_area {
    width: 100vw;
  }
  .news_area #homeimg {
    background-position: left;
    margin-top: 50px;
  }
  .news_area .content {
    width: 95vw;
  }
  .news_area .content .cont_sp li {
    width: 30.5vw;
    margin-right: 1%;
    float: left;
  }
  .news_area .content .img_line {
    width: 80%;
    margin: 10px auto;
  }
  .news_area .content .img_line .left {
    float: none;
  }
  .news_area .content .img_line .right {
    float: none;
  }
  .news_area .content .img_line p {
    width: 98%;
  }
  .news_area .tel {
    display: none;
  }
}
@incldue sp {
  #header {
    border-bottom: 1px solid #333;
  }
}
.manual_area {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .manual_area {
    width: 100vw;
  }
}
.manual_area #homeimg {
  width: 100%;
  height: 54%;
  margin-top: 6.5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .manual_area #homeimg {
    height: 23%;
    background-position: left;
    margin-top: 50px;
  }
}
.manual_area #homeimg h2 {
  text-align: center;
  margin-top: 6.5vw;
}
.manual_area #homeimg p {
  margin-bottom: 4.5vw;
}
.manual_area .content {
  width: 64.3vw;
}
@media screen and (max-width: 767px) {
  .manual_area .content {
    width: 90vw;
    margin: 0 auto;
  }
}
.manual_area .content p {
  text-align: left;
  margin-bottom: 1%;
}
.manual_area .content h3, .manual_area .content h4, .manual_area .content p {
  line-height: 1.9;
}
.manual_area .content img {
  margin-bottom: 3%;
}
