@charset "utf-8";

/* ------------------------------------------------------------------------------------------ */
/*      common     */
/* ------------------------------------------------------------------------------------------ */


/* reset */
/* -------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  line-height: 0;
  vertical-align: bottom;
}

/* ------------------------------------------------------------------------------------------ */
/*      layout     */
/* ------------------------------------------------------------------------------------------ */

body {
  color: #000;
  font-size: 14px;
  line-height: 2em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  background: url(../img/back.png) repeat-x top center;
}
body#form {
  background: url(../img/back_form.png) repeat-x top center;
}
#contents_area01 {
  width: 980px;
  margin: 0 auto 50px auto;
}
#contents_area02 {
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto 50px auto;
  padding: 50px;
  background: #FFF;
  box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}
.contents800 {
  width: 800px;
  margin: 0 auto;
}
.left300 {
  width: 300px;
  float: left;
}
.left375 {
  width: 375px;
  float: left;
}
.left400 {
  width: 400px;
  float: left;
}
.left450 {
  width: 450px;
  float: left;
}
.left520 {
  width: 520px;
  float: left;
}
.left650 {
  width: 650px;
  float: left;
}
.left700 {
  width: 700px;
  float: left;
}
.right200 {
  width: 200px;
  float: right;
}
.right320 {
  width: 320px;
  float: right;
}
.right375 {
  width: 375px;
  float: right;
}
.right400 {
  width: 400px;
  float: right;
}
.right550 {
  width: 550px;
  float: right;
}
.right250 {
  width: 250px;
  float: right;
}
.right450 {
  width: 450px;
  float: right;
}
.info_frame {
  padding: 25px 50px;
  border: 1px solid #ccc;
  background: #EAEFF7;
}
#maps_area {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.maps_text {
  padding: 5px 15px;
  line-height: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.maps_text h2 {
  font-weight: normal;
  font-size: 1.35em;
  padding-top: 5px;
  margin-bottom: 10px;
}

/* header */
/* -------------------------------------------------- */

#header .inner {
  position: relative;
  width: 980px;
  height: 106px;
  margin: 0 auto;
}
#logo {
  position: absolute;
  width: 295px;
  height: 26px;
  top: 30px;
  left: 0;
}
#tnavi {
  position: absolute;
  width: 500px;
  top: 13px;
  right: 0;
  text-align: right;
  font-size: 13px;
}
#tnavi li {
  margin-right: 40px;
  display: inline;
  list-style: none;
}
#tnavi li:last-child {
  margin-right: 0;
}
#tnavi li a {
  padding-left: 14px;
  color: #333;
  background: url(../img/arrow01.png) no-repeat 0 3px;
  text-decoration: none;
}
#tnavi li a:hover, #tnavi li.current a {
  color: #0E45AF;
}
#header_add {
  width: 350px;
  height: 3em;
  position: absolute;
  top: 50px;
  left: 425px;
  line-height: 1.4em;
  font-size: 13px;
}
#btn_online {
  width: 200px;
  height: 2em;
  position: absolute;
  top: 50px;
  right: 0;
}
#btn_online a {
  padding: 5px;
  display: block;
  text-decoration: none;
  background: #0E45AF;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 2px;
}
#btn_online a:hover {
  opacity: 0.5;
}

/* gnavi */
/* -------------------------------------------------- */

#gnavi .inner {
  width: 980px;
  height: 59px;
  margin: 7px auto 20px auto;
}
#gnavi .inner ul {
  position: relative;
  width: 980px;
  height: 59px;
}
#gnavi .inner ul li {
  position: absolute;
  width: 196px;
  height: 59px;
  top: 0;
  list-style: none;
}
#gnavi01 {
  left: 0;
}
#gnavi02 {
  left: 196px;
}
#gnavi03 {
  left: 392px;
}
#gnavi04 {
  left: 588px;
}
#gnavi05 {
  left: 784px;
}
#gnavi ul li ul {
  width: 300px !important;
  display: none;
  z-index: 9999;
  border-top: 1px solid #0E45AF;
}
#gnavi ul li ul li {
  position: relative !important;
  box-sizing: border-box;
  width: 250px;
  height: auto !important;
  border-bottom: 1px solid #FFF;
}
#gnavi ul li ul li:last-child {
  border-bottom: none;
}
#gnavi ul li ul li a {
  padding: 10px 20px;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  background: #0E45AF;
}
#gnavi ul li ul li a:hover {
  background: #FFF;
  color: #0E45AF;
}

/* footer */
/* -------------------------------------------------- */

#footer {
  background: #0E45AF;
  color: #FFF;
  line-height: 2em;
}
#footer .inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 25px 0 35px 0;
}
#footer .inner dt {
  font-size: 18px;
  margin-bottom: 5px;
}
#page_top {
  position: absolute;
  top: 36px;
  right: 0;
}
#page_top:hover {
  opacity: 0.5;
}
#footer_sitemap {
  border-top: 3px solid #004AA6;
  padding: 25px;
}

/* footer */
/* -------------------------------------------------- */

.img_shadow {
  border: 5px solid #FFF;
  box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}

/* ------------------------------------------------------------------------------------------ */
/*      title heading     */
/* ------------------------------------------------------------------------------------------ */

.heading_lv02_01 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 1.75em;
  border-bottom: 3px solid #004AA6;
  font-weight: normal;
}
.heading_lv03_02 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.75em;
  color: #004AA5;
}
.heading_lv03_03 {
  background: #004AA5;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.75em;
  color: #FFF;
}
.heading_lv03_04 {
  background: #004AA5;
  margin-bottom: 20px;
  padding: 5px 15px;
  font-size: 22px;
  line-height: 1.75em;
  color: #FFF;
}
.heading_lv04_01 {
  padding: 3px 0px 5px 10px;
  border-left: 3px solid #004AA5;
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.75em;
}
.heading_lv04_02 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.75em;
  color: #004AA5;
}
.titlebtn_area {
  position: relative;
}
.title_btn {
  width: 120px;
  position: absolute;
  top: 10px;
  right: 0;
}
.title_btn a:hover {
  opacity: 0.5;
}
#title_banner {
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto 20px auto;
  border: 5px solid #FFF;
  box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}

/* ------------------------------------------------------------------------------------------ */
/*      table     */
/* ------------------------------------------------------------------------------------------ */

.table01 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.table01 th {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  color: #004AA5;
  font-weight: normal;
}
.table01 td {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.table02 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.table02 th {
  padding: 15px 40px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  background: #EAEFF7;
}
.table02 td {
  padding: 15px 40px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.table03 {
  width: 100%;
  border-collapse: collapse;
}
.table03 th {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  color: #004AA5;
  font-weight: normal;
}
.table03 td {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
tr.bg01 th, tr.bg01 td {
  background: #EAEFF7;
}

/* ------------------------------------------------------------------------------------------ */
/*      btn     */
/* ------------------------------------------------------------------------------------------ */

.btn01 a {
  box-sizing: border-box;
  width: 350px;
  display: block;
  margin: 0 auto;
  padding: 15px 25px;
  background: #EFEFEF;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #CCC;
  color: #0E45AF;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
}
.btn02 a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 12px 25px;
  background: #EFEFEF;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #CCC;
  color: #0E45AF;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
}
.btn03 {
  position: absolute;
  top: 7px;
  right: 15px;
}
.btn03 a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 2px 25px;
  background: #EFEFEF;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #CCC;
  color: #0E45AF;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
}
.btn01 a:hover, .btn02 a:hover {
  opacity: 0.5;
}
.pr {
  position: relative;
}

/* ------------------------------------------------------------------------------------------ */
/*      index     */
/* ------------------------------------------------------------------------------------------ */

.index_area01 h2, .index_area02 h2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.75em;
  border-bottom: 3px solid #004AA6;
  font-weight: normal;
}
.index_area01 {
  margin-bottom: 50px;
}
.index_area01 h3 {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.75em;
  color: #004AA5;
}
#index_banner {
  padding-top: 12px;
}
#index_banner li {
  list-style: none;
  margin-bottom: 15px;
}
#info_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 100%;
}
#info_table th {
  width: 10%;
  padding: 16px 25px 16px 25px;
  border-bottom: 1px solid #D9D9D9;
  white-space: nowrap;
  text-align: right;
  font-weight: normal;
  vertical-align: top;
}
#info_table td {
  padding: 16px 15px 16px 0;
  border-bottom: 1px solid #D9D9D9;
  vertical-align: top;
}

/* bxslider */
/* -------------------------------------------------- */

#section_slider {
  position: relative;
  width: 980px;
  margin: 0 auto 65px auto;
  z-index: 1;
}
.page_slider {
  position: relative;
  width: 100%;
}
.bxslider, .bxslider li, .bx-wrapper img {
  width: 100%;
}
.bx-wrapper {
  border: 5px solid #FFF;
  box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}
.page_slider .bx-wrapper {
  border: none;
  box-shadow: none;
}
.bxslider li {
  display: block;
  list-style: none;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 20px auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  display: block;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../cmn/img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bxslider {
  list-style: none;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 20px auto;
  padding: 0;
  *zoom: 1;
  z-index: 100;
}
.bx-wrapper img {
  width: 100%;
  display: block;
}
.page_slider.bx-wrapper img {
  width: 100px;

}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -50px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  box-sizing: border-box;
  background: #CCC;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0D45AE;
}
.bx-wrapper .bx-prev {
  left: 0;
  background: url(../img/bx_arrow01.png) no-repeat;
}
.bx-wrapper .bx-next {
  right: 0;
  background: url(../img/bx_arrow02.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9999;
}

/* ------------------------------------------------------------------------------------------ */
/*      contact     */
/* ------------------------------------------------------------------------------------------ */

/* form */
/* ----------------------------------------------------------------------------------------- */

.input01 {
  width: 100px;
}
.input02 {
  width: 200px;
}
.input03 {
  width: 100%;
}
.input04 {
  width: 40px;
}
.input05 {
  width: 60px;
}

/* ------------------------------------------------------------------------------------------ */
/*      sitemap     */
/* ------------------------------------------------------------------------------------------ */

#sitemap {
  width: 900px;
  margin: 0 auto;
}
#sitemap ul {
  margin-left: 35px;
}
#sitemap ul li {
  margin-bottom: 5px;
  list-style: none;
}
#sitemap ul li a {
  display: block;
  padding-left: 17px;
  color: #333;
  background: url(../img/arrow01.png) no-repeat 0 9px;
  text-decoration: none;
}
#sitemap ul li span {
  font-weight: bold;
  display: block;
  color: #0E45AF;
  font-size: 16px;
  margin-bottom: 3px;
}
#sitemap ul ul {
  margin-bottom: 15px;
  margin-left: 0;
}

/* ------------------------------------------------------------------------------------------ */
/*      rnavi     */
/* ------------------------------------------------------------------------------------------ */

.rnavi01 li {
  border-bottom: 1px solid #CCC;
  list-style: none;
}
.rnavi01 li a {
  padding: 9px 33px;
  display: block;
  background: url(../img/arrow01.png) no-repeat 15px 17px;
  color: #333;
  text-decoration: none;
}
.rnavi01 a:hover {
  background: #EAEFF7 url(../img/arrow01.png) no-repeat 15px 17px;
}

/* ------------------------------------------------------------------------------------------ */
/*      fuji     */
/* ------------------------------------------------------------------------------------------ */

#box_area01 .box1, #box_area01 .box2, #box_area01 .box3, #box_area01 .box4 {
  width: 160px;
  margin-right: 20px;
  float: left;
}
#box_area01 .box5 {
  width: 160px;
  float: right;
}
#box_area01 h4 {
  font-size: 15px;
  text-align: center;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#box_area01 p {
  font-size: 12px;
  line-height: 1.75em;
}
#box_area02 .box1, #box_area02 .box2, #box_area02 .box3, #box_area02 .box4 {
  width: 180px;
  margin-right: 20px;
  float: left;
}
#box_area02 .box5 {
  width: 180px;
  float: right;
}
#box_area02 p {
  text-align: center;
  font-size: 12px;
  line-height: 1.75em;
}
#box_area02 p a {
  display: block;
  color: #333;
  text-decoration: none;
}
#box_area02 p img {
  margin-bottom: 10px;
}
#box_area02 p a:hover {
  opacity: 0.5;
}
#box_area03 .box1,
#box_area03 .box2,
#box_area03 .box3,
#box_area03 .box4,
#box_area03 .box5 {
  width: 18.4%;
  margin-right: 2%;
  float: left;
}
#box_area03 .box5 {
  margin-right: 0;
}
#box_area03 p {
  text-align: center;
  font-size: 12px;
  line-height: 1.75em;
}
#box_area03 p a {
  display: block;
  color: #333;
  text-decoration: none;
}
#box_area03 p img {
  margin-bottom: 10px;
}
#box_area03 p a:hover {
  opacity: 0.5;
}

/* ------------------------------------------------------------------------------------------ */
/*      products     */
/* ------------------------------------------------------------------------------------------ */

.products_left {
  width: 425px;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  line-height: 1.5em;
  box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}
.products_right {
  width: 425px;
  padding: 10px;
  box-sizing: border-box;
  float: right;
  line-height: 1.5em;
  box-shadow: rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}
.products_photo {
  width: 125px;
  float: left;
}
.products_text {
  display: block;
  width: 270px;
  float: right;
  font-size: 13px;
}
.products_text ul {
  margin-bottom: 10px;
}
.products_text ul strong {
  color: #004AA5;
}
.products_text li {
  list-style: none;
}
.photo_copy {
  box-sizing: border-box;
  padding: 10px;
  border: 1px dotted #CCC;
  background: #FFF;
}

/* ------------------------------------------------------------------------------------------ */
/*      products     */
/* ------------------------------------------------------------------------------------------ */

#single_area img {
  margin: 15px 0;
  max-width: 650px;
  height: auto;
}
.col02_01 {
  width: 100%;
  display: table;
}
.col02_01 .left {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.col02_01 .right {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.col02_02 ul {
  width: 60%;
  list-style: none;
  margin: 0 auto 75px auto;
}
.col02_02 li:nth-of-type(1) {
  width: 48%;
  float: left;
}
.col02_02 li:nth-of-type(2) {
  width: 48%;
  float: right;
}
.col03_01 ul {
  list-style: none;
  width: 100%;
}
.col03_01 ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.col03_01 ul li:last-child {
  margin-right: 0;
}
.otherlink {
  list-style: none;
  margin-bottom: 50px;
}
.otherlink li {
  width: 23%;
  list-style: none;
  float: left;
  margin-right: 2.66666%;
}
.otherlink li:last-child {
  margin-right: 0;
}
.otherlink li a {
  width: 100%;
  padding: 15px;
  display: block;
  background: #3F89EC;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

