@charset "UTF-8";

/* * * * * * * * * * * * * * * *
  BASE
* * * * * * * * * * * * * * * */

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  padding-top: 208px;
  min-width: 1050px;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
}

a {
  color: #333;
}

a:hover {
  color: #ff6600;
  text-decoration: none;
}

#header *,
#footer * {
  box-sizing: border-box;
}

#header .inner,
#footer .inner {
  width: 1050px;
  margin: 0 auto;
}

#header li,
#footer li {
  list-style: none;
}

#header a,
#footer a {
  text-decoration: none;
}

#header a:hover,
#footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  body {
    padding-top: 0;
    min-width: 0;
  }
  #header .inner,
  #footer .inner {
    width: auto;
  }
}


/* * * * * * * * * * * * * * * *
  HEADER
* * * * * * * * * * * * * * * */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #E5E5E5;
  background-color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  z-index: 50;
}


#header_01 {
  overflow: hidden;
  background-color: #807E7F;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

#header_01 a {
  color: #fff;
}

#header_01 .inner {
  display: table;
  height: 40px;
}

#header_01 .site_explain {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  max-width: 500px;
}

#header_01 .navi {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

#header_01 .navi ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

#header_01 .navi ul li:before {
  display: inline;
  content: ">";
}

#header_01 .navi ul li.search {
  max-width: 260px;
  max-height: 40px;
  /* Googleカスタム検索 調整 */
  /* テキスト入力フォーム */
  /* テキスト入力フォームの影を消す */
  /* テキスト入力フォームの背景画像位置調整 */
  /* ボタンの色 */
  /* ボタンの位置調整 */
  /* 入力時に出る「×」ボタン */
}

#header_01 .navi ul li.search:before {
  display: none;
}

#header_01 .navi ul li.search td {
  border: none;
}

#header_01 .navi ul li.search .gsc-control-cse,
#header_01 .navi ul li.search .gsc-control-cse-ja,
#header_01 .navi ul li.search .gsib_a {
  margin: 0 !important;
  padding: 0 !important;
}

#header_01 .navi ul li.search table.gsc-search-box {
  margin: 0;
}

#header_01 .navi ul li.search .gsc-input-box>table {
  width: 200px !important;
}

#header_01 .navi ul li.search table.gsc-search-box td,
#header_01 .navi ul li.search table.gsc-search-box input {
  vertical-align: middle !important;
}

#header_01 .navi ul li.search input[type="text"] {
  height: 15px !important;
  width: 200px !important;
  margin-top: 100px;
}

#header_01 .navi ul li.search .gsc-search-box-tools {
  margin: 0 !important;
}

#header_01 .navi ul li.search input[type="text"]:focus {
  outline: 0;
}

#header_01 .navi ul li.search #gsc-iw-id1 {
  height: auto !important;
  border: 1px solid #000 !important;
  border-radius: 2px;
}

#header_01 .navi ul li.search #gs_tti0 input {
  background-position: 5px 5px !important;
}

#header_01 .navi ul li.search input.gsc-search-button {
  background: #d2d2d2 !important;
  background: -ms-linear-gradient(top, #008ee1 0%, #008ee1 100%);
  /* IE10+ */
  border: 1px solid #000 !important;
  border-radius: 2px;
  padding: 2px 10px 3px;
}

#header_01 .navi ul li.search .gsc-search-button {
  margin: 0 0 0 -5px !important;
  border-radius: 2px;
}

#header_01 .navi ul li.search .gsst_a {
  padding: 0;
}

#header_01 .navi ul li.search .gsst_b {
  font-size: 0;
}

#header_01 .navi ul li.search .gsib_b {
  line-height: 1;
}

#header_01 .navi ul li.search * {
  box-sizing: content-box;
}

#header_02 {
  padding: 2px 0 18px;
}

#header_02 .wrap {
  display: table;
  width: 100%;
}

#header_02 .logo {
  display: table-cell;
  vertical-align: middle;
}

#header_02 .logo a img{
  margin-top:20px;
  height:50px;
  width:265px;
  vertical-align:middle;
}

#header_02 .buttons {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 0;
}

#header_02 .buttons a {
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  width: 176px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}

#header_02 .buttons a.regi {
  background-color: #FC8332;
}

#header_02 .buttons a.cata {
  background-color: #24A76B;
  margin-left: 10px;
}

#header_02 .buttons a:hover {
  text-decoration: none;
}

#header_02 #drawer-handle-wrap {
  display: none;
}
div#nav {
	margin: 2px 25px 0 0;
	width:720px;
	float: right;
}
div#nav p {
	clear: both;
	height: 20px;
	*height: 25px;/*for IE*/
}
div#nav p img{
	vertical-align:top;
}
div#nav ul li { float:left;}
div#nav ul li a {
	display:block;
	text-indent:-9999px;
}
div#nav ul li a.synthetic {
	width: 144px;
	height: 53px;
	background:url(/common/images/index/nav.jpg) no-repeat 0 0;
}
div#nav ul li a:hover.synthetic ,div#nav ul li a.synthetic.on {
	background:url(/common/images/index/nav.jpg) no-repeat 0 -53px;
}
div#nav ul li a.useful {
	width: 144px;
	height: 53px;
	background:url(/common/images/index/nav.jpg) no-repeat -145px 0;
}
div#nav ul li a:hover.useful ,div#nav ul li a.useful.on {
	background:url(/common/images/index/nav.jpg) no-repeat -145px -53px;
}
div#nav ul li a.featuring {
	width: 144px;
	height: 53px;
	background:url(/common/images/index/nav.jpg) no-repeat -289px 0;
}
div#nav ul li a:hover.featuring ,div#nav ul li a.featuring.on {
	background:url(/common/images/index/nav.jpg) no-repeat -289px -53px;
}
div#nav ul li a.standard {
	width: 144px;
	height: 53px;
	background:url(/common/images/index/nav.jpg) no-repeat -433px 0;
}
div#nav ul li a:hover.standard ,div#nav ul li a.standard.on {
	background:url(/common/images/index/nav.jpg) no-repeat -433px -53px;
}
div#nav ul li a.maker {
	width: 144px;
	height: 53px;
	background:url(/common/images/index/nav.jpg) no-repeat -577px 0;
}
div#nav ul li a:hover.maker ,div#nav ul li a.maker.on {
	background:url(/common/images/index/nav.jpg) no-repeat -577px -53px;
}
div#nav ul li {
	list-style-type:none;
}

#header_03 #gnavi {
  position: relative;
  color: #000;
}

#header_03 #gnavi a {
  color: #000;
}

#header_03 #gnavi .parent {
  /*add to test in IE*/
  display: flex;
  justify-content: space-between;
  /*Add to test in IE*/
  text-align: center;
}

#header_03 #gnavi .parent>li {
  display: inline-block;
  line-height: 1;
}

#header_03 #gnavi .parent>li+li {
  margin-left: 25px;
}

#header_03 #gnavi .parent>li:hover .child_bg {
  display: block;
}

#header_03 #gnavi .parent>li:hover>span,
#header_03 #gnavi .parent>li:hover>a {
  color: #A5A5A5;
  text-decoration: none;
}

#header_03 #gnavi .parent>li:hover>span:after,
#header_03 #gnavi .parent>li:hover>a:after {
  display: inline-block;
  opacity: 1;
}

#header_03 #gnavi .parent>li>span,
#header_03 #gnavi .parent>li>a {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-weight: bold;
}

#header_03 #gnavi .parent>li>span:after,
#header_03 #gnavi .parent>li>a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #e5e5e5 transparent;
}

@supports (display: flex) {
  #header_03 #gnavi .parent {
    display: flex;
    justify-content: space-between;
  }
  #header_03 #gnavi .parent>li+li {
    margin-left: 0;
  }
}

#header_03 #gnavi .child_bg {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #E5E5E5;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
}

#header_03 #gnavi .child_bg a:hover {
  color: #ff6600;
}

#header_03 .row .col {
  float: left;
  overflow: hidden;
}

#header_03 .row .col.col_04 {
  width: 25%;
}

#header_03 .row .col.col_04.style_important {
  width: 25% !important;
}

#header_03 .row .col.col_08 {
  width: 12.5%;
}

@supports (display: flex) {
  #header_03 .row {
    display: flex;
    justify-content: space-between;
  }
  #header_03 .col {
    float: none;
    width: auto !important;
    padding-right: 0;
  }
  #header_03 .col:last-child {
    width: auto !important;
    padding-right: 0;
  }
}

#header_03 .no_child>a:after,
#header_03 .no_child>span:after {
  display: none !important;
}

#header_03 .navi_01 .child_bg ul {
  overflow: hidden;
  margin-bottom: -8px;
  padding-left: 20px;
}

#header_03 .navi_01 .child_bg ul li {
  float: left;
  width: 22%;
  padding-right: 1em;
  margin-bottom: 8px;
}

#header_03 .navi_01 .child_bg ul li:nth-child(4n-1) {
  width: 32%;
}

#header_03 .navi_01 .child_bg ul li:nth-child(4n) {
  padding-right: 0;
}

#header_03 .navi_01 .child_bg ul li:nth-child(4n+1) {
  clear: left;
}

#header_03 .navi_02 .child_bg {
  /*
        @supports (display: flex) {
          ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            //
            li {
              float: none;
              width: auto;
            }
          }
        }
  */
}

.navi_01,
.navi_02,
.navi_03,
.navi_04,
.navi_05 {
  cursor: pointer;
}

#header_03 .navi_02 .child_bg ul {
  overflow: hidden;
  padding-left: 45px;
  margin-bottom: -8px;
}

#header_03 .navi_02 .child_bg ul li {
  float: left;
  width: 14%;
  padding-right: 1em;
  margin-bottom: 8px;
}



#header_03 .navi_02 .child_bg ul li:nth-child(15) {
  padding-right: 0;
  width: 28%;
}

#header_03 .navi_02 .child_bg ul li:nth-child(7n) {
  padding-right: 0;
  width: 14%;
}

#header_03 .navi_02 .child_bg ul li:nth-child(7n+1) {
  clear: left;
}
#header_03 .navi_03 p.navi_03_text {
  font-size: 80%;
  color:#555555;
  font-weight:normal;
  padding-left:15px;
  margin:10px 0 5px 0;
}
#header_03 .navi_03 ul.navi_03_logo {
  font-size: 0;
  padding-left: 8px;
}

#header_03 .navi_03 ul.navi_03_logo li {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 5px;
}

#header_03 .navi_03 ul.navi_03_logo li:hover {
  z-index: 5;
}

#header_03 .navi_03 ul.navi_03_logo li:hover a {
  box-shadow: 0px 0px 0px 4px #ffcc44;
}

#header_03 .navi_03 ul.navi_03_logo li a {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  display: table-cell;
  box-sizing: border-box;
  width: 132px;
  height: 95px;
  vertical-align: middle;
  text-align: center;
}

#header_03 .navi_03 ul.navi_03_logo li a:hover {
  opacity: 1;
}

#header_03 .navi_03 ul.navi_03_logo li a img {
  max-width: 132px;
  max-height: 95px;
}

#header_03 .navi_04 .row {
  padding: 0 40px 0 20px;
}

#header_03 .navi_05 .head {
  font-size: 15px;
  font-size: 1.5rem;
}

#header_03 .navi_05 .head~.head {
  margin-top: 15px;
}

#header_03 .navi_05 .head+ul {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}

#header_03 .navi_05 .col:nth-child(1) {
  width: 27%;
}

#header_03 .navi_05 .col:nth-child(2) {
  width: 19%;
}

#header_03 .navi_05 .col:nth-child(3) {
  width: 27%;
}

#header_03 .navi_05 .col:nth-child(4) {
  width: 27%;
}

.drawer-nav {
  display: none;
}

@media all and (max-width: 767px) {
  #header {
    position: static;
    border: 0;
  }
  #header_01,
  #header_03 {
    display: none;
  }
/****** HoangQuan mediaページのヘッダーの改修 ******/
  #header_02 #nav{
    display: none;
  }
/****** HoangQuan mediaページのヘッダーの改修 ******/  
  #header_02 {
    display: table;
    width: 100%;
    height: 55px;
    padding: 5px;
    border-bottom: 1px solid #939393;
  }
  #header_02 .logo {
    display: table-cell;
    margin: 0;
    float: none;
    width: 65%;
    height: 45px;
    max-width: none;
    vertical-align: middle;
  }
  #header_02 .logo a {
    display: block;
    width: auto;
    height: 35px;
    float: left;
  }
  #header_02 .logo a img {
    height: 35px;
    width: auto;
    margin-top:0;
  }
  #header_02 .buttons {
    display: none;
  }
  #header_02 #drawer-handle-wrap {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  #header_02 #drawer-handle {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/global_201610/btn_menu_open.png) center center no-repeat;
    background-size: contain;
  }
  #header_02 #drawer-handle.fs-navigation-open {
    background-image: url(../images/global_201610/btn_menu_close.png);
  }
  .fs-navigation-lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #drawer_contents {
    position: relative;
  }
  #drawer_contents.fs-light::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    visibility: hidden;
    z-index: 2;
  }
  #drawer_contents.fs-light.fs-navigation-open::before {
    opacity: 1;
    visibility: visible;
  }
  /* * * * * * * * * * * * * * * *
    SP MENU
  * * * * * * * * * * * * * * * */
  .drawer-nav {
    display: none;
    margin-top: 56px;
    width: 250px;
    background-color: #ececec !important;
    text-align: left;
    line-height: 1.4;
    font-size: 1.3rem;
    z-index: 5;
  }
  .drawer-nav a {
    color: #333;
  }
  .drawer-nav .search {
    padding: 5px 10px;
  }
  .drawer-nav .search p {
    margin-bottom: 5px;
    text-align: center;
  }
  .drawer-nav .search input.gsc-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .drawer-nav .search input.gsc-search-button {
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .drawer-nav .search form.gsc-search-box-tools .gsc-input-box {
    height: 40px;
  }
  .drawer-nav .search form.gsc-search-box-tools .gsc-input-box .gsib_a {
    height: 38px;
  }
  .drawer-nav .search form.gsc-search-box-tools input.gsc-search-button {
    min-width: 0;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin: 0;
  }
  .drawer-nav .drawer-menu {
    border-bottom: 1px solid #939393;
    margin-bottom: 120px;
  }
  .drawer-nav .drawer-menu a {
    display: block;
    padding: 16px 10px;
    text-decoration: none;
  }
  .drawer-nav .drawer-menu a:hover {
    background-color: #939393;
    color: #fff;
  }
  .drawer-nav .drawer-menu li {
    border-top: 1px solid #939393;
  }
  .drawer-nav .drawer-menu>li>a {
    background: url(../images/global_201610/icn_arrow_04_r.png) 97% center no-repeat;
    background-size: 14px auto;
	padding-right: 20px;
  }
  .drawer-nav .drawer-menu>li>a:hover {
    background-image: url(../images/global_201610/icn_arrow_05_r.png);
  }
  .drawer-nav .drawer-menu>li>a.secondary {
    background-size: 10px auto;
    background-position: 10px center;
    padding-left: 30px;
  }
  .drawer-nav .drawer-menu>li.drawer-dropdown>a {
    background-image: url(../images/global_201610/icn_arrow_04_b.png);
  }
  .drawer-nav .drawer-menu>li.drawer-dropdown>a:hover {
    background-image: url(../images/global_201610/icn_arrow_05_b.png);
  }
  .drawer-nav .drawer-menu>li.drawer-dropdown>a.open {
    background-image: url(../images/global_201610/icn_arrow_04_t.png);
  }
  .drawer-nav .drawer-menu>li.drawer-dropdown>a.open:hover {
    background-image: url(../images/global_201610/icn_arrow_05_t.png);
  }
  .drawer-nav .drawer-menu>li.drawer-dropdown .drawer-dropdown-menu {
    background: none;
  }
  .drawer-nav .drawer-menu>li.drawer-dropdown .drawer-dropdown-menu a {
    padding-left: 30px;
    background-image: url(../images/global_201610/icn_arrow_03_r.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px auto;
  }
  .drawer-nav .drawer-menu>li.drawer-dropdown .drawer-dropdown-menu a.link-blue-arrow {
    padding-left: 30px;
    background-image: url(../images/global_201610/icn_arrow_09_r.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px auto;
  }
}


/* * * * * * * * * * * * * * * *
  CONTENTS
* * * * * * * * * * * * * * * */

#contents>.inner {
  width: 1050px;
  margin: 0 auto;
}

#contents #contents_body {
  margin: 0 0 15px;
  overflow: hidden;
}

#contents #contents_body #column_main {
  width: 720px;
  float: left;
}

#contents #contents_body #column_sub {
  width: 300px;
  float: right;
}

@media all and (max-width: 767px) {
  #contents>.inner {
    width: auto;
  }
  #contents #contents_body {
    margin: 0 0 10%;
  }
  #contents #contents_body #column_main {
    width: auto;
    float: none;
  }
  #contents #contents_body #column_sub {
    width: auto;
    float: none;
    display: none;
  }
}


/* * * * * * * * * * * * * * * *
  SIDEBAR
* * * * * * * * * * * * * * * */

#sidebar1 {
  display: inline;
  text-align: left;
  line-height: 1.3;
  /*-- 右カラム展示場リスト ------------*/
  /*-- ベリサイン修正 ------------------*/
}

#sidebar1 .link_banner {
  margin: 0 10px;
}

#sidebar1 .link_banner a.banner_a {
  background: transparent url("../images/global_201610/icn_arrow_01_r.png") no-repeat scroll left 0.3em/10px auto;
  font-size: 13px;
  padding-left: 15px;
}

#sidebar1 .link_banner a.banner_b img {
  margin: 5px 0 5px 15px;
}

#sidebar1 .link_banner a.banner_b:hover {
  opacity: 0.7;
}

#sidebar1 .migi_midashi img {
  margin-bottom: 10px;
}

#sidebar1 h3,
#sidebar1 p {
  margin-top: 5px;
  margin-left: 5px;
}

#sidebar1 li {
  list-style: none;
}

#sidebar1 p.bnr {
  margin: 0 0 15px 0;
}

#sidebar1 p.bnr span {
  display: block;
  margin: 3px 0 0 0;
}

#sidebar1 p.bnrBoder {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px #cccccc dashed;
}

#sidebar1 div.menu_default ul {
  margin-bottom: 20px;
  font-size: 13px;
}

#sidebar1 div.menu_default li {
  list-style-type: none;
  display: block;
  margin: 3px 5px;
  background-image: url(../images/sankaku3.gif);
  background-repeat: no-repeat;
  background-position: 5px 2px;
  padding-left: 20px;
}

#sidebar1 div.menu_imagetype ul {
  width: 180px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

#sidebar1 div.menu_imagetype li {
  width: 180px;
  list-style-type: none;
  padding-left: 0px;
  display: block;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 0px;
  line-height: 130%;
}

#sidebar1 div.menu_company ul {
  width: 180px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

#sidebar1 div.menu_company li {
  width: 180px;
  list-style-position: inside;
  background-image: url(../images/ya_3.gif);
  background-repeat: no-repeat;
  background-position: 5px 2px;
  list-style-type: none;
  display: block;
  margin: 3px 0px 4px 5px;
  padding: 0px 0px 0px 15px;
  height: auto;
}

#sidebar1 div.menu_bnr ul {
  width: 300px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 8px;
  list-style-type: none;
}

#sidebar1 .red {
  color: #FF0000;
}

html:not([lang*=""]) #sidebar1 {
  display: inline;
  text-align: left;
}

html:not([lang*=""]) #sidebar1 div.menu_company li {
  width: 180px;
  list-style-position: inside;
  background-image: url(../images/ya_3.gif);
  background-repeat: no-repeat;
  background-position: 5px 2px;
  padding-left: 25px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  list-style-type: none;
  display: block;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-left: -5px;
  margin-right: 0px;
}

html:not([lang*=""]) #sidebar1 div.menu_bnr ul {
  width: 300px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 8px;
  list-style-type: none;
  padding: 0px;
}

html:not([lang*=""]) #sidebar1 div.menu_imagetype li {
  width: 180px;
  list-style-type: none;
  padding-left: 0px;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}

#sidebar1 .knowhow {
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 13px;
}

#sidebar1 #knowhow_img {
  margin-bottom: 5px;
  clear: both;
}

#sidebar1 #knowhow_body img {
  float: left;
  margin-right: 5px;
  max-width: none;
}

#sidebar1 #knowhow_body td {
  vertical-align: top;
  font-size: 13px;
}

#sidebar1 div.sidebar_tenji {
  font-size: 13px;
  line-height: 120%;
  margin-bottom: 10px;
}

#sidebar1 div.sidebar_tenji img {
  margin-left: 10px;
}

#sidebar1 div.sidebar_tenji td {
  vertical-align: top;
}

#sidebar1 div.sidebar_tenji ul {
  margin-bottom: 20px;
  font-size: 13px;
}

#sidebar1 div.sidebar_tenji li {
  list-style-type: none;
  display: block;
  margin: 3px 5px;
  background-image: url(../images/sankaku4.gif);
  background-repeat: no-repeat;
  background-position: 5px 2px;
  padding-left: 20px;
}

#sidebar1 html:not([lang*=""]) div.sidebar_tenji li {
  list-style-type: none;
  display: block;
  margin: 3px 10px;
  background-image: url(../images/sankaku4.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 15px;
}

#sidebar1 .menu_verisign {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  clear: both;
}

/* 20161116追記 */
ul.new_catalog_link{
  margin-bottom:20px;
  text-align:center;
}
ul.new_catalog_link .catalog_link01 {
  /*height:124px;*/
  width:100%;
}

/* * * * * * * * * * * * * * * *
  FOOTER
* * * * * * * * * * * * * * * */

#footer {
  background-color: #E5E5E5;
}

#footer a:hover {
  color: #f90;
}

#footer_text {
  padding-top: 30px;
  clear: both;
}

#footer_01 {
  padding: 30px 0;
  color: #666;
}

#footer_01 a {
  color: #666;
}

#footer_01 .navi_sp {
  display: none;
}

#footer_01 .buttons {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
}

#footer_01 .buttons a {
  display: inline-block;
  padding: 12px;
  border-radius: 4px;
  width: 224px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}

#footer_01 .buttons a.regi {
  background-color: #FC8332;
}

#footer_01 .buttons a.cata {
  background-color: #24A76B;
  margin-left: 15px;
}

#footer_01 .buttons a:hover {
  text-decoration: none;
}

#footer_01 .row {
  overflow: hidden;
}

#footer_01 .col {
  float: left;
  width: 27%;
  padding-right: 20px;
}

#footer_01 .col:last-child {
  width: 19%;
  padding-right: 0;
}

#footer_01 .col .head {
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}

#footer_01 .col .head~.head {
  margin-top: 20px;
}

#footer_01 .col .head+ul {
  margin-top: 5px;
}

#footer_01 .col ul {
  font-size: 13px;
  font-size: 1.3rem;
}

@supports (display: flex) {
  #footer_01 .row {
    display: flex;
    justify-content: space-between;
  }
  #footer_01 .col {
    float: none;
    width: auto;
    padding-right: 0;
  }
  #footer_01 .col.style_important {
    float: none;
    width: 25%;
    padding-right: 0;
  }
  
  #footer_01 .col:last-child {
    width: auto;
    padding-right: 0;
  }
}

#footer_02 {
  padding: 25px 0;
  background-color: #807E7F;
  text-align: center;
  color: #fff;
}

#footer_02 a {
  color: #fff;
}

#footer_02 .navi {
  font-size: 0;
}

#footer_02 .navi li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

#footer_02 .navi li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}

#footer_02 .copyright {
  margin-top: 10px;
  font-style: normal;
}

@media all and (max-width: 767px) {
  #footer_01 {
    padding: 0;
    background-color: #807E7F;
    color: #fff;
  }
  #footer_01 a {
    color: #fff;
  }
  #footer_01 .buttons,
  #footer_01 .navi_pc {
    display: none;
  }
  #footer_01 .navi_sp {
    display: block;
    text-align: center;
  }
  #footer_01 .navi_sp ul {
    overflow: hidden;
  }
  #footer_01 .navi_sp ul li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 1.2;
    font-size: 12px;
    font-size: 1.35rem;
  }
  #footer_01 .navi_sp ul li:nth-child(even) {
    border-right: 1px solid transparent;
  }
  #footer_01 .navi_sp ul li a {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 3em;
    text-align: center;
    box-sizing: content-box;
    position: relative;
  }
  #footer_01 .navi_sp ul li span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    padding: 0.5em;
    width: 100%;
  }
  #footer_02 {
    padding: 3.90625% 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
  }
  #footer_02 a {
    color: #fff;
  }
  #footer_02 .inner {
    padding: 0 10px;
  }
  #footer_02 .navi li {
    margin-left: 0.5em;
    margin-bottom: 10px;
    padding-left: 0.5em;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #footer_02 .copyright {
    margin-top: 7%;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
}


/* * * * * * * * * * * * * * * *
  OTHER
* * * * * * * * * * * * * * * */


/* breadcrumb */

.breadcramb {
  text-align: left;
  margin: 10px auto;
}

#contents .breadcramb:last-child {
  display: none;
}

.breadcramb li {
  display: inline-block;
}

.breadcramb li:not(:first-child):before {
  content: "＞";
  display: inline-block;
  margin-right: 0.4em;
}


/* icon */

.icn_arrow_03 {
  background: url(../images/global_201610/icn_arrow_03_r.png) left 0.15em no-repeat;
  background-size: 16px auto;
  padding-left: 20px;
}


/* list */

.list_arrow_01 li {
  background: url(../images/global_201610/icn_arrow_01_r.png) left 0.15em no-repeat;
  background-size: 10px auto;
  padding-left: 15px;
}

.list_arrow_01 li+li {
  margin-top: 3px;
}

.list_arrow_03 li {
  background: url(../images/global_201610/icn_arrow_03_r.png) left 0.15em no-repeat;
  background-size: 16px auto;
  padding-left: 20px;
}

.list_arrow_03 li+li {
  margin-top: 3px;
}

@media all and (min-width: 768px) {
  .hide_pc {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .hide_sp {
    display: none;
    line-height: 28px;
  }
  .breadcramb {
    margin: 0;
    padding: 0 10px 0;
    overflow: hidden;
    background: url(../images/global_201610/bg_pankuzu.png) left top #EFEFEF;
    background-size: auto 28px;
    line-height: 28px;
  }
  .breadcramb a {
    text-decoration: none;
  }
  .breadcramb li {
    display: inline;
  }
  .breadcramb li:first-child {
    background: url(../images/global_201610/icn_home_01.png) left center no-repeat;
    padding-left: 20px;
    background-size: auto 15px;
    margin-top: 0;
  }
  .breadcramb li:not(:first-child):before {
    line-height: 27px;
    position: relative;
    top: -0px;
    content: "";
    background: url(../images/global_201610/bg_pankuzu_arrow.png) right center no-repeat;
    background-size: auto 28px;
    width: 11px;
    height: 27px;
    display: inline-block;
    margin-right: 0.4em;
    vertical-align: top;
  }
  .breadcramb li:not(:first-child):after {
    line-height: 27px;
    position: relative;
    top: 0px;
    content: "";
    width: 1px;
    height: 27px;
    vertical-align: top;
  }
  #contents .breadcramb:last-child {
    border-top: 1px solid #939393;
    display: block;
    margin-bottom: 0;
  }
}
/*--------- 20161122 追記 ----------------*/
#map_btn_small {
  margin: 20px auto;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

#map_btn_small .map_btn_a{
  height: 84px;
  margin: 0 auto;
  width: 360px;
}
#map_btn_small .map_btn_a a{
  width:360px;
  height: 84px;
  display:block;
  background-image:url(/common/images/map/map_btn_off.jpg);
  background-repeat:no-repeat;
  background-size:360px 84px;
  background-position:top center;
}
#map_btn_small .map_btn_a a:hover{
  background-image:url(/common/images/map/map_btn_on.jpg);
  background-repeat:no-repeat;
  background-size:360px 84px;
  background-position:top center;
}

/*--------- 20170309 追記 ----------------*/
.social_media .social_list li{
text-indent:-1.9em;
padding-left:1.9em;
}
@media (max-width: 767px){
.social_media .social_list li{
text-indent:-1.9em;
padding-left:1.9em;
}
}

/*--------- 20170427 追記 ----------------*/
#guide .section{
	margin-top:20px;
}
#guide .guide_p{
	margin:15px 0 85px 0;
	font-size:156%;
	line-height:1.75em;
	color:#002e68;
}
#guide .guide_p2{
	margin:15px 0 10px 0;
	font-size:115%;
	line-height:1.75em;
}
#guide .guide_p3{
	margin:15px 0 20px 0;
	font-size:115%;
	line-height:1.75em;
}
.guide_img1{
	text-align:center;
	padding:50px 0 115px 0;
}
.guide_img2{
	text-align:center;
	padding:50px 0;
}
	
#map_btn_small .consul{
  float: left;
 width: 18%;
}
#map_btn_small .consul_t{
  width: 80%;
  float: left;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8em;
  padding-left: 20px;
}
.contents_region{
  font-size: 0.85em;
  background-color: #E5E5E5;
  margin: 20px 0 0 0;
  padding: 0.5% 1%;
  text-align: center;
  width: 335px;
}

.contents_region_s{
  font-size: 0.85em;
  background-color: #E5E5E5;
  margin: 20px auto 0 auto;
  padding: 0.8% 1%;
  text-align: center;
  max-width: 335px;
}
.clearfix_:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#map_btn_small {
  margin: 20px auto;
  text-align: center;
  width: 90%;
  font-size: 12px;
}

#map_btn_small .map_btn_a{
  height: 84px;
  margin: 0 auto;
  width: 360px;
 padding: 20px 0 0 0;
}
#map_btn_small .map_btn_a a{
  width:360px;
  height: 84px;
  display:block;
  background-image:url(../images/map/map_btn_off.jpg);
  background-repeat:no-repeat;
  background-size:360px 84px;
  background-position:top center;
}
#map_btn_small .map_btn_a a:hover{
  background-image:url(../images/map/map_btn_on.jpg);
  background-repeat:no-repeat;
  background-size:360px 84px;
  background-position:top center;
}
.consul_a{
  margin-top: 30px;
}
.ad_contents{
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8em;
  background-color: #E5E5E5;
  margin: 0 5%;
  padding: 4% 1.5%;;
  margin-bottom: 5px;
  text-align: center;
}
h3.consul_name{
  font-weight: bold;
   font-size: 24px;
   padding: 5px 10px;
   border-left: 5px solid #ff0000;
   height: auto;
   margin: 70px 0 30px;
   text-align: left;
 }
.pc{
  display: block;
}
.sp{
  display: none;
}
.mb20{
  margin-bottom: 20px;
}
.entry-category.column3 a.housing{
  background-color: #e2bc53;
}
@media (max-width: 767px){
.entry{
  padding-bottom:0 !important;
}
.entry-content{
  margin-bottom: 40px;
}
#guide .guide_p{
	margin:10px 0 50px 0;
	font-size:140%;
}
#guide .guide_p2,
#guide .guide_p3{
	margin:10px 0;
}
.guide_img1{
	text-align:center;
	padding:10px 0 60px 0;
}
.guide_img2{
	text-align:center;
	padding:10px 0;
}
.sp{
    display: block;
  }
  .pc{
    display: none;
  }
    h3.consul_name{
    font-size: 5vw;
    }

  .consul_photo_sp{
    width: 25%;
    float: left;
  }
  .consul_t_sp{
    float: left;
    width: 75%;
    padding: 0 0 0 5%;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em
  }
  .consul_sp{
    text-align: left;
    font-size: 16px;
    padding: 1em 0 30px 0;
    line-height: 1.5em;
    width: 100%;
  }
  .consul_sp_wrap{
   width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  }
  .consul_a_sp{
    margin: 30px auto 0 auto;
    width: 100%;
  }
  .consul_a_sp img{
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 335px;
  }
  .ad_contents{
    padding: 4% 2%;
  }
}
#bn > div.bnright > ul > li > a > img {
  margin: 17px 0 0 0;
}
.new_catalog_link > li > a > img {
  margin: 17px 0 0 0;
}

.new_catalog_link > li:first-child > a > img {
  margin: 0;
}

@media all and (min-width: 768px) {
	#header_04 {
		display: none;
	}
	#nav-top {
		display: none;
	}
	.linkList {
		margin-top: 50px;
		margin-bottom: 35px;
	}
	.linkList .parent {
		display: flex;
		justify-content: flex-end;
		text-align: center;
	}
	.linkList .parent li {
		text-align: left;
		list-style: none;
		display: inline-block;
		line-height: 1;
	}
	.linkList .parent>li>a {
		background: url(https://www.jutakutenjijo.com/common/images/global_201610/icn_arrow_01_r.png)no-repeat 98% 40% / 13px;
		width: auto;
		padding-right: 25px;
		font-size: 21px;
		text-decoration: none;
		color: #000;
	}
	.linkList .parent>li:hover>a {
		color: #FF6600;
		background: url(https://www.jutakutenjijo.com/common/images/global_201610/icn_arrow_01_r.png)no-repeat 98% 40% / 13px;
	}
  div.ebook-banner{
    text-align:center;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  div.entry-content-ebook-banner{
    margin-bottom: 0px !important;
  }
  div.special-ebook-banner{
    text-align:center;
    margin-top: 10px;
	margin-bottom: 10px;
  }
  div.special-ebook-banner-column4-post1{
  text-align:center;
  margin-top: 86px;
  margin-bottom: 10px;
  }
  div.ebook-banner:hover, div.special-ebook-banner:hover, div.special-ebook-banner-column4-post1:hover{
    opacity:0.8;
  }
}

@media screen and (max-width:767px){
	#nav-top {
		display: block;
	}
	body {
		padding-bottom: 59px;
	}
	#header_02{
		display: none;
	}
	
	#header_04 {
		display: block;
		height: 69px;
		margin-top: -10px;
		border-bottom: 1px solid #939393;
		background-color: #fff;
		z-index: 0;
	}
	#header_04 #drawer-handle {
		text-indent: -9999px;
		width: 40px;
		height: 40px;
		background: url(/common/images/btn_menu_open.png) left 50% no-repeat;
		background-size: contain;
	}
	#header_04 #drawer-handle.fs-navigation-open {
		text-indent: -9999px;
		width: 40px;
		height: 40px;
		background: url(/common/images/btn_menu_close.png) left 50% no-repeat;
		background-size: contain;
	}
	h1#logo {
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 0;
		z-index: 2;
	}
	#logo a {
		display: block;
		text-indent: -9999px;
		width: 183px;
		height: 35px;
		margin-left: 5px;
		background: url(https://www.jutakutenjijo.com/common/images/global_201610/logo.jpg) left 50% no-repeat;
		background-size: contain;
	}
	#header_menu {
		display: flex;
		justify-content: flex-end;
		height: 40px;
		margin: 5px 10px 0 0;
		z-index: 1;
	}
	#header_menu ul {
		display: flex;
		list-style: none;
		padding-top: 17px;
	}
	#header_menu li {
		margin-left: 15px;
	}
	#header_menu li.catalog a {
		display: inline-block;
		text-indent: -9999px;
		width: 48px;
		height: 40px;
		background: url(/common/images/header_icon_catalog.png) left 50% no-repeat;
		background-size: contain;
	}
	.drawer-nav {
		margin-top: 63px;
	}
	.drawer-nav .drawer-menu {
		border-bottom: 1px solid #939393;
		margin-bottom: 190px;
	}
	#header_menu li {
		margin-left: 15px;
	}
	
	#nav-top {
		width: 100%;
		height: 60px;
		position: fixed;
		bottom: 0;
		background-color: #fff;
		z-index: 9;
	}
	#nav-top ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#nav-top li:first-child {
		margin-left: 0;
	}
	#nav-top li {
		flex-basis: 25%;
		height: 60px;
		margin-left: 2px;
		list-style: none;
		border-bottom: 11px solid #4e8524;
		background-color: #71bd37;
	}
	#nav-top li a {
		display: table;
		width: 100%;
		height: 60px;
		color: #fff;
		font-size: 80%;
		text-align: center;
		text-decoration: none;
		background: url(/common/images/nav_listmark.png) center bottom no-repeat;
	}
	#nav-top li a span {
		display: table-cell;
		width: 100%;
				  
		vertical-align: middle;
		text-align: center;
		padding-bottom: 11px;
	}
	#nav-top ul {
		font-size: 16px;
	}
	#nav-top * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
	#page-top {
		position: fixed;
		display: none;
		right: 10px;
		bottom: 61px !important;
		z-index: 50;
	}
	#page-top a {
		color: #fff;
		padding: 7px;
		text-decoration: none;
		display: block;
		cursor: pointer;
		text-align: center;
		background-color: #F76C02;
		opacity: 0.8;
		line-height: 1;
		border-radius: 4px;
		font-size: 20px;
		font-size: 2.0rem;
	}
/*	header#header {
		position: static !important;
	}*/
  div.ebook-banner{
    text-align:center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
  div.ebook-banner img, div.special-ebook-banner, div.special-ebook-banner-column4-post1{
    max-width: 100%;
  }
  div.entry-content-ebook-banner{
    margin-bottom: 0px !important;
  }
  div.special-ebook-banner{
    text-align:center;
    padding-left: 20px;
    padding-right: 20px;
	margin-bottom: 10px;
  }
  div.special-ebook-banner-column4-post1{
    text-align:center;
    padding-left: 20px;
    padding-right: 20px;
  margin-bottom: 10px;
  }
}
