@charset "UTF-8";
/* module
----------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  background: #ccc url(../img/bg.gif);
  color: #333;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1; }

input, textarea {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }

html, body {
  height: 100%; }

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

/* a link
----------------------------------------------------*/
a:link {
  background-color: transparent;
  color: #0793ff;
  text-decoration: none; }

a:visited {
  background-color: transparent;
  color: #0793ff;
  text-decoration: none; }

a:hover {
  background-color: transparent;
  color: #0793ff;
  outline: none;
  text-decoration: underline; }

a:active {
  background-color: transparent;
  color: #0793ff;
  text-decoration: none; }

a.none:hover {
  background-color: transparent;
  color: #0793ff;
  outline: none;
  text-decoration: none; }

/* clerfix
----------------------------------------------------*/
.cl {
  clear: both; }

#contents:after, #contents_inner:after, .clr:after {
  clear: both;
  content: ".";
  display: block;
  font-size: .1em;
  height: .1px;
  line-height: 0;
  visibility: hidden; }

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0; }

.clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/* img
----------------------------------------------------*/
img {
  vertical-align: bottom; }

a img {
  border: none; }

.imgR {
  float: right;
  margin: 0 0 10px 10px; }

.imgL {
  float: left;
  margin: 0 10px 10px 0; }

.floatR {
  float: right; }

.floatL {
  float: left; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.ha {
  height: auto !important; }

/* text
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 400;
  margin-bottom: 18px; }

strong {
  font-weight: 700; }

p {
  line-height: 1.7;
  margin-bottom: 18px; }

.kome {
  margin-left: 1em;
  padding: 0;
  text-indent: -1em; }

.tC, .btnC {
  margin: 5px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .tC img, .btnC img {
      width: 100%;
      height: auto; } }

.tR, .sign {
  margin: 5px 0;
  text-align: right; }

.em {
  color: #ff0000; }

.em2 {
  color: #0075c7; }

.em3 {
  background-color: #e1e1e1;
  color: #333;
  padding: 0 5px; }

.dot {
  border: 1px dotted #ddd;
  display: inline-block;
  padding: 18px; }

.shadow {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }

/* list
----------------------------------------------------*/
ul.disc {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 2em;
  padding-left: 0; }

ol.decimal {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 2em;
  padding-left: 0; }

/* dl
----------------------------------------------------*/
dl.horizon {
  background-color: transparent;
  clear: both;
  display: block;
  line-height: 1.6;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0;
  width: auto; }

dl.horizon.mb0 {
  margin: 0; }

dl.horizon dt {
  background-color: transparent;
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 26%; }

dl.horizon dd {
  border-bottom: 1px solid transparent;
  padding: 10px 0 10px 27%; }

* html dl.horizon dd {
  zoom: normal; }

dl.horizon#id dt {
  width: 26%; }

dl.horizon#id dd {
  border-bottom: 1px solid #fff;
  padding-left: 27%; }

/* font size
----------------------------------------------------*/
.fs10 {
  font-size: 71%; }

.fs11 {
  font-size: 78%; }

.fs12 {
  font-size: 86%; }

.fs13 {
  font-size: 93%; }

.fs14 {
  font-size: 100%; }

.fs16 {
  font-size: 114%; }

.fs18 {
  font-size: 128%; }

.fs20 {
  font-size: 143%; }

.fs24 {
  font-size: 171%; }

.fs28 {
  font-size: 200%; }

.fs32 {
  font-size: 228%; }

.fs36 {
  font-size: 257%; }

/* l-height
----------------------------------------------------*/
.l_height1 {
  line-height: 1; }

.l_height12 {
  line-height: 1.2; }

.l_height15 {
  line-height: 1.5; }

.l_height18 {
  line-height: 1.8; }

.l_height21 {
  line-height: 2.1; }

.l_height26 {
  line-height: 2.6; }

/* l_spacing
----------------------------------------------------*/
.l_spacing01 {
  letter-spacing: .1em; }

.l_spacing02 {
  letter-spacing: .2em; }

.l_spacing05 {
  letter-spacing: .5em; }

.l_spacing1 {
  letter-spacing: 1em; }

.l_spacing2 {
  letter-spacing: 2em; }

.l_spacing3 {
  letter-spacing: 3em; }

.l_spacing4 {
  letter-spacing: 4em; }

/* space
----------------------------------------------------*/
.mb0 {
  margin-bottom: 0; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.pt0 {
  padding-top: 0; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pb0 {
  padding-bottom: 0; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

/* grid
----------------------------------------------------*/
.grid {
  display: block;
  float: left;
  margin: 18px 0; }

.grid.mb0 {
  display: block;
  float: left;
  margin: 0; }

.one-half {
  width: 48%; }

.one-third {
  width: 30.66%; }

.two-third {
  width: 65.33%; }

.one-fourth {
  width: 22%; }

.three-fourth {
  width: 74%; }

.one-fifth {
  width: 16.8%; }

.two-fifth {
  width: 37.6%; }

.three-fifth {
  width: 58.4%; }

.four-fifth {
  width: 67.2%; }

.four-fifth_one {
  width: 28.8%; }

.one-sixth {
  width: 13.33%; }

.five-sixth {
  width: 82.67%; }

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth, .four-fifth_one {
  float: left;
  margin-right: 4%;
  position: relative; }

.last {
  clear: right;
  margin-right: 0 !important; }

/*	layout
----------------------------------------------------*/
#page {
  background: url(../img/bg_sec.gif) repeat-x top center;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 940px) {
    #page {
      width: 940px; } }
  @media screen and (max-width: 767px) {
    #page {
      background: none;
      width: 100%; } }

.body_top #page {
  background: url(../img/bg_top.gif) repeat-x top center;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  text-align: left; }

#contents {
  padding: 0;
  text-align: left;
  zoom: 1; }

.body_top #contents {
  background: url(../img/bg_top.jpg) no-repeat top center; }

.body_greeting #contents {
  background: url(../img/bg_greeting.jpg) no-repeat top center; }

.body_business #contents {
  background: url(../img/bg_business.jpg) no-repeat top center; }

.body_price #contents {
  background: url(../img/bg_price.jpg) no-repeat top center; }

.body_contact #contents {
  background: url(../img/bg_contact.jpg) no-repeat top center; }

.body_access #contents {
  background: url(../img/bg_access.jpg) no-repeat top center; }

@media screen and (max-width: 767px) {
  .body_greeting #contents, .body_price #contents, .body_contact #contents,
  .body_access #contents {
    background: none; } }

#contents_inner {
  min-height: 400px;
  height: auto !important;
  height: 400px;
  margin: 0 auto;
  padding: 240px 0 0 0;
  position: relative;
  width: 940px; }
  @media screen and (max-width: 767px) {
    #contents_inner {
      width: 100%;
      padding-top: 0; } }

.body_top #contents_inner {
  padding: 0; }

.main {
  background: url(../img/bg_inner.gif) repeat-y top left;
  clear: both;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
  width: 940px; }
  @media screen and (max-width: 767px) {
    .main {
      width: 100%; } }

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

@media screen and (max-width: 767px) {
  .body_price .main .mainL h1 {
    padding-top: 15px;
    padding-bottom: 5px; } }

.main .mainL {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 400px; }
  @media screen and (max-width: 767px) {
    .main .mainL {
      width: 100%; }
      .main .mainL img {
        width: 100%;
        height: auto; } }

.main .mainR {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
  width: 460px; }
  @media screen and (max-width: 767px) {
    .main .mainR {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .body_price .main .mainR {
    margin-top: 0 !important; } }

section.section_post {
  margin: 0 0 30px 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    section.section_post {
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      section.section_post h1 {
        margin-bottom: 5px; }
        section.section_post h1 img {
          width: 100%;
          height: auto; } }

section.section_post.ln {
  background: url(../img/ln.gif) no-repeat bottom center;
  padding: 0 0 6px 0; }
  @media screen and (max-width: 767px) {
    section.section_post.ln {
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      section.section_post.ln h1 {
        margin-bottom: 5px; } }

section.section_contact {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    section.section_contact {
      width: 100%;
      height: auto;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      section.section_contact img {
        width: 100%;
        height: auto; } }

section.section_contact p.to_access {
  clear: both;
  height: auto;
  margin: -39px 0 18px 0;
  padding: 0;
  text-align: right;
  width: 455px; }
  @media screen and (max-width: 767px) {
    section.section_contact p.to_access {
      text-align: left;
      width: 100%;
      margin: 0 0 10px 0; }
      section.section_contact p.to_access a img {
        width: 40%;
        height: auto; } }

.up {
  margin: -52px 0 0 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .up {
      margin: 0;
      padding-left: 10px;
      padding-right: 10px; }
      .up img {
        width: 100%;
        height: auto; } }

/*20190118*/
/* .body_home #page { background: url(../img/bg_top.gif) repeat-x top center; min-height:100%; height:auto !important; height:100%; margin:0 auto; text-align:left; }
.body_home #contents { background: url(../img/bg_top.jpg) no-repeat top center; }
.body_home #contents_inner { padding:0; } */
/*	header
----------------------------------------------------*/
header {
  background: url(../img/header_bg.gif) no-repeat top center;
  height: 117px;
  margin: 0 auto;
  position: relative;
  width: 940px; }
  @media screen and (max-width: 767px) {
    header {
      background: none;
      width: 100%;
      height: 60px; } }

header h1 {
  clear: both;
  height: 55px;
  left: 15px;
  line-height: 0;
  position: absolute;
  text-indent: -9999px;
  top: 27px; }

header h1 a {
  display: block;
  height: 72px;
  width: 387px; }

/* header h1 a:hover { background:url(../img/to_top--.png) no-repeat top right; } */
.body_top header h1 a:hover {
  background: none; }

.body_top2 header h1 a:hover {
  background: none; }

header h2.key, header p.key {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

#globalnav {
  clear: both;
  position: relative; }

#globalnav ul {
  /*background:url(../img/nav-.png) no-repeat;*/
  height: 42px;
  left: 433px;
  position: absolute;
  top: 75px; }

#globalnav li {
  display: inline;
  float: left; }

#globalnav li a {
  display: block;
  height: 42px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px; }

#globalnav li#nav01 a {
  background: url(../img/nav.png) no-repeat 0 0;
  width: 89px; }

#globalnav li#nav02 a {
  background: url(../img/nav.png) no-repeat -89px 0;
  width: 144px; }

#globalnav li#nav03 a {
  background: url(../img/nav.png) no-repeat -233px 0;
  width: 48px; }

#globalnav li#nav04 a {
  background: url(../img/nav.png) no-repeat -281px 0;
  width: 111px; }

#globalnav li#nav05 a {
  background: url(../img/nav.png) no-repeat -394px 0;
  width: 115px; }

#globalnav li#nav01 a:hover {
  background: url(../img/nav.png) no-repeat 0 -41px;
  width: 89px; }

#globalnav li#nav02 a:hover {
  background: url(../img/nav.png) no-repeat -89px -41px;
  width: 144px; }

#globalnav li#nav03 a:hover {
  background: url(../img/nav.png) no-repeat -233px -41px;
  width: 48px; }

#globalnav li#nav04 a:hover {
  background: url(../img/nav.png) no-repeat -281px -41px;
  width: 111px; }

#globalnav li#nav05 a:hover {
  background: url(../img/nav.png) no-repeat -394px -41px;
  width: 115px; }

.body_greeting #globalnav li#nav01 a {
  background: url(../img/nav.png) no-repeat 0 -41px;
  width: 89px; }

.body_business #globalnav li#nav02 a {
  background: url(../img/nav.png) no-repeat -89px -41px;
  width: 144px; }

.body_price #globalnav li#nav03 a {
  background: url(../img/nav.png) no-repeat -233px -41px;
  width: 48px; }

.body_contact #globalnav li#nav04 a {
  background: url(../img/nav.png) no-repeat -281px -41px;
  width: 111px; }

.body_access #globalnav li#nav05 a {
  background: url(../img/nav.png) no-repeat -394px -41px;
  width: 111px; }

/*	footer
----------------------------------------------------*/
footer {
  background: transparent url(../img/bg_footer.gif) repeat-x top center;
  border-top: 1px solid #ccc;
  clear: both;
  padding-top: 0; }

#footer-contents {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  position: relative; }

#copyright {
  margin: 0 auto;
  padding: 30px 0 0 0;
  text-align: center;
  width: 100%; }

#copyright p {
  color: #666;
  font-size: 86%;
  font-weight: 700; }

footer p.pageTop {
  clear: both;
  left: 806px;
  position: absolute;
  top: 4px; }

footer p.pageTop a, footer p.pageTop a:visited, footer p.pageTop a:active {
  height: 40px;
  width: 120px; }

footer p.pageTop a:hover {
  outline: none; }

.author {
  clear: both;
  color: #999;
  font-size: 78%;
  height: auto;
  right: 1px;
  position: absolute;
  top: 66px;
  width: auto; }

.author a, .author a:visited, .author a:active {
  color: #aaa; }

.author a:hover {
  color: #666; }

/*	page
--------------------------------------------*/
h2.catch {
  margin: 0 0 10px 0;
  padding: 168px 0 0 8px;
  width: 435px; }
  @media screen and (max-width: 767px) {
    h2.catch {
      padding-top: 8px;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; }
      h2.catch img {
        width: 100%;
        height: auto; } }

p.lead {
  margin: 0 0 15px 0;
  padding: 0 0 0 8px;
  width: 435px;
  height: 300px; }
  @media screen and (max-width: 767px) {
    p.lead {
      width: 100%;
      height: auto;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

#newsinfo {
  border-top: 1px dotted #1d9665;
  border-bottom: 1px dotted #1d9665;
  margin: 0 0 15px 8px;
  padding: 0;
  width: 427px; }

#newsinfo p {
  background: transparent url(../img/icon_information.gif) no-repeat center left;
  color: #333;
  font-weight: 700;
  font-size: 114%;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 0 5px 12px; }

/*ul#to_business li img:hover { color:#ff6600; transform-origin:50% 50%; transform:rotate(90deg); -moz-transform-origin:50% 50%; -moz-transform: rotate(2deg); -webkit-transform-origin:50% 50%; -webkit-transform: rotate(2deg); margin-top:-2px; }*/
ul#to_business {
  margin: 0;
  padding: 0 0 0 4px;
  width: 500px; }

ul#to_business li {
  display: inline;
  float: left; }

.info {
  clear: both;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
  width: 940px; }
  @media screen and (max-width: 767px) {
    .info {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.infoL {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 480px; }
  @media screen and (max-width: 767px) {
    .infoL {
      width: 100%; }
      .infoL img {
        width: 100%;
        height: auto; } }

.infoR {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
  width: 439px; }
  @media screen and (max-width: 767px) {
    .infoR {
      width: 100%; }
      .infoR img {
        width: 100%;
        height: auto; } }

.infoR p.to_access {
  clear: both;
  height: auto;
  margin: -39px 0 18px 0;
  padding: 0;
  text-align: right;
  width: 439px; }
  @media screen and (max-width: 767px) {
    .infoR p.to_access {
      text-align: left;
      width: 100%;
      margin: 0 0 10px 0; }
      .infoR p.to_access a {
        text-align: left; }
        .infoR p.to_access a img {
          width: 50%;
          height: auto; } }

.gmap {
  background-color: #f9f9f9;
  border: 4px solid #dfdfdf;
  height: 600px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 452px; }
  @media screen and (max-width: 767px) {
    .gmap {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .gmap iframe {
        width: 100%; } }

.ad {
  background-color: #fff;
  border: 4px solid #dfdfdf;
  height: auto;
  margin: 5px 0;
  padding: 20px;
  text-align: left;
  width: 354px; }

.adC {
  background-color: #fff;
  border: 4px solid #dfdfdf;
  height: auto;
  margin: 5px 0;
  padding: 20px;
  text-align: center;
  width: 354px; }
  @media screen and (max-width: 767px) {
    .adC {
      width: 100%;
      padding: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

/*	form
--------------------------------------------*/
#form fieldset {
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
  padding: 10px;
  width: 90%; }

/*#form fieldset legend { padding: 0 10px; margin-bottom:1em; font-size: 93%; line-height: 1.5; }*/
#form input, #form select, #form textarea {
  border: 1px solid #ccc;
  display: block;
  margin: 0 0 10px 10px;
  padding: 2px; }

#form input:focus, #form select:focus, #form textarea:focus {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -moz-box-shadow: 0 0 5px #3d98f1, 0 2px 5px rgba(32, 32, 32, 0.2) inset;
  -webkit-box-shadow: 0 0 5px #3d98f1, 0 2px 5px rgba(32, 32, 32, 0.2) inset;
  -o-box-shadow: 0 0 5px #3d98f1, 0 2px 5px rgba(32, 32, 32, 0.2) inset;
  -box-shadow: 0 0 5px #3d98f1, 0 2px 5px rgba(32, 32, 32, 0.2) inset;
  border: 1px solid #666666; }

/*#form input[type="checkbox"] { margin: 3px 4px 0 2px; }
#form input[type="radio"] { margin: 3px 4px 0 0; }*/
#form label {
  font-size: 93%;
  display: block;
  cursor: pointer;
  margin: 0 10px 3px; }

#form label input {
  display: inline-block; }

#form input, #form textarea, #form select {
  font-size: 93%;
  font-weight: normal;
  line-height: 1.5;
  width: 90%; }

#form input.postnumber, #form input.phonenumber, form select {
  width: 30%; }
  @media screen and (max-width: 767px) {
    #form input.postnumber, #form input.phonenumber, form select {
      width: 50%; } }

#form select {
  width: auto; }

#form input#submit-button, .check-contact input#submit-button {
  clear: both;
  background: transparent url(../img/submit.png) no-repeat;
  color: #fff;
  text-align: center;
  height: 32px;
  padding-bottom: 4px;
  margin: 0 5px;
  width: 120px;
  font-size: 108%;
  cursor: pointer;
  display: inline;
  border: none; }

#form .submit, .check-contact .submit {
  margin: 0 auto;
  padding: 5px 10px 40px 0;
  text-align: center;
  border: none; }

#form em, ul.check em {
  color: #ff0000; }

/*ul.check { list-style: none; padding: 0 0 20px 0; display: block; overflow: hidden; }
ul.check li { line-height: 1.8; display: block; }
* html ul.check { width: 100%; }*/
#form .submit button, .check-contact .submit button {
  -moz-border-radius: 3px;
  -moz-box-shadow: 1px 1px 3px #999;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #999;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 93%;
  font-weight: 700;
  line-height: 1;
  margin: 0 10px;
  padding: 7px 20px;
  text-decoration: none; }

#form .submit button:hover, .check-contact .submit button:hover {
  -moz-box-shadow: 1px 1px 3px #999;
  -webkit-box-shadow: 1px 1px 3px #999;
  background: #1d9664;
  box-shadow: 1px 1px 3px #999;
  color: #fff; }

#form .city {
  font-size: 93%;
  display: block;
  margin: 0 0 3px 10px; }

#form.op .datinng {
  color: #333;
  width: 140px;
  height: 36px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: 15px; }
  @media screen and (max-width: 350px) {
    #form.op .datinng {
      width: 120px; } }

#form.op .datinng-label {
  position: relative; }

#form.op .datinng-label span {
  position: absolute;
  left: 155px; }
  @media screen and (max-width: 350px) {
    #form.op .datinng-label span {
      left: 135px; } }

#form.op input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

#form.op input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none; }

#form.op input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

/* #form.op input[type=checkbox] {
	width: auto;
}
#form .option-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#form .option-wrap input {
	width: 10%;
}
#form .option-wrap .option {
	width: 90%;
} */
table.pri {
  width: 398px;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    table.pri {
      width: 100%; } }

table.pri th {
  padding: 5px;
  text-align: center;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }

table.pri td {
  padding: 5px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 93%;
  line-height: 1.5; }

table.pri td.yen {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap; }

table.pri td.mid {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap; }

td.co1 {
  background-color: #e3edff;
  font-weight: 700;
  letter-spacing: 1px;
  color: #3760ab;
  text-align: center;
  font-size: 116%; }

td.co2 {
  background-color: #ffe3f6;
  font-weight: 700;
  letter-spacing: 1px;
  color: #d03a84;
  text-align: center;
  font-size: 116%; }

td.co3 {
  background-color: #fff0e3;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ec7a15;
  text-align: center;
  font-size: 116%; }

/*2013.2.1*/
.body_top2 #page {
  background: url(../img/bg_top.gif) repeat-x top center;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  text-align: left; }

.body_top2 #contents {
  background: url(../img/bg_top2.jpg) no-repeat top center; }

.body_top2 #contents_inner {
  padding: 0; }

#information {
  min-height: 116px;
  height: auto !important;
  height: 116px;
  margin: 0 0 20px 8px;
  padding: 15px 10px 5px 10px;
  width: 407px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    #information {
      width: 100%;
      margin-left: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

h2.information_h2 {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    h2.information_h2 img {
      width: 100%;
      height: auto; } }

#information dl {
  border-top: 1px dotted #ccc;
  margin: 0 0 0px;
  padding: 5px 0 10px 0; }

#information dt {
  /*background:transparent url(../img/icon_information-.gif) no-repeat center left;*/
  color: #333;
  font-weight: 700;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  padding: 5px 0 3px 5px; }

#information dd {
  color: #333;
  font-size: 93%;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 5px; }

#information dd strong {
  padding: 0 4px; }

#information dd strong.em {
  color: #f00;
  padding: 0 4px; }

span.beta {
  display: inline-block;
  color: #fff;
  background-color: #f00;
  padding: 3px 5px;
  margin: 5px 0; }

span.ln {
  display: inline-block;
  padding: 3px 5px;
  margin: 5px 0; }

.body_home #page {
  background: url(../img/bg_top.gif) repeat-x top center;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .body_home #page {
      background: none; } }

.body_home #contents {
  background: url(../img/bg_top2.jpg) no-repeat top center; }
  @media screen and (max-width: 767px) {
    .body_home #contents {
      background: none; } }

.body_home #contents_inner {
  padding: 0; }

#form.op .gender ul li {
  display: inline-block;
  float: left; }

#form.op fieldset {
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*#form fieldset legend { padding: 0 10px; margin-bottom:1em; font-size: 93%; line-height: 1.5; }*/
#form.op input, #form.op select, #form.op textarea {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0;
  padding: 2px; }

#form.op input:focus, #form.op select:focus, #form.op textarea:focus {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -moz-box-shadow: 0 0 5px #3d98f1, 0 2px 5px rgba(32, 32, 32, 0.2) inset;
  -webkit-box-shadow: 0 0 5px #3d98f1, 0 2px 5px rgba(32, 32, 32, 0.2) inset;
  -o-box-shadow: 0 0 5px #3d98f1, 0 2px 5px rgba(32, 32, 32, 0.2) inset;
  -box-shadow: 0 0 5px #3d98f1, 0 2px 5px rgba(32, 32, 32, 0.2) inset;
  border: 1px solid #666666; }

/*#form.op input[type="checkbox"] { margin: 3px 4px 0 2px; }
#form.op input[type="radio"] { margin: 3px 4px 0 0; }*/
#form.op label {
  font-size: 93%;
  display: block;
  cursor: pointer;
  margin: 15px 10px 4px 0; }

#form.op label input {
  display: inline-block; }

#form.op input, #form.op textarea, #form.op select {
  font-size: 93%;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#form.op input.postnumber, #form input.phonenumber, form select {
  width: 30%; }

#form.op input.date {
  width: 10%; }
  @media screen and (max-width: 767px) {
    #form.op input.date {
      width: 20%; } }

#form.op select {
  width: auto; }

#form.op input#submit-button, .check-contact input#submit-button {
  clear: both;
  background: transparent url(../img/submit.png) no-repeat;
  color: #fff;
  text-align: center;
  height: 32px;
  padding-bottom: 4px;
  margin: 0 5px;
  width: 120px;
  font-size: 108%;
  cursor: pointer;
  display: inline;
  border: none; }

#form.op .submit, .check-contact .submit {
  margin: 0 auto;
  padding: 5px 10px 40px 0;
  text-align: center;
  border: none; }

#form.op em, ul.check em {
  color: #ff0000; }

#form.op input[type="radio"] {
  width: auto;
  display: inline; }

#form.op .sei ul {
  margin: 0 0 15px 0; }

#form.op .sei ul li {
  display: inline;
  float: left; }

#form.op .sei ul li label {
  margin: 0 0 4px 0; }

#form.op .date {
  clear: both; }

.check-contact {
  width: 700px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .check-contact {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-top: 1px solid #ccc; } }

.check-contact h2 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px; }
  @media screen and (max-width: 767px) {
    .check-contact h2 {
      padding-top: 20px; } }

.check-contact .copy {
  font-size: 14px;
  text-align: center;
  margin: 0 0 5px; }

.check-contact .alert-txt {
  color: #f00;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .check-contact .alert-txt {
      font-size: 12px; } }

#form .check-tabel {
  width: 100%;
  margin-bottom: 40px; }

#form .check-tabel th, #form .check-tabel td {
  border: 1px solid #999;
  line-height: 1.4;
  padding: 10px 15px; }
  @media screen and (max-width: 767px) {
    #form .check-tabel th, #form .check-tabel td {
      font-size: 12px;
      padding: 10px; } }

#form .check-tabel th {
  background: #ddd;
  text-align: left;
  width: 30%; }

#form .check-tabel td {
  background: #f6f6f6;
  width: 70%; }

#form .check-tabel .input-no {
  background: none;
  font-size: 14px;
  line-height: 1;
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  border: none; }

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

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

.bk {
  display: none; }
  @media screen and (max-width: 767px) {
    .bk {
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 998;
      background-color: rgba(0, 0, 0, 0.5); } }

.header-wrap {
  display: none; }
  @media screen and (max-width: 767px) {
    .header-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 5px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .header-wrap .header-left {
        width: calc(100% - 60px);
        padding-top: 5px;
        padding-bottom: 5px; }
        .header-wrap .header-left img {
          height: 50px;
          width: auto; } }
      @media screen and (max-width: 767px) and (max-width: 767px) {
        .header-wrap .header-left img {
          height: 40px; } }
  @media screen and (max-width: 767px) {
      .header-wrap .header-right {
        width: 60px; } }

#yks header #nav-sp {
  display: none;
  background: url(../img/bg.gif) top center;
  width: 100%;
  height: auto;
  z-index: 999;
  position: absolute;
  top: 70px;
  left: 0; }
  @media screen and (max-width: 350px) {
    #yks header #nav-sp {
      top: 60px; } }
  #yks header #nav-sp #globalnav ul {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: unset;
    border-top: 1px solid #999; }
    #yks header #nav-sp #globalnav ul li {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #999; }
      #yks header #nav-sp #globalnav ul li a {
        background: none;
        color: #1e9665;
        font-weight: normal;
        line-height: 1.0;
        background: none;
        text-indent: inherit;
        padding: 15px 15px;
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative; }
        #yks header #nav-sp #globalnav ul li a::after {
          content: '';
          width: 8px;
          height: 8px;
          border-top: solid 1px #1e9665;
          border-right: solid 1px #1e9665;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: calc(50% - 4px);
          right: 15px; }

.menu {
  width: 50px;
  height: 40px;
  margin-left: 5px;
  position: relative; }
  .menu span {
    background: #1e9665;
    display: block;
    width: 45px;
    height: 6px;
    position: absolute;
    right: 0;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s; }
  .menu .line-1 {
    top: 0; }
  .menu .line-2 {
    opacity: 1.0;
    top: calc(50% - 3px); }
  .menu .line-3 {
    bottom: 0; }
  .menu.open span {
    width: 42px; }
  .menu.open .line-1 {
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu.open .line-2 {
    opacity: 0.0;
    left: 60px; }
  .menu.open .line-3 {
    top: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.infoR-sp {
  text-align: left;
  margin-bottom: 10px; }

.content-title-sp {
  margin: 0; }

.body_contact .content-title-sp {
  padding-bottom: 15px; }

img.img-auto {
  width: auto !important;
  height: auto !important; }

@media screen and (max-width: 767px) {
  .comp {
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #ccc; } }
