body {
  /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  background-color: #FCFCFC;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 14px;
  /* [disabled]line-height:26px; */
  font-family: "HelveticaNeueLTStd-Roman", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "MS Pゴシ ック", "MS PGothic", sans-serif;
  line-height: 23px;
}

h1 {
  font-size: 12px;
  margin-top: 15px;
  line-height: 16px;
  padding-bottom: 10px;

  color: #878787;
  letter-spacing: 0.7px;

}

/*ヘッダーフッター*/
CSS .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #EAEAEA;
}

body>.container {
  padding: 30px 20px 0;

}

.container .text-muted {
  margin: 24px 0;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

/*／ヘッダーフッター*/
.header-pc {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-menu {
  width: 66%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu__item {
  font-weight: bold;
  font-size: 17px;
}

.header-menu__item a {
  text-decoration: none;
}

.header-menu__item:hover {
  opacity: 0.6;
}

.iro {
  color: #575757;
}

.bld {
  font-weight: bold;
}

.cntr {
  text-align: center;
  margin: 0 auto;
}

/*xs smでセンター寄せ*/
@media only screen and (min-width: 993px),
print {
  .sm_center {
    text-align: left;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
  .sm_center {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 390px) {
  .sm_center {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
}

/*／xs smでセンター寄せ*/



/* ページトップ */
@media only screen and (min-width: 993px),
print {
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
  }

  #page-top a {
    background: rgba(255, 255, 255, .15);
    text-decoration: none;
    color: #BC0F24;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: solid 1px #BC0F24;
  }

  #page-top a:hover {
    text-decoration: none;
    background: #BC0F24;
    color: #ffffff;
    border: solid 1px #BC0F24;
  }
}



@media only screen and (max-width: 992px) {
  #page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 8px;
  }

  #page-top a {
    background: #BC0F24;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 2px 0;
    text-align: center;
    display: block;
    border-radius: 3px;
  }

  #page-top a:hover {
    text-decoration: none;
    background: #BC0F24;
    color: #FFFFFF;
  }
}

/* ／ページトップ */


/*ロゴ画像*/
.navbar-brand {
  background: url("../img/common/logo.png") no-repeat;
  background-position: 15px 2px;
  background-size: contain;
  height: 46px;
  width: 200px;
  text-indent: -9999px;
}

/*／ロゴ画像*/
/*フッター*/
.copyright {

  font-weight: bold;
  text-align: center;
  margin: 0.5em auto;
  display: block;
  padding: 20px 0;
  border-top: dotted 1px #ccc;
}

/*／フッター*/
/*画像枠付き*/
.img-thumbnail-dotted {
  padding: 2px;
  border: 1px dotted #555;
  border-radius: 2px;
}

/*／画像枠付き*/

.gly_bk {
  background-color: #FFF;
  padding: 20px;
  border: 2px solid #E5E5E5;
  border-radius: 2px;
}

.gly_bk2 {
  background-color: #FFF;
  padding-left: 15px;
  border: 0px solid #F4F4F4;
  border-radius: 2px;
}

.gly_orange {
  background-color: #FFF;
  padding: 20px;
  border: 3px solid #70655F;
  border-radius: 2px;
}


.brdr_bottom {
  border-bottom: 1px dotted #cccccc;

}

/*キャッチコピーセンター寄せ*/
@media only screen and (min-width: 993px),
print {
  .fnt_cntr_cath {
    font-size: 23px;
    color: #333333;
    text-align: center;
    line-height: 30px;
  }
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
  .fnt_cntr_cath {
    font-size: 14px;
    color: #333;
    text-align: center;
  }
}

@media only screen and (max-width: 390px) {
  .fnt_cntr_cath {
    font-size: 14px;
    color: #333;
    text-align: center;
  }
}

/*／キャッチコピーセンター寄せ*/



/*リストスタイル*/
.list01 {

  padding: 0;
  margin: 0;
}

.list01 li {
  list-style: none;
  background-image: url(../img/shikaku_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 20px;
  margin: 0;
}

.list02 {

  padding: 0;
  margin: 0;
}

.list02 li {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0;
}

/*／リストスタイル*/


/*見だし*/
@media only screen and (min-width: 993px),
print {
  .mdsmain_bk {
    background-color: #4BB1B5;
    padding: 20px 0 10px 0;
  }

  .mds01 {
    text-align: center;
    color: #FFF;
    font-size: 30px;

  }

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
  .mdsmain_bk {
    background-color: #4BB1B5;
    padding: 20px 0 10px 0;
  }

  .mds01 {
    text-align: center;
    color: #FFF;
    font-size: 23px;

  }
}

@media only screen and (max-width: 390px) {
  .mdsmain_bk {
    background-color: #4BB1B5;
    padding: 20px 0 10px 0;
  }

  .mds01 {
    text-align: center;
    color: #FFF;
    font-size: 14px;

  }
}

/*見だし*/
/*キャッチ*/
@media only screen and (min-width: 993px),
print {

  .catch {
    font-size: 26px;

  }

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
  .catch {
    font-size: 18px;

  }
}

@media only screen and (max-width: 390px) {
  .catch {
    font-size: 14px;
    font-weight: bold;
  }
}

/*キャッチ*/
/*キャッチ2*/
@media only screen and (min-width: 993px),
print {

  .catch2 {
    font-size: 21px;
    line-height: 160%;

  }

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
  .catch2 {
    font-size: 18px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 390px) {
  .catch2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
  }
}

/*キャッチ*/

/**/
@media only screen and (min-width: 993px),
print {}

@media only screen and (min-width: 391px) and (max-width: 992px) {}

@media only screen and (max-width: 390px) {}

/**/
.list_none {
  padding: 0;
  margin: 0;
}

.list_none li {
  list-style-type: none;
  padding: 0 0 5px 0;
  margin: 0;
}

.brdrbtm {
  color: #333;
  font-size: 120%;
  border-bottom: #333 dotted 1px;
  letter-spacing: 1px;
}

.pad-top20 {
  padding-top: 20px;
}

.pad-top40 {
  padding-top: 40px;
}

.gly-bk {
  background-color: #F3F3F3;
  padding: 10px 10px;
  width: auto;
}

.orng-bk {
  background-color: #ED965A;
  border: solid 1px #E85A24;
  padding: 20px;
  color: #FFF;
}

.orng-waku {
  border: solid 1px #E85A24;
  padding: 20px;
  color: #333;
}

.sankaku {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #E85A24;
}

/*** レスポンシブテーブルデザイン ***/
.tbl-rsp {
  width: 100%;
  /*border: 1px solid #cccccc;*/
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.tbl-rsp th {
  /*padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;*/
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  /*background-color: #F4F4F4;*/
}

.tbl-rsp td {
  /*padding: 5px 10px;*/
  text-align: left;
  vertical-align: top;
  /*background-color: #ffffff;
border-top: dotted 1px #cccccc;
*/
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

@media (max-width: 400px) {
  .tbl-rsp {
    /*border:none;*/
  }

  .tbl-rsp th {

    width: 100%;
    display: block;
    margin: 0 auto;
    /*border:none;
  border-radius: 3px;*/
  }

  .tbl-rsp td {
    display: list-item;
    width: 100%;
    border-top: none !important;
    border-right: none !important;
  }
}

/*** ／レスポンシブテーブルデザイン ***/
.lineheight140 {
  line-height: 140%;
}


.leftbrdr_orange {
  border-left: solid 6px #4BB1B5;
  padding-left: 10px;
}

.orange {
  color: #70655F;
}

.kuro {
  color: #333;
}

hr {
  border: none;
  border-top: dashed 1px #CCC;
  height: 1px;
  color: #FFFFFF;
  margin: 0 6 0 6;
}

.mds-bk_iro {
  background-color: #434343;
  background-color: #6d6d6d;
  background-color: #02275B;
  font-family: 'ヒラギノ明朝 ProN W3', HG明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 游明朝, YuMincho, serif;
  color: #ffffff;
  padding: 10px;
  margin: 30px 0;
}

.fadeInUp {
  -webkit-animation: fadeInUp 1s cubic-bezier(.55, 0, .1, 1) both;
  animation: fadeInUp 1s cubic-bezier(.55, 0, .1, 1) both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}




.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}


.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}



.maingazou {

  margin-right: auto;
  margin-left: auto;
}

.maingazou img {
  width: 100%;

}


@media (min-width: 1200px) .maingazou {
    {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }

  .maingazou img {
    width: 100%;

  }

}

}


.containermain {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (min-width:768px) {
  .containermain {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width:992px) {
  .containermain {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width:1200px) {
  .containermain {
    width: 1170px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }
}


.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}




.btn-warning {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}


.btn-warning:hover {
  color: #fff;
  background-color: #db2121;
  border-color: #db2121;
  background-color: #1C1C1C;
  border-color: #1C1C1C;
}



.btn-warningaka {
  color: #333333;
  background-color: #C92847;
  border-color: #C92847;
}


.btn-warningaka:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}



.btn-warningao {
  color: #333333;
  background-color: #E2A104;
  border-color: #E2A104;
}


.btn-warningao:hover {
  color: #fff;
  background-color: #777777;
  border-color: #777777;

}


.navbar-header {
  background-color: #FFF;
}

.top_concept h2 {
  position: relative;
  color: #484848;
  font-size: 32px;
  line-height: 1em;
  text-align: center;
  padding: 0 10px 8px;
  border-bottom: 1px solid #222222;

}


.text_mincho {
  font-family: 'ヒラギノ明朝 ProN W3', HG明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 游明朝, YuMincho, serif;
  letter-spacing: 1.4px;
}


.top_concept .hr_style1 {
  margin: 25px 0;
  background: #f1f1f1;
  width: 100%;
  height: 5px;
}

.top_concept .hr_style1:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 5px;
  background: #570500;
}

.top_unit_in {
  width: 1000px;
  margin: 0 auto;
}

.top_concept .top_unit_in {
  padding: 0px 60px 40px;
  background: #fdfdfd;
}

.mod-title {
  font-size: 30px;
  text-align: center;
  color: #484848;
}

.mod-title span {
  display: inline-block;
  padding: 0 10px 8px;
  border-bottom: 1px solid #222222;
}


/*** top concept ***/
@media screen and (max-width: 1000px) {

  .top_concept .top_unit_in {
    padding: 0% 6% 3%;
    width: 100%;
  }

  .top_concept h2 {
    position: relative;
    color: #484848;
    font-size: 3rem;
    line-height: 1em;
  }

  .top_concept .hr_style1 {
    margin: 2rem 0;
  }

  .top_concept_text {
    margin-left: 0;
  }

  .top_concept_text p {
    margin-bottom: 1.5em;
    font-size: 1.15rem;
    line-height: 1.7em;
  }

  .mod-title {
    font-size: 20px;
    text-align: center;
    color: #484848;
  }

  .mod-title span {
    display: inline-block;
    padding: 0 10px 8px;
    border-bottom: 1px solid #222222;
  }

}

.clear {
  clear: both;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
  float: left;
  text-align: left;
}

.hitowaku {
  padding: 15px 45px 0px 35px !important;
  width: 100% !important;
  border: #ddd 6px solid;
  display: block !important;
  overflow: hidden !important;
  border: 1px solid #999;

  background-color: #F2F2F2;
}

.card {
  position: relative;
  float: left;
  width: 100%;
  height: ;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-left: 3px solid #aaa;
}


.card img {
  padding: 10px;
  width: 90px !important;
  height: 90px !important;
  left: 10px;
  top: 10px;
}

.card .title {
  position: absolute;
  left: 88px;
  top: 10px;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  cursor: pointer;
  color: #009;
}

.card .title a {

  color: #009;
}

.card .title a:hover {

  color: #009;
  border-bottom: solid 1px #000066;
}




.card strong {
  position: absolute;
  left: 88px;
  top: 30px;
  display: block;
  padding-right: 10px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: normal;
}

h1 {
  font-size: 10.5px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 15px;
  padding-bottom: 1px;

  color: #ffffff;
  letter-spacing: 0.6px;
}

.js .to-animate {
  opacity: 0;
}


@media only screen and (min-width: 768px) {
  #gm {

    width: 100%;
    margin-bottom: 20px;
    background: url(../img/common/ghaikei.png);
    background: #4D4D4D;
    background: #E2A104;

    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  }

}




@media only screen and (max-width: 991px) {
  #gm {

    display: none;
    margin-bottom: 0px !important;
  }

}

@media only screen and (min-width: 992px) {
  #gm ul {
    width: 1170px;
    margin: 0 auto;
    height: 50px;
    background: url(../img/common/gsen.png) no-repeat right center;
  }

  #gm li {
    display: block;
    float: left;
  }

  #gm li a {
    display: block;
    width: 134px;
    height: 50px;
    padding-top: 15px;
    background: url(../img/common/gsen.png) no-repeat left center;
    color: inherit;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: ;
    color: #ffffff;
    border-right: 1px solid #ffffff;
  }

  #gm li.gm1 a {
    display: block;
    width: 90px;
    height: 50px;
    padding-top: 15px;
    background: none;
    color: inherit;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: ;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }



  #gm li.gm2 a {
    display: block;
    width: 250px;
    height: 50px;
    padding-top: 15px;
    background: none;
    color: inherit;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: ;
    color: #ffffff;

    border-right: 1px solid #ffffff;
    line-height: px;
  }

  #gm li.gm3 a {
    display: block;
    width: 210px;
    height: 50px;
    padding-top: 15px;
    background: none;
    color: inherit;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: ;
    color: #ffffff;

    border-right: 1px solid #ffffff;
  }


}

/*
@media only screen and (min-width: 767px) and (max-width: 1099px) {
#gm ul {
  width: 1170px;
  margin: 0 auto;
  height: 50px;
 background: url(../img/common/gsen.png) no-repeat right center;
}


#gm li {
  display: block;
  float: left;
}

#gm li a {
   display: block;
  width: 114px;
  height: 50px;
  padding-top: 15px;
  background: url(../img/common/gsen.png) no-repeat left center;
  color: inherit;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
      border-right: 1px solid #ffffff;
}

#gm li.gm1 a {
	  display: block;
  width: 60px;
 height: 50px;
  padding-top: 15px;
  background:none;
  color: inherit;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color:#ffffff;
      border-left: 1px solid #ffffff;
	   border-right: 1px solid #ffffff;
}

#gm li.gm2 a {
	  display: block;
  width: 256px;
 height: 50px;
  padding-top: 15px;
  background:none;
  color: inherit;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  letter-spacing:0.5px;
  font-weight: ;
  color:#ffffff;
    
	   border-right: 1px solid #ffffff;
	   line-height:px;
}

#gm li.gm3 a {
	  display: block;
  width: 162px;
 height: 50px;
  padding-top: 15px;
  background:none;
  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
     
	   border-right: 1px solid #ffffff;
}


}
*/



#gm li.gm4 a {
  display: block;
  width: 142px;
  height: 50px;
  padding-top: 15px;
  background: none;
  color: inherit;
  font-size: 12.2px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #5D4C41;
  background: url(../img/common/gsen.png) no-repeat left center;
}


#gm li.gm8 a {
  display: block;
  width: 142px;
  height: 50px;
  padding-top: 15px;
  background: url(../img/common/gsen.png) no-repeat left center;

  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}



#gm li a span {
  font-size: 12px;
  color: #959595;
}


#gm li a:hover {
  color: #;
  opacity: 0.6;


}

#gm li.gm_sp {
  display: none;
}

@media only screen and (min-width: 769px) {
  .sp768 {
    display: none;
  }
}

#main {
  margin: 0 auto;
}


.cmidasi_tab {


  font-weight: bold;
  text-align: left;
  padding: 6px;


  color: #F00;
  padding-bottom: 10px;
  padding-top: 2px;

}


.cmidasi_tab th {
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  padding: 6px;
  padding-left: px;
  border-bottom: 4px solid #F00;
  color: #333333;
  padding-bottom: 10px;
  height: 6px;



}

.cmidasi_tab td {

  font-weight: normal;
  text-align: left;
  padding: 6px;

  border-bottom: 4px solid #bbbbbb;
  vertical-align: top;
  height: 6px;

}

h6 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  font-size: 186%;
  font-weight: 600;
  color: #4D4D4D;
  letter-spacing: 1.1px;
  font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;

}

h6::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #0585CC;
}

.aomozi1 {
  color: #009;
  font-size: 160%;
  font-weight: 600;


}


.sitamozi {
  position: relative;
  padding-bottom: 15px;

  font-size: 186%;
  font-weight: 600;
  color: #4D4D4D;
  letter-spacing: 1.1px;
  font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #BC0F24;
  font-weight: bold;
  margin-bottom: 0.4em;
}


* {
  padding: 0;
  margin: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

nav {


  overflow: hidden;
}

nav ul {
  list-style: none;
  overflow: hidden;
}



.contentTitle1 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;

  padding-top: 10px;
  line-height: 30px;
  font-weight: bold;
  color: #111111;
  letter-spacing: 3px;
  color: #111111;
  letter-spacing: 3px;
}

.contentTitle1 span {
  font-size: 16px;
  color: #333;
  padding-left: 5px;
}


.contentTitle2 {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  padding-top: 10px;
  line-height: 25px;
  font-weight: bold;
}

.contentTitle2 span {
  font-size: 16px;
  color: #333;
  padding-left: 5px;
}

.instructors {
  margin-top: 30px;
  clear: both;
}

.square-title {
  height: 30px;
  height: auto;
  line-height: 150%;
  padding: 10px;
  font-weight: bold;
  background-color: #f0f0f0;
  border-left: 30px solid #C7151C;
}

ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}

.chachbetu {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 201%;
  color: #333;
  letter-spacing: 1px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 38px;
  padding: 0 10px 14px;
  padding-right: 20px;
}


.chachbetu1 {

  position: relative;
  padding-bottom: 15px;
  font-size: 180%;
  color: #333;
  letter-spacing: 0.6px;
  line-height: 46px;
  font-weight: bold;
  font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  padding-right: 17px;
}

.chachbetu2 {

  position: relative;
  padding-bottom: px;
  font-size: 180%;
  color: #333;
  letter-spacing: 0.6px;
  line-height: 36px;
  font-weight: 500;

  padding-right: 17px;
}

.chachbetu3 {

  position: relative;
  padding-bottom: px;
  font-size: 150%;
  color: #454545;
  letter-spacing: 0.6px;
  line-height: 40px;
  font-weight: 500;
  font-weight: ;

}


@media only screen and (max-width: 767px) {
  .chachbetu {

    position: relative;
    padding-bottom: 15px;
    font-size: 160%;
    color: #333;
    letter-spacing: 1px;
    line-height: 38px;
    font-weight: bold;
    font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    padding-right: 0px;
  }


  .chachbetu1 {

    position: relative;
    padding-bottom: 15px;
    font-size: 140%;
    color: #333;
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: bold;

    padding-right: 20px;
  }

  .chachbetu2 {

    position: relative;
    padding-bottom: px;
    font-size: 120%;
    color: #333;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: bold;

    padding-right: 20px;
  }


  .chachbetu3 {

    position: relative;
    padding-bottom: px;
    font-size: 110%;
    color: #333;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: bold;


  }

}



.haikei_back_top {
  background: url("../img/common/back.png") 50% 50% / cover no-repeat;

  background-position: 100% 320%;

}


.haikei_back_zigyou {
  background: url("../img/common/back.png") 50% 50% / cover no-repeat;

  background-position: 100% 30%;

}

.haikei_back_tuyomi {
  background: url("../img/common/back.png") 50% 50% / cover no-repeat;

  background-position: 100% 50%;

}

.haikei_back_showroom {
  background: url("../img/common/back.png") 50% 50% / cover no-repeat;

  background-position: 100% 69%;

}


.haikei_back_products {
  background: url("../img/common/.png") 5% 5% / cover no-repeat;

  background-position: 0% 0%;

}


.haikei_back_company {
  background: url("../img/common/back.png") 50% 50% / cover no-repeat;

  background-position: 100% 58%;

}



.haikei_back_contact {
  background: url("../img/common/back.png") 50% 50% / cover no-repeat;

  background-position: 100% 84%;

}

.haikei_back_privacy {
  background: url("../img/common/back.png") 50% 50% / cover no-repeat;

  background-position: 100% 100%;

}


.haikei_back_sitemap {
  background: url("../img/common/back.png") 50% 50% / cover no-repeat;

  background-position: 100% 66%;

}


.orenzi_bk {
  background-color: #FFF;
  padding: 20px;
  border: 2px solid #ff991f;
  border-radius: 2px;
}

.gly-bk2 {
  background-color: #efefef;
  padding: 36px;
  margin-bottom: 10px;
  width: auto;
  border-radius: 0px;
  border: 2px solid #a98732;
}

#text3_4_1 {

  width: 50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


@media only screen and (max-width: 600px) {

  #text3_4_1 {

    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

}


.shouhinyoko {
  position: relative;
  padding: .0em 0 .1em .6em;
  border-left: 7px solid #333333;
  font-size: 1.7rem;
  letter-spacing: 1px;
}

.wakunew {
  border: 2px solid #BC0F24;
  padding: 4px;
  color: #BC0F24 !important;
  padding-right: 6px;
}

.mt10 {
  padding-top: 10px;
}