@charset "UTF-8";

/*------------------------------------------------------------*/
/* < 共通パーツ > */
/*------------------------------------------------------------*/
body {
  min-width: 1020px;
  font-family: "メイリオ", "Meiryo", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing:0;
  color:#000;
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;

}
body .index,
body .second {
  background: #fff url(../img/common/bg.png) 50% 0 repeat-y;
}

h1 {
  font-size: 12px;
  line-height: 18px;
}
h2 {
  font-size: 14px; nd-color:#DADF00;}

/*リンクホバー*/
a {
  color: #0071B5;
}
p {
}
article {
}
a:hover,a:hover img{
  /*-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
  outline: none;*/
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
a.none:hover,a.none:hover img{
  opacity:1.0;
  filter:alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
.red { color: #BF272D;}
.pink { color: #D6007F;}
.blue { color: #003399;}
.fw_b{ font-weight: bold;}
.td_u{ text-decoration: underline;}

strong {
  font-weight: bold;
}
em {
  font-weight: normal;
  font-style: normal;
  color: #C1272D;
}

/*------------------------------------------------------------*/
/* < レイアウト全体 > */
/*------------------------------------------------------------*/
.topContentWrap {
  width: 1020px;
  margin: 0px auto;
  background: white;
  padding: 0;
}
.colWrap {
  position: relative;
  z-index: 1;
  width: 1020px;
  margin: 0px auto;
  background: white;
  background: url(../img/common/footer.png) 0 100% no-repeat;
  overflow: hidden;
  padding-bottom: 20px;
}
.colWrap .colWrapHeader {
  position: relative;
  z-index: 30;
  overflow: hidden;
}
.colWrap .colWrapHeader .breadcrumbs {
  float: left;
  overflow: hidden;
}
.colWrap .colWrapHeader .breadcrumbs li{
  height: 35px;
  float: left;
  padding-left: 0.5em;
  font-size: 12px;
  line-height: 35px;
  color: #231815;
}
.colWrap .colWrapHeader .breadcrumbs li+li {
  margin-left: 0.5em;
}
.colWrap .colWrapHeader .breadcrumbs li+li:before {
  content: "＞";
  margin-right: 1em;
  font-size: 12px;
  line-height: 35px;
  color: #231815;
}
.colWrap .colWrapHeader .breadcrumbs li a {
  position: relative;
  text-decoration: none;
  font-size: 12px;
  line-height: 35px;
  color: #231815;
}
.colWrap .colWrapHeader h2 {
  float: right;
  line-height: 35px;
  padding-right: 20px;
}
.colWrap .sideCol {
  float: left;
  width: 222px;
  padding-bottom: 100px;
}
.colWrap .contentCol {
  float: left;
  width: 760px;
  margin-left: 15px;
}

/*------------------------------------------------------------*/
/* < ヘッダー > */
/*------------------------------------------------------------*/
header {
  background: url(../img/common/header.jpg) 50% 0 no-repeat;
}
header .header01 {
  width: 1020px;
  margin: 0px auto;
  height: 22px;
}
header .header01 h1 {
  float: left;
  color: #3D2713;
  line-height: 22px;
  height: 22px;
  margin-left: 5px;
}
header .header01 ul {
  float: right;
  margin-right: 5px;
}
header .header01 ul li {
  float: left;
  line-height: 22px;
  height: 22px;
}
header .header01 ul li a {
  font-size: 12px;
  line-height: 18px;
  color: #3D2713;
  text-decoration: none;
}
header .header02 {
  width: 1020px;
  margin: 0 auto;
  height: 117px;
  overflow: hidden;
}
header .header02 .item01 a {
float: left;
    width: 296px;
    height: 34px;
    overflow: hidden;
    text-indent: -100%;
    line-height: 100%;
    margin: 1px 0 0 29px;
    background: #fff;
    opacity: 0.0;
}
header .header02 .item02 a {
  display: block;
  float: left;
    width: 210px;
  height: 104px;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 100%;
  margin: 7px 0 0 15px;
  background: #fff;
  opacity: 0.0;
  transition: all 200ms 0s ease;
}
header .header02 .item03 a {
  display: block;
  float: left;
  width: 206px;
  height: 104px;
  overflow: hidden;
  text-indent: -100%;
  line-height: 100%;
  margin: 7px 0 0 5px;
  background: #fff;
  opacity: 0.0;
  /*transition: all 200ms 0s ease;*/
}

header .header02 .item02 a:hover,
header .header02 .item03 a:hover {
  opacity:0.3;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.topimage {
  width: 1020px;
  margin: 0 auto;
  z-index: 10;
  overflow: hidden;
}
.topimage img {
  vertical-align: top;
}
/*------------------------------------------------------------*/
/* < フッター > */
/*------------------------------------------------------------*/
footer {
  width: 1020px;
  margin: 0px auto;
  overflow: hidden;
}

.footer01 {
  float: left;
  width: 420px;
  overflow: hidden;
}
.footer01 img {
  display: block;
  margin: 30px 0 0 35px;
}
.footer01 p {
  margin: 0px 0 25px 35px;
  font-size: 15px;
}

.footer02 {
  float: right;
  width: 600px;
  overflow: hidden;
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
.footer02 ul {
  margin: 30px 0 0 0;
}
.footer02 li {
  display: inline;
}
.footer02 li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.footer02 li a:hover {
  text-decoration: underline;
}
.footer02 li:after {
  content: ' | ';
  margin: 0 8px;
}
.footer02 li:last-child:after {
  content: none;
}
.footer02 p {
  margin: 25px 0 0 0;
  font-size: 15px;
}
.copyright {
  clear: both;
  margin: 0;
  text-align: center;
  font-size: 11px;
  line-height: 28px;
  background: #001d4f;
  color: #fff;
}
/*------------------------------------------------------------*/
/* < ナビ > */
/*------------------------------------------------------------*/
.gnav {
  position: relative;
  z-index: 15;
  height: 40px;
}
.gnav ul {
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
}
.gnav ul li a {
  float: left;
  display: block;
  overflow: hidden;
}
/*------------------------------------------------------------*/
/* < サイドメニュー > */
/*------------------------------------------------------------*/
.sideCol {
  margin-left: 9px;
}
.sideCol .button {
}
.sideCol .button2 {
text-align: center;
}
.sideCol .button3 {
text-align: left;
margin-left: -2px;
}
.sideCol .sidenavi01 {
  margin: 10px 0 10px 1px;
  width: 219px;
  border: 1px solid #7b6859;
  background: #fcf7f1;
}
.sideCol .sidenavi01 li+li {
  border-bottom: 1px dashed #7b6859;
}
.sideCol .sidenavi01 li img {
  vertical-align: top;
}
.sideCol .sidenavi01 li:last-child {
  border-bottom: none;
}
.sideCol .sidenavi01 a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 25px 10px 10px;
  color: #534741;
  background: url(../img/common/sidebar_icon.png) no-repeat 191px center;
}


.sideCol .sidenavi02 {
  margin: 10px 0 10px 1px;
  width: 219px;
  border: 1px solid #001d4f;
  background: url(../img/common/sidenavi02_bg.png) repeat;
}
.sideCol .sidenavi02 li+li {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #919292;
}
.sideCol .sidenavi02 li img {
  vertical-align: top;
}
.sideCol .sidenavi02 li:last-child {
  border-bottom: none;
}
.sideCol .sidenavi02 a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 25px 10px 10px;
  color: #001D4F;
  background: url(../img/common/sidebar_icon.png) no-repeat 191px center;
}


.sideCol .menu01 {
  width: 214px;
  margin: 0 auto 23px auto;
}
.sideCol .menu01 img {
  display: block;
  margin-bottom:10px;
}
.sideCol .menu02 {
  width: 208px;
  margin: 0 auto 26px auto;
  border: 1px solid #7b6859;

}
.sideCol .menu02 img {
  display: block;
}
.sideCol .menu02 li+li {
  background: url(../img/common/nav02-bg.jpg);
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #919292;
}
.sideCol .menu02 li:last-of-type {
  border-bottom: none;
}
.sideCol .menu02 a {
  display: block;

  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 7px 25px 6px 5px;
  color: #231815;
  background: url(../img/common/nav02-icon.png) no-repeat 191px center;
}
.sideCol .menu03 {
  width: 208px;
  margin: 0 auto 26px auto;
  border: 1px solid #231815;
}
.sideCol .menu03 img {
  display: block;
}
.sideCol .menu03 ul {}
.sideCol .menu03 ul li {}
.sideCol .menu03 ul li a {
  font-size: 16px;
  line-height: 1.625;
  color: black;
}
.sideCol .menu04 {
  width: 214px;
  margin: 0 auto 40px auto;
}
.sideCol .menu04 img {
  display: block;
}
.sideCol .menu05 {
  width: 221px;
  margin: 0 auto 40px 3px;
}
.sideCol .menu05 img {
  display: block;
}
.sideCol .menu05 >img {
  margin: 0 auto 10px auto;
}
.sideCol .menu05 ul {
  width: 210px;
  margin: 0 auto 30px auto;
}
.sideCol .menu05 ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #A7A7A8;
}
.sideCol .menu05 ul li a >img {
  float: left;
  margin-right: 10px;
}
.sideCol .menu05 ul li a {
  font-size: 14px;
  line-height: 1.625;
  text-decoration: none;
}
.sideCol .menu05 ul li a:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.sideCol .menu10 {
  width: 208px;
  margin: 0 auto 26px auto;
  border: 1px solid #231815;
}
.sideCol .menu10 img {
  display: block;
}
.sideCol .menu10 li+li {
  background: url(../img/common/nav02-bg.jpg);
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #919292;
}
.sideCol .menu10 li:last-of-type {
  border-bottom: none;
}
.sideCol .menu10 a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 7px 25px 6px 5px;
  color: #231815;
  background: url(../img/common/nav02-icon.png) no-repeat 191px center;
}

/*------------------------------------------------------------*/
/* < 共通ブロック > */
/*------------------------------------------------------------*/
.common01 {
  width: 750px;
  height: 291px;
  background: url(../img/top/bn02.jpg) no-repeat;
  margin: 0 auto 40px auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.common01 .item01 {
  padding: 48px 0 0 384px;
}
.common02 {
  width: 750px;
  height: 317px;
  margin: 0 auto 40px auto;
}

.cont-zirei {
  background: url(../img/common/zirei_list.jpg) no-repeat;
  padding-top: 40px;
  margin-top: 20px;
}
.cont-zirei ul {
  overflow: hidden;
  padding: 6px 0;
}
.cont-zirei li {
  float: left;
  width: 186px;
  border-top: solid 2px #e5e5e5;
  border-bottom: solid 2px #e5e5e5;
  border-left: solid 1px #ccc;
  margin-bottom: 10px;
}
.cont-zirei li:nth-child(4),
.cont-zirei li:nth-child(8),
.cont-zirei li:nth-child(12) {
  border-right: solid 1px #ccc;
}

.cont-zirei li a {
  display: block;
  padding: 2px 3px;
  text-align: left;
  text-decoration: none;
  color: #333;
}
.cont-zirei li a:hover {
  text-decoration: underline;
}
.cont-zirei li img {
  vertical-align: top;
}
.cont-zirei li a span {
  display: block;
  font-size: 12px;
  padding: 8px 5px 5px 5px;
  line-height: 100%;
}
.cont-zirei li a span:before {
  content: '▶';
  font-size: 10px;
}


.cont-button ul {
  overflow: hidden;
  margin: 0px 0;
  font-size: 0;
  text-align: center;
  margin-left: -10px;
}
.cont-button li {
  display: inline-block;
  margin-bottom: 8px;
}
.cont-button li img {
  vertical-align: top;
}


.cont-button2 ul {

  margin: 0px 0;
  font-size: 0;
  text-align: center;
  margin-left: -10px;
}
.cont-button2 li {
  margin-bottom: 8px;
list-style: none;
}
.cont-button2 li img {
  vertical-align: top;
}
.cont-button2 .list-01{margin-left: -9px;}

/*------------------------------------------------------------*/
/* < topContentWrap > */
/*------------------------------------------------------------*/
.topContentWrap .tcont01 {
  background: url(../img/top/top_cont01-2.jpg) no-repeat;
  height: 473px;
}
.topContentWrap .tcont01 p {
  padding: 115px 0 0 16px;
}

.topContentWrap .tcont02 {
  width: 1020px;
  margin: 0 auto;
  height: 298px;
  padding-top: 42px;
  background: url(../img/top/top_cont02.jpg) no-repeat;
  position: relative;
}
.topContentWrap .tcont02 .bxslider {
  width: 946px;
  height: 274px;
  margin: 0 auto;
  overflow: hidden;
}
.topContentWrap .tcont02 .bxslider .bx-viewport {
  border: none;
  left: auto;
}
.topContentWrap .tcont02 #prev a {
  background: url(../img/top/icon_prev.png) no-repeat 0 0;
  width: 30px;
  height: 31px;
  margin-top: -0px;
  left: -0px;
  overflow: hidden;
  text-indent: -100%;
  display: block;
  position: absolute;
  top: 180px;
  left: 20px;
}
.topContentWrap .tcont02 #next a {
  background: url(../img/top/icon_next.png) no-repeat 0 0;
  width: 30px;
  height: 31px;
  margin-top: -0px;
  right: -0px;
  overflow: hidden;
  text-indent: -100%;
  display: block;
  position: absolute;
  top: 180px;
  right: 20px;
}
.topContentWrap .tcont02 .bxslider li {
  width: 946px;
  height: 274px;
  overflow: hidden;
}
.topContentWrap .tcont02 .bxslider li p.item01 {
  padding: 94px 0 0 475px;
  margin: 0;
}
.topContentWrap .tcont02 .bxslider li p.item02 {
  padding: 14px 0 0 568px;
  margin: 0;
}
.topContentWrap .tcont02 .bxslider .page01 {
  background: url(../img/top/page01.jpg);
}
.topContentWrap .tcont02 .bxslider .page02 {
  background: url(../img/top/page02.jpg);
}
.topContentWrap .tcont02 .bxslider .page03 {
  background: url(../img/top/page03.jpg);
}
.topContentWrap .tcont02 .bxslider .page04 {
  background: url(../img/top/page04.jpg);
}
.topContentWrap .tcont02 .bxslider .page05 {
  background: url(../img/top/page05.jpg);
}
.topContentWrap .tcont02 .bx-pager {
  text-align: center;
  padding-top: 5px;
}
.topContentWrap .tcont02 .bx-pager a {
  width: 1em;
  height: 1em;
  overflow: hidden;
  text-indent: 100%;
  margin: 0 0px;
  text-decoration: none;
  color: #a3a3a3;
}
.topContentWrap .tcont02 .bx-pager a.active {
  color: #494949;
}

.topContentWrap .tcont03 {
  background: #e6d0b8 url(../img/top/top_cont03.jpg) no-repeat;
  padding-top: 60px;
}
.topContentWrap .tcont03 ul {
  overflow: hidden;
  margin: 0 0 0 10px;
  padding-bottom: 20px;
}
.topContentWrap .tcont03 li {
  float: left;
  width: 250px;
  height: 100px;
}

.topContentWrap .tcont03-1{
     background-color: #e6d0b8 ;
    padding: 0px 0 22px 0;
 }
.topContentWrap .tcont03-1 .naka{background: url(../img/top/blog-n.jpg) no-repeat;
    width: 920px; margin: 0 auto; height: 284px;}

.topContentWrap .tcont03-1 .naka p{    padding: 31px 0 0 740px;}

#home .tcont03-1 a {
  color: #333;
  text-decoration: none;
}
#home .tcont03-1 ul {
  margin-top: 5px;
}
#home .tcont03-1 li {
  font-size: 16px;
  border-bottom: 1px solid #B3B3B3;
  margin: 12px 29px 13px 29px;
  padding: 0px 2px 8px 15px;
}
#home .tcont03-1 li span {
  display: inline-block;
  margin-right: 80px;
}



.topContentWrap .tcont04 {
  background: url(../img/top/top_cont04.jpg) no-repeat;

  height: 217px;
  padding-top: 17px;
}
.topContentWrap .tcont04 a {
  display: block;
  width: 955px;
  height: 219px;
  margin: 0 auto;
  text-indent: -100%;
  overflow: hidden;
  background: #fff;
  opacity: 0.0;
}
.topContentWrap .tcont04 a:hover {
  opacity:0.3;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}




.topContentWrap .tcont05 {
  background: url(../img/top/top_cont05.jpg) 50% no-repeat;
  height: 541px;
  margin: 30px 0 10px 0;
}

.topContentWrap .tcont06 {
  background: url(../img/top/top_cont06.jpg) 50% no-repeat;
  height: 403px;
  margin: 10px 0 5px 0;
}
.topContentWrap .tcont06 p {
  padding: 142px 0 0 35px;
}

.topContentWrap .tcont07 {
  background: url(../img/top/top_cont07.jpg) 50% no-repeat;
  height: 603px;
}
.topContentWrap .tcont07 p {
  padding: 342px 0 0 295px;
}


/*------------------------------------------------------------*/
/* < index > */
/*------------------------------------------------------------*/
#home .cont01 {
  background: url(../img/top/cont01.jpg) no-repeat;
  padding-top: 208px;
}
#home .cont01 p {
  padding: 10px 0 0 11px;
}

#home .cont02 {
  background: url(../img/top/cont02.jpg) 50% no-repeat;
  height: 290px;
}
#home .cont02 p {
  padding: 72px 0 0 23px;
}

#home .cont03 {
  background: url(../img/top/cont03.jpg) 50% no-repeat;
  height: 217px;
}
#home .cont03 p {
  padding: 46px 0 0 280px;
}

#home .cont04 {
  background: url(../img/top/cont04.jpg) 50% no-repeat;
  height: 362px;
  margin: 30px 0;
}
#home .cont04 p {
  padding: 147px 0 0 255px;
}

#home .cont05 {
  background: url(../img/top/cont05.jpg) 50% no-repeat;
height: 1084px;
    width: 763px;
}
#home .cont05 ul {
  overflow: hidden;
  font-size: 14px;
  padding-top: 168px;
  line-height: 160%;
  letter-spacing: -0.07em;
  padding-left: 11px;
}
#home .cont05 li.item01 {
  float: left;
  width: 185px;
  padding-left: 189px;
}
#home .cont05 li.item02 {
  float: left;
  width: 185px;
  padding-left: 190px;
}
#home .cont05 li.item03 {
  float: left;
  width: 187px;
    padding-top: 227px;
}
#home .cont05 li.item04 {
  float: left;
  width: 187px;
    padding-top: 227px;
}
#home .cont05 li.item05 {
  float: left;
  width: 187px;
    padding-top: 227px;
}
#home .cont05 li.item06 {
    float: left;
    width: 187px;
    padding-top: 227px;
    padding-bottom: 25px;
}
#home .cont05 li.item07 {
  float: left;
  width: 187px;
    padding-top: 227px;
}
#home .cont05 li.item08 {
  float: left;
  width: 187px;
    padding-top: 227px;
}
#home .cont05 li.item09 {
  float: left;
  width: 187px;
    padding-top: 227px;
}
#home .cont05 li.item10 {
  float: left;
  width: 187px;
    padding-top: 227px;
}
#home .cont05 li.item11 {
  float: left;
  width: 187px;
    padding-top: 227px;
}

#home .cont06 {
  background: url(../img/top/cont06.jpg) 50% no-repeat;
  height: 281px;
}
#home .cont06 p {
  padding: 28px 42px 0 0px;
  text-align: right;
  font-size: 14px;
}
#home .cont06 a {
  color: #333;
  text-decoration: none;
}
#home .cont06 ul {
  margin-top: 20px;
}
#home .cont06 li {
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin: 12px 23px 10px 23px;
  padding: 5px 20px;
}
#home .cont06 li span {
  display: inline-block;
  margin-right: 80px;
}

#home .cont07 {
  background: url(../img/top/cont07.jpg) 50% no-repeat;
  height: 688px;
    margin: 0 0 30px 0;
}

#home .cont08 {
  background: url(../img/top/cont08.jpg) 50% no-repeat;
  margin-bottom: 30px;
}
#home .cont08 p {
  padding: 88px 0 0 15px;
}

#home .cont09 {
  background: url(../img/top/cont09.jpg) 50% no-repeat;
  height: 344px;
  margin: 20px 0 30px 0;
}
#home .cont09 p {
  padding: 128px 0 0 30px;
}

/* nairan */
#nairan .cont01 {
  background: url(../img/nairan/cont01.jpg) 50% no-repeat;
  height: 717px;
  margin: 0 0 15px 0;
}
#nairan .cont01 p {
  padding: 174px 0 0 14px;
}

#nairan .cont02 {
  background: url(../img/nairan/cont02.jpg) 50% no-repeat;
  height: 585px;
  margin: 0 0 0px 0;
}
#nairan .cont02 p.item01 {
  padding: 73px 0 0 260px;
  height: 140px;
}
#nairan .cont02 p.item02 {
  padding: 0px 0 0 40px;
  height: 144px;
}
#nairan .cont02 p.item03 {
  padding: 0px 0 0 255px;
}

#nairan .cont03 {
  background: url(../img/nairan/cont03.jpg) 50% no-repeat;
  height: 1251px;
  margin: 0 0 30px 0;
}
#nairan .cont03 .wrapper {
  padding: 89px 0 0 31px;
  font-size: 0;
}
#nairan .cont03 p {
  width: 222px;
  height: 77px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin: 0 6px 9px 0;
  padding: 188px 0 0 8px;
}

#nairan .cont03 ul.item01 {
  float: left;
  font-size: 15px;
  margin: 55px 0px 0 44px;
}
#nairan .cont03 ul.item02 {
  float: left;
  font-size: 15px;
  margin: 55px 0px 0 20px;
}
#nairan .cont03 ul.item03 {
  float: left;
  font-size: 15px;
  margin: 55px 0px 0 23px;
}


#nairan .cont04 {
  background: url(../img/nairan/cont04.jpg) 50% 0 no-repeat;
  margin: 0 0 10px 0;
}
#nairan .cont04 p.item01 {
  padding: 120px 0 0 63px;
  height: 182px;
}
#nairan .cont04 p.item02 {
  padding: 0px 0 0 63px;
  height: 443px;
}
#nairan .cont04 p.item03 {
  padding: 0px 0 0 63px;
  height: 237px;
}
#nairan .cont04 p.item04 {
  padding: 0px 0 0 63px;
  height: 205px;
}
#nairan .cont04 p.item05 {
  padding: 0px 0 0 63px;
}

#nairan .cont05 {
  background: url(../img/nairan/cont05.jpg) 100% no-repeat;
  height: 208px;
  margin: 0 0 0px 0;
}
#nairan .cont05 p {
  padding: 50px 0 0 77px;
}


/* idou */
#showroom .cont01 {
  background: url(../img/showroom/cont01.jpg) 50% 0 no-repeat;
  margin: 0 0 22px 0;
}
#showroom .cont01 p {
  padding: 190px 0 0 24px;
}

#showroom .cont02 {
  background: url(../img/showroom/cont02.jpg) 50% 0 no-repeat;
  height: 518px;
  margin: 0 0 30px 0;
}
#showroom .cont02 em {
  color: #000;
  border-bottom: solid 2px #FAC300;
}
#showroom .cont02 .wrapper {
  padding: 67px 0 0 15px;
  font-size: 0;
}
#showroom .cont02 p {
  width:192px;
  height: 69px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin: 0 14px 0px 0;
  padding: 161px 0 0 37px;
  letter-spacing: -1.3px;
}

#showroom .cont02 p.item04 {
  width: 189px;
  padding: 161px 0 0 42px;
}

#showroom .cont03 {
  background: url(../img/showroom/cont03.jpg) 50% 0 no-repeat;
  height: 158px;
  margin: 0 0 0px 0;
}
#showroom .cont03 p {
  padding: 30px 0 0 296px;
}

#showroom .cont04 {
  background: url(../img/showroom/cont04.jpg) 50% 0 no-repeat;
  height: 327px;
  margin: 0 0 20px 0;
}
#showroom .cont04 p {
  padding: 74px 0 0 50px;
}

#showroom .cont05 {
  background: url(../img/showroom/cont05.jpg) 50% 0 no-repeat;
  height: 338px;
  margin: 0 0 24px 0;
}
#showroom .cont05 p {
  padding: 147px 0 0 27px;
}

#showroom .cont06 {
  background: url(../img/showroom/cont06.jpg) 50% 0 no-repeat;
  height: 610px;
  margin: 0 0 0px 0;
}
#showroom .cont06 .p01 {
    padding: 293px 0 0 36px;
    height: 161px;
}

#showroom .cont06 .p02 {
    padding: 10px 0 0 36px;
    width: 263px;
}


#showroom .cont07 {
  background: url(../img/showroom/cont07.jpg) 50% 0 no-repeat;
  height: 151px;
  margin: 20px 0;
}
#showroom .cont07 p {
  padding: 56px 0 0 289px;
}

#showroom .cont08 {
  background: url(../img/showroom/cont08.jpg) 50% 0 no-repeat;
  margin: 0 0 50px 0;
height: 229px;
}
#showroom .cont08 p {
  padding: 227px 0 0 44px;
}

#showroom .cont09 {
  background: url(../img/showroom/cont09.jpg) 50% 0 no-repeat;
  margin: 0 0 30px 0;
  height: 459px;
}
#showroom .cont09 p {
  padding: 256px 0 0 60px;
}

/* zirei */
#zirei em {
  color: #F15A24;
}

#zirei .cont01 {
  background: url(../img/zirei/cont01.jpg) 50% 0 no-repeat;
  height: 502px;
  margin: 0 0 17px 0;
}

#zirei .cont02 {
  background: url(../img/zirei/cont02.jpg) 50% 0 no-repeat;
  height: 909px;
  margin: 0 0 30px 0;
}
#zirei .cont02 p.item01 {
  padding: 107px 30px 0px 36px;
  height: 172px;
}
#zirei .cont02 p.item02 {
  padding: 0px 30px 0 34px;
  height: 407px;
}
#zirei .cont02 p.item03 {
  padding: 0px 0 0 33px;
}

#zirei .cont03 {
  background: url(../img/zirei/cont03.jpg) 50% 0 no-repeat;
  height: 922px;
  margin: 0 0 30px 0;
}
#zirei .cont03 p.item01 {
  padding: 107px 30px 0px 36px;
  height: 193px;
}
#zirei .cont03 p.item02 {
  padding: 0px 30px 0 34px;
  height: 467px;
}
#zirei .cont03 p.item03 {
  padding: 0px 0 0 33px;
}

#zirei .cont04 {
  background: url(../img/zirei/cont04.jpg) 50% 0 no-repeat;
  height: 968px;
  margin: 0 0 30px 0;
}
#zirei .cont04 p.item01 {
  padding: 107px 30px 0px 36px;
  height: 302px;
}
#zirei .cont04 p.item02 {
  padding: 0px 30px 0 34px;
  height: 387px;
}
#zirei .cont04 p.item03 {
  padding: 0px 0 0 33px;
}

#zirei .cont05 {
  background: url(../img/zirei/cont05.jpg) 50% 0 no-repeat;
  height: 1012px;
  margin: 0 0 30px 0;
}
#zirei .cont05 p.item01 {
  padding: 107px 30px 0px 36px;
  height: 194px;
}
#zirei .cont05 p.item02 {
  padding: 0px 30px 0 34px;
  height: 437px;
}
#zirei .cont05 p.item03 {
  padding: 0px 0 0 33px;
}

#zirei .cont06 {
  background: url(../img/zirei/cont06.jpg) 50% 0 no-repeat;
  height: 995px;
  margin: 0 0 30px 0;
}
#zirei .cont06 p.item01 {
  padding: 107px 30px 0px 36px;
  height: 277px;
}
#zirei .cont06 p.item02 {
  padding: 0px 30px 0 34px;
  height: 140px;
  letter-spacing: -0.5px;
}
#zirei .cont06 p.item03 {
  padding: 0px 0 0 33px;
}

#zirei .cont07 {
  background: url(../img/zirei/cont07.jpg) 50% 0 no-repeat;
  height: 1144px;
  margin: 0 0 0px 0;
}



/* ie */
#ie .cont01 {
  background: url(../img/ie/cont01.jpg) 50% 0 no-repeat;
  height: 1124px;
  margin: 0 0 30px 0;
}
#ie .cont01 p {
  padding: 297px 0 0 24px;
}

#ie .cont02 {
  background: url(../img/ie/cont02.jpg) 50% 0 no-repeat;
  height: 689px;
  margin: 0 0 30px 0;
}
#ie .cont02 .wrapper {
  padding: 144px 0 0 37px;
  font-size: 0;
}
#ie .cont02 div.item01,
#ie .cont02 div.item02,
#ie .cont02 div.item03 {
  width: 295px;
  height: 279px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 0 20px 0px 0;
  padding: 256px 0 0 6px;
}
#ie .cont02 div ul {
  text-align: center;
  margin-top: 8px;
}
#ie .cont02 div li {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #EDE8E4;
}
#ie .cont02 div li a {
  color: #000;
  text-decoration: none;
  display: block;
}
#ie .cont02 div li a:after {
  content: '';
  width: 21px;
  height: 21px;
  float: right;
  margin: 5px;
  background: #EDE8E4 url(../img/ie/icon_arrow.png) 100% 50% no-repeat;
}
#ie .cont02 div.item01 li {
  width: 49%;
}

#ie .cont03 {
  background: url(../img/ie/cont03.jpg) 50% 0 no-repeat;
  height: 627px;
  margin: 0 0 30px 0;
}
#ie .cont03 .wrapper {
  padding: 83px 0 0 37px;
  font-size: 0;
}
#ie .cont03 div.item01,
#ie .cont03 div.item02,
#ie .cont03 div.item03 {
  width: 295px;
  height: 279px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 0 20px 0px 0;
  padding: 256px 0 0 6px;
  letter-spacing: -0.5px;
}
#ie .cont03 div ul {
  text-align: center;
  margin-top: 8px;
}
#ie .cont03 div li {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #EDE8E4;
}
#ie .cont03 div li a {
  color: #000;
  text-decoration: none;
  display: block;
}
#ie .cont03 div li a:after {
  content: '';
  width: 21px;
  height: 21px;
  float: right;
  margin: 5px;
  background: #EDE8E4 url(../img/ie/icon_arrow.png) 100% 50% no-repeat;
}

#ie .cont04 {
  background: url(../img/ie/cont04.jpg) 50% 0 no-repeat;
  height: 1773px;
  margin: 0 0 0px 0;
}
#ie .cont04 p.item01 {
  padding: 119px 0 0 73px;
  height: 94px;
}
#ie .cont04 p.item02 {
  padding: 0px 0 0 73px;
  width: 510px;
  height: 219px;
}
#ie .cont04 p.item03 {
  padding: 0px 0 0 73px;
  width: 510px;
  height: 228px;
}
#ie .cont04 div.item04 {
  padding: 0px 0 0 73px;
  height: 226px;
}
#ie .cont04 div.item04 p:nth-child(1) {
  float: left;
  width: 510px;
}
#ie .cont04 div.item04 p:nth-child(2) {
  float: left;
  width: 350px;
  padding: 18px 0 0 66px;
}
#ie .cont04 div.item05 {
  padding: 0px 0 0 73px;
  height: 255px;
}
#ie .cont04 div.item05 p:nth-child(1) {
  float: left;
  width: 510px;
}
#ie .cont04 div.item05 p:nth-child(2) {
  float: left;
  width: 350px;
  padding: 0px 0 0 66px;
}
#ie .cont04 div.item06 {
  padding: 0px 0 0 73px;
  height: 229px;
}
#ie .cont04 div.item06 p:nth-child(1) {
  float: left;
  width: 510px;
}
#ie .cont04 div.item06 p:nth-child(2) {
  float: left;
  width: 350px;
  padding: 0px 0 0 66px;
}
#ie .cont04 div.item07 {
  padding: 0px 0 0 73px;
  height: 214px;
}
#ie .cont04 div.item07 p:nth-child(1) {
  float: left;
  width: 510px;
}
#ie .cont04 div.item07 p:nth-child(2) {
  float: left;
  width: 350px;
  padding: 11px 0 0 66px;
}
#ie .cont04 div.item08 {
  padding: 0px 0 0 73px;
}

#ie .cont05 {
  background: url(../img/ie/cont05.jpg) 50% 0 no-repeat;
  height: 373px;
  margin: 33px 0 30px 0;
}
#ie .cont05 ul {
  overflow: hidden;
  margin: 0 0 0 10px;
  padding: 60px 0 20px 0;
}
#ie .cont05 li {
  float: left;
  width: 250px;
  height: 100px;
}

#ie .cont06 {
  margin: 0 0 110px 0;
  text-align: center;
}


/* koe */
#koe .cont01 {
  background: url(../img/koe/cont01.jpg) 50% 0 no-repeat;
  padding-top: 93px;
  margin: 0 0 30px 0;
}
#koe .cont01 p {
  padding: 10px 0 0 5px;
}
#koe .cont02 .item {
  background: url(../img/koe/bg.png);
  padding: 20px 0;
  text-align: center;
  margin: 0 0 35px 0;
}
#koe .cont02 .item p {
  background: url(../img/koe/title.png) no-repeat;
  height: 37px;
    line-height: 37px;
    padding: 0 0 0 60px;
    width: 633px;
    margin: 0px auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
#koe .cont02 .item .b-title {
    margin-top: 12px;
    font-size: 18px;
    font-weight: bold;}
#koe .cont02 .item .b-title p{
     font-size: 18px;
    font-weight: bold;
    text-align: center;}
#koe .cont02 .item .b-title span {
  color: #C1272D;
  font-size: 20px;
}
#koe .cont02 .item p span {
  color: #C1272D;
  font-size: 20px;
}
#koe .cont02 .item img {
  margin: 30px 0;
}
#koe .cont02 .pagination {
  text-align: center;
  margin: 20px 0;
}
#koe .cont02 .pagination a {
  text-decoration: none;
  color: #000;
}




/* staff */
#staff .cont01 {
  background: url(../img/staff/cont01.jpg) 50% 0 no-repeat;
  height: 407px;
  margin: 0 0 23px 0;
}
#staff .cont01 p {
  padding: 127px 0 0px 18px;
}


#staff .cont02 .item {
  width: 705px;
    margin: 0px auto 0px auto;
}
#staff .cont02 .item ul li {
  padding-top: 14px;
}
#staff .cont02 .item01 ul {
  background: url(../img/staff/staff01.jpg) no-repeat;
  width: 340px;
  height: 127px;
  padding: 93px 0 0px 371px;
}
#staff .cont02 .item02 ul {
  background: url(../img/staff/staff02.jpg) no-repeat;
  width: 340px;
  height: 127px;
  padding: 93px 0 0px 371px;
}
#staff .cont02 .item03 ul {
  background: url(../img/staff/staff03.jpg) no-repeat;
  width: 340px;
  height: 120px;
  padding: 100px 0 0px 371px;
}
#staff .cont02 .item04 ul {
  background: url(../img/staff/staff04.jpg) no-repeat;
  width: 340px;
  height: 155px;
  padding: 65px 0 0px 371px;
}
#staff .cont02 .item05 ul {
  background: url(../img/staff/staff05.jpg) no-repeat;
  width: 340px;
  height: 155px;
  padding: 65px 0 0px 371px;
}
#staff .cont02 .item06 ul {
  background: url(../img/staff/staff06.jpg) no-repeat;
  width: 340px;
  height: 155px;
  padding: 65px 0 0px 371px;
}
#staff .cont02 .item07 ul {
  background: url(../img/staff/staff07.jpg) no-repeat;
    width: 353px;
  height: 155px;
  padding: 65px 0 0px 371px;
}
#staff .cont02 .item08 ul {
  background: url(../img/staff/staff08.jpg) no-repeat;
  width: 340px;
  height: 155px;
  padding: 65px 0 0px 371px;
}
#staff .cont02 .item09 ul {
  background: url(../img/staff/staff09.jpg) no-repeat;
  width: 340px;
  height: 155px;
  padding: 65px 0 0px 371px;
}
#staff .cont02 .item10 ul {
  background: url(../img/staff/staff10.jpg) no-repeat;
  width: 340px;
  height: 155px;
  padding: 65px 0 0px 371px;
}
#staff .cont02 .item11 ul {
  background: url(../img/staff/staff11.jpg) no-repeat;
  width: 340px;
  height: 155px;
  padding: 65px 0 0px 371px;
}
#staff .cont02 .item p {
  padding: 7px 15px 15px 15px;

}


/* kaisya */
#kaisya .cont01 {
  background: url(../img/kaisya/cont01.jpg) 50% 0 no-repeat;
  height: 398px;
  margin: 0 0 30px 0;
}
#kaisya .cont01 p {
  padding: 145px 0 0 20px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

#kaisya .cont02 {
  background: url(../img/kaisya/cont02.jpg) 50% 0 no-repeat;
  padding-top: 205px;
  margin: 0 0 30px 0;
}
#kaisya .cont02 p {
  padding: 10px 0 0 26px;
  letter-spacing: -0.04em;
}

#kaisya .cont03 {
  background: url(../img/kaisya/cont03.jpg) 50% 0 no-repeat;
  padding-top: 50px;
  margin: 0 0 30px 0;
}
#kaisya .cont03 table {
  border: solid 1px #898989;
  margin: 15px 27px;
}
#kaisya .cont03 table tr {
  border-bottom: dotted 1px #898989;
}
#kaisya .cont03 table tr:last-child {
  border-bottom: none;
}
#kaisya .cont03 table th {
  background: #ffffd9;
  padding: 17px 25px;
  width: 161px;
  vertical-align: top;
}
#kaisya .cont03 table td {
  padding: 17px 14px;
  width: 540px;
}

#kaisya .cont04 {
  background: url(../img/kaisya/cont04.jpg) 50% 0 no-repeat;
  padding-top: 50px;
  margin: 0 0 30px 0;
}
#kaisya .cont04 .gmap {
  width: 685px;
  height: 297px;
  margin: 25px auto 10px auto;
}
#kaisya .cont04 .gmap iframe {
  width: 100%;
  height: 100%;
}
#kaisya .cont04 p {
  padding: 0 0 0 37px;
}
#kaisya .cont04 ul {
  overflow: hidden;
  width: 702px;
  margin: 10px 0 0 38px;
}
#kaisya .cont04 li {
  width: 336px;
  font-size: 16px;
  text-align: left;
  margin-right: 15px;
  float: left;
}

#kaisya .cont05 {
  background: url(../img/kaisya/cont05.jpg) 50% 0 no-repeat;
  margin: 0 0 30px 0;
}
#kaisya .cont05 p {
  padding: 456px 0 14px 46px;
}
#kaisya .cont05 .button {
  padding: 0 0 0 0;
  text-align: center;
}

#kaisya .cont06 {
  background: url(../img/kaisya/cont06.jpg) 50% 0 no-repeat;
  height: 300px;
  margin: 0 0 0px 0;
}
#kaisya .cont06 p {
  padding: 0px 0 0 0px;
}

#kaisya .cont07 {
  background: url(../img/kaisya/cont07.jpg) 50% 0 no-repeat;
  height: 300px;
  margin: 0 0 0px 0;
}
#kaisya .cont07 p {
  padding: 0px 0 0 0px;
}

#kaisya .cont08 {
  background: url(../img/kaisya/cont08.jpg) 50% 0 no-repeat;
  height: 300px;
  margin: 0 0 0px 0;
}
#kaisya .cont08 p {
  padding: 0px 0 0 0px;
}

#kaisya .cont09 {
  background: url(../img/kaisya/cont09.jpg) 50% 0 no-repeat;
  height: 300px;
  margin: 0 0 0px 0;
}
#kaisya .cont09 p {
  padding: 0px 0 0 0px;
}

#kaisya .cont10 {
  background: url(../img/kaisya/cont10.jpg) 50% 0 no-repeat;
  height: 300px;
  margin: 0 0 0px 0;
}
#kaisya .cont10 p {
  padding: 0px 0 0 0px;
}


/* otoiawase */
#otoiawase .cont01 {
  background: url(../img/otoiawase/cont01.jpg) 50% 0 no-repeat;
  padding-top: 328px;
  margin: 0 0 30px 0;
}
#otoiawase .cont01 p {
  padding: 10px 0 0 12px;
}
#otoiawase .cont02 p {
  padding: 9px 0 0 28px;
}
#otoiawase .cont02 table {
  border: solid 1px #333;
  margin: 15px 27px;
}

#otoiawase .otoiawase01{padding: 0 0 0 16px;}
#otoiawase .cont02 table tr {
  border-bottom: dotted 1px #333;
}
#otoiawase .cont02 table tr:last-child {
  border-bottom: none;
}
#otoiawase .cont02 table th {
  background: #efe8e1;
    padding: 17px 18px;
    width: 181px;
  vertical-align: top;
}
#otoiawase .cont02 table td {
  padding: 17px 14px;
  font-size: 14px;
}
#otoiawase .cont02 table td input[type=text],
#otoiawase .cont02 table td input[type=email] {
  border: #5e5d5c solid 1px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  vertical-align: middle;
  margin-right: 10px;
}
#otoiawase .cont02 table td input[type=radio] {
  margin-right: 5px;
}
#otoiawase .cont02 table td label {
  margin-right: 7px;
}
#otoiawase .cont02 table td textarea {
  width: 440px;
  height: 191px;
  padding: 5px;
}
#otoiawase .cont02 .button {
  text-align: center;
  margin: 0;
  padding: 0;
}
#otoiawase .cont02 .button input {
  border: 0px;
  width:225px;
  height:53px;
  background: url(../img/otoiawase/button_send.jpg) no-repeat;
  cursor: pointer;
}
#otoiawase .cont02 .button input:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#otoiawase .cont03 {
  background: url(../img/otoiawase/cont03.jpg) 50% 0 no-repeat;
  padding-top: 67px;
  margin: 0 0 30px 0;
}
#otoiawase .cont03 p {
  padding: 20px 0 0 15px;
}
#otoiawase span.red-font{ font-size: 14px; color: #BE292E;}

.zirei em {
  color: #FF0000;
}
.zirei .head {
  margin-bottom: 10px;
}
.zirei .daihyo {
  background: url(../img/common/zirei/daihyo.jpg) 50% 0 no-repeat;
  min-height: 258px;
  margin: 0 0 20px 0;
}
.zirei .daihyo p:nth-child(1) {
  padding: 113px 0 0 14px;
  letter-spacing: -0.04em;
}
.zirei .daihyo p:nth-child(2) {
  padding: 13px 0 0 14px;
  letter-spacing: -0.04em;
}
.zirei .button {
  text-align: center;
  margin-bottom: 20px;
}
.zirei .button2 {
  text-align: center;
}
.zirei .button3 {
text-align: left;
    margin-left: -2px;
}
.zirei .nagare {
  text-align: center;
  margin-bottom: 20px;
}
.zirei .movie {
  text-align: center;
  margin: 0px auto 20px auto;
  width: 722px;
  height: 294px;
  background: url(../img/common/zirei/movie.jpg) no-repeat;
}
.zirei .movie ul {
  padding: 54px 0 0 28px;
  overflow: hidden;
}
.zirei .movie li {
  float: left;
  margin: 0 18px 0 0px;
}
.zirei .movie iframe {
  width: 326px;
  height: 219px;
}
.zirei article.soudan-title img {
  vertical-align: top;
}
.zirei article.soudan {
  width: 701px;
  margin: 10px auto 30px auto;
  border: solid 1px #d9d9d9;
  padding: 10px;
}
.zirei article.soudan .wrapper {
  background: url(../img/common/zirei/soudan.png) 100% 100% repeat;
  position: relative;
}
.zirei .soudan .soudan {
  padding: 86px 0 10px 20px;
}
.zirei .soudan .inner {
  background: #fff;
  padding: 9px 0px 9px 9px;
  margin: 8px;
}
.zirei .soudan .teian {
  min-height: 94px;
  padding: 47px 0 0 112px;
  margin: 0 0 20px 0;
}
.zirei .soudan .image {
  text-align: center;
  margin: 20px 8px 0px 0;
}
.zirei .soudan .image img {
  vertical-align: top;
}
.zirei .soudan .detail {
  background: url(../img/common/zirei/detail.png) no-repeat;
  padding: 40px 0 0 13px;
  margin: 15px 0 0 0;
}
.zirei .soudan .detail em {
  font-weight: bold;
}
.zirei .soudan .foot {
  text-align: center;
  margin-top: 15px;
}
.zirei .step {
  padding: 80px 0 0 0;
  line-height: 150%;
}
.zirei .step p {
  padding: 42px 0 0 48px;
}
.egao {
  background: url(../img/common/zirei/egao.jpg) no-repeat;
  width: 730px;
  height: 516px;
  margin: 20px auto 0px auto;
}
.egao p {
  padding: 56px 0 0 282px;
	  height: 151px;
}

.egao02{    position: relative;}
.egao02 img{    position: absolute;
    left: -13px;}
/* floor */
#floor .soudan01 .soudan {
  background: url(../img/floor/soudan01.png) no-repeat;
}
#floor .soudan01 .teian {
  background: url(../img/floor/soudan01_teian.jpg) no-repeat;
}
#floor .soudan02 .soudan {
  background: url(../img/floor/soudan02.png) no-repeat;
}
#floor .soudan02 .teian {
  background: url(../img/floor/soudan02_teian.jpg) no-repeat;
}
#floor .soudan03 .soudan {
  background: url(../img/floor/soudan03.png) no-repeat;
}
#floor .soudan03 .teian {
  background: url(../img/floor/soudan03_teian.jpg) no-repeat;
}
#floor .sera01 .soudan2 {
  background: url(../img/floor/sera.png) no-repeat;
    height: 76px;
}

#floor .serami{ background: url(../img/floor/sera-setumei.png) no-repeat;
    height: 904px;}
#floor .serami .p01{
    padding: 140px 0 0 35px;
    width: 360px;
    height: 236px;
    }
#floor .serami .p02{
    padding: 0 0 0 93px;
    width: 616px;
    height: 370px;
    letter-spacing: -0.02em;
    }
#floor .serami .p03{
padding: 0 0 0 246px;
    width: 616px;
    }
#floor .step {
  background: url(../img/floor/step.jpg) no-repeat;
}
#floor .step p:nth-child(1) {
  height: 153px;
}
#floor .step p:nth-child(2) {
  height: 243px;
}
#floor .step p:nth-child(3) {
  height: 178px;
}
#floor .step p:nth-child(4) {
  height: 146px;
}
#floor .step p:nth-child(5) {
  height: 143px;
}
#floor .step p:nth-child(6) {
  height: 66px;
}
#floor .step p:nth-child(7) {
  height: 106px;
  padding: 42px 0 0 140px;
}
#floor .step p:nth-child(8) {
  height: 120px;
}
#floor .zenmen{background: url(../img/floor/zenmen-bg.jpg) no-repeat; height: 424px;
    height: 99px;
    padding: 349px 0 0 52px;
    margin-left: 10px;
}



/* eko */
#eko .soudan01 .soudan {
  background: url(../img/eko/soudan01.png) no-repeat;
}
#eko .soudan01 .teian {
  background: url(../img/eko/soudan01_teian.jpg) no-repeat;
}
#eko .soudan02 .soudan {
  background: url(../img/eko/soudan02.png) no-repeat;
}
#eko .soudan02 .teian {
  background: url(../img/eko/soudan02_teian.jpg) no-repeat;
}
#eko .soudan03 .soudan {
  background: url(../img/eko/soudan03.png) no-repeat;
}
#eko .soudan03 .teian {
  background: url(../img/eko/soudan03_teian.jpg) no-repeat;
}
#eko .step {
  background: url(../img/eko/step.jpg) no-repeat;
}
#eko .step p:nth-child(1) {
  height: 153px;
}
#eko .step p:nth-child(2) {
  height: 198px;
}
#eko .step p:nth-child(3) {
  height: 178px;
}
#eko .step p:nth-child(4) {
  height: 146px;
}
#eko .step p:nth-child(5) {
  height: 164px;
}
#eko .step p:nth-child(6) {
  height: 173px;
}
#eko .step p:nth-child(7) {
  height: 147px;
  padding: 45px 0 0 72px;
}
#eko .step p:nth-child(8) {
  height: 128px;
}
#eko .step p:nth-child(9) {
  height: 50px;
  padding: 234px 0 0 27px;
}

/* mirror */
#mirror .soudan01 .soudan {
  background: url(../img/mirror/soudan01.png) no-repeat;
}
#mirror .soudan01 .teian {
  background: url(../img/mirror/soudan01_teian.jpg) no-repeat;
}
#mirror .soudan02 .soudan {
  background: url(../img/mirror/soudan02.png) no-repeat;
}
#mirror .soudan02 .teian {
  background: url(../img/mirror/soudan02_teian.jpg) no-repeat;
}
#mirror .step {
  background: url(../img/mirror/step.jpg) no-repeat;
}
#mirror .step p:nth-child(1) {
  height: 153px;
}
#mirror .step p:nth-child(2) {
  height: 178px;
}
#mirror .step p:nth-child(3) {
  height: 166px;
}
#mirror .step p:nth-child(4) {
  height: 154px;
}
#mirror .step p:nth-child(5) {
  height: 140px;
}
#mirror .step p:nth-child(6) {
  height: 156px;
}
#mirror .step p:nth-child(7) {
  height: 121px;
}

#mirror .kakou {
  width: 710px;
  margin: 20px auto;
}
#mirror .kakou p {
  margin: 0 0 0 40px;
}
#mirror .kakou p.title {
  border-bottom: solid 1px #000;
  font-size: 21px;
  margin: 0 0 0 0px;
}
#mirror .kakou p.subtitle {
  font-weight: bold;
  font-size: 18px;
  color: #006837;
  margin: 20px 0 0px 20px;
}
#mirror .kakou .title:before {
  content: '■';
  color: #FAB769;
  margin-right: 5px;
}
#mirror .kakou .image {
  margin: 10px 10px 10px 40px;
}

/* tile */
#tile .daihyo p:nth-child(2) {
  padding: 25px 0 0 14px;
}
#tile .soudan01 .soudan {
  background: url(../img/tile/soudan01.png) no-repeat;
}
#tile .soudan01 .teian {
  background: url(../img/tile/soudan01_teian.jpg) no-repeat;
}
#tile .soudan02 .soudan {
  background: url(../img/tile/soudan02.png) no-repeat;
}
#tile .soudan02 .teian {
  background: url(../img/tile/soudan02_teian.jpg) no-repeat;
}
#tile .step {
  background: url(../img/tile/step.jpg) no-repeat;
}
#tile .step p:nth-child(1) {
  height: 153px;
}
#tile .step p:nth-child(2) {
  height: 198px;
}
#tile .step p:nth-child(3) {
  height: 179px;
}
#tile .step p:nth-child(4) {
  height: 146px;
}
#tile .step p:nth-child(5) {
  height: 120px;
}
#tile .step p:nth-child(6) {
  padding: 181px 0 0px 445px;
}
#tile .step p:nth-child(7) {
  height: 121px;
}

#tile .maker {
  margin: 20px 0 20px 20px;
  background: url(../img/tile/title_maker.jpg) no-repeat;
  padding: 38px 0 20px 0;
}
#tile .maker ul {
  overflow: hidden;
}
#tile .maker li {
  float: left;
  margin: 8px 20px 0 8px;
}
#tile .maker li img {
  vertical-align: top;
}


/* kagu */
#kagu .soudan01 .soudan {
  background: url(../img/kagu/soudan01.png) no-repeat;
}
#kagu .soudan01 .teian {
  background: url(../img/kagu/soudan01_teian.jpg) no-repeat;
}
#kagu .soudan02 .soudan {
  background: url(../img/kagu/soudan02.png) no-repeat;
}
#kagu .soudan02 .teian {
  background: url(../img/kagu/soudan02_teian.jpg) no-repeat;
}
#kagu .soudan03 .soudan {
  background: url(../img/kagu/soudan03.png) no-repeat;
}
#kagu .soudan03 .teian {
  background: url(../img/kagu/soudan03_teian.jpg) no-repeat;
}
#kagu .soudan04 .soudan {
  background: url(../img/kagu/soudan04.png) no-repeat;
  height: 92px;
}
#kagu .soudan04 .teian {
  background: url(../img/kagu/soudan04_teian.jpg) no-repeat;
}
#kagu .soudan03 .teian {
  letter-spacing: -0.04em;
}
#kagu .step1 {
  margin: 0 0 30px 0;
}
#kagu .step1,
#kagu .step2 {
  padding: 77px 0 0 0;
  line-height: 150%;
}
#kagu .step1 p,
#kagu .step2 p {
  padding: 42px 0 0 48px;
}
#kagu .step1 {
  background: url(../img/kagu/step1.jpg) no-repeat;
}
#kagu .step1 p:nth-child(1) {
  height: 153px;
}
#kagu .step1 p:nth-child(2) {
  height: 157px;
}
#kagu .step1 p:nth-child(3) {
  height: 150px;
}
#kagu .step2 {
  background: url(../img/kagu/step2.jpg) no-repeat;
}
#kagu .step2 p:nth-child(1) {
  height: 153px;
}
#kagu .step2 p:nth-child(2) {
  height: 157px;
}
#kagu .step2 p:nth-child(3) {
  height: 233px;
}
#kagu .orderkagu {
  text-align: center;
  margin: 20px 0;
}
#kagu .movie {
  text-align: center;
  margin: 0px auto 20px auto;
  width: 723px;
  height: 597px;
  background: url(../img/kagu/movie.jpg) no-repeat;
}
#kagu .movie ul:nth-child(1) {
  padding: 84px 0 0 27px;
}
#kagu .movie ul:nth-child(2) {
  padding: 43px 0 0 27px;
}
#kagu .movie li {
  float: left;
  margin: 0 18px 0 0px;
}
#kagu .movie iframe {
  width: 326px;
  height: 219px;
}

/* curtain */
#curtain .soudan01 .soudan {
  background: url(../img/curtain/soudan01.png) no-repeat;
}
#curtain .soudan01 .teian {
  background: url(../img/curtain/soudan01_teian.jpg) no-repeat;
}
#curtain .soudan02 .soudan {
  background: url(../img/curtain/soudan02.png) no-repeat;
}
#curtain .soudan02 .teian {
  background: url(../img/curtain/soudan02_teian.jpg) no-repeat;
}
#curtain .step {
  background: url(../img/curtain/step.jpg) no-repeat;
}
#curtain .step p:nth-child(1) {
  height: 201px;
}
#curtain .step p:nth-child(2) {
  height: 159px;
}
#curtain .step p:nth-child(3) {
  height: 219px;
}
#curtain .step p:nth-child(4) {
  height: 177px;
}

#curtain .annai {
  background: url(../img/curtain/annai.jpg) no-repeat;
  width: 685px;
  height: 116px;
  margin: 30px auto;
  padding: 40px 0 0 30px;
}
#curtain .annai ul {
  overflow: hidden;
  margin: 4px 0 0 0;
}
#curtain .annai ul li {
  float: left;
  width: 342px;
  margin: 0 0 0 0;
}

#curtain .syurui {
  background: url(../img/curtain/syurui.jpg) no-repeat;
  width: 715px;
  height: 401px;
  margin: 30px auto;
  padding: 50px 0 0 20px;
  font-weight: bold;
}
#curtain .syurui ul {
  overflow: hidden;
  margin: 4px 0 0 0;
}
#curtain .syurui ul li {
  float: left;
  width: 215px;
  margin: 0 18px 9px 0;
  padding-top: 146px;
  font-weight: bold;
}


/* rail */
#rail .soudan01 .soudan {
  background: url(../img/rail/soudan01.png) no-repeat;
}
#rail .soudan01 .teian {
  background: url(../img/rail/soudan01_teian.jpg) no-repeat;
}
#rail .soudan02 .soudan {
  background: url(../img/rail/soudan02.png) no-repeat;
}
#rail .soudan02 .teian {
  background: url(../img/rail/soudan02_teian.jpg) no-repeat;
}
#rail .step {
  background: url(../img/rail/step.jpg) no-repeat;
}
#rail .step p:nth-child(1) {
  height: 152px;
}
#rail .step p:nth-child(2) {
  height: 154px;
}
#rail .step p:nth-child(3) {
  height: 184px;
}
#rail .step p:nth-child(4) {
  height: 108px;
}

#rail .syurui {
  background: url(../img/rail/syurui.png) no-repeat;
  width: 741px;
  height: 575px;
  margin: 30px auto;
  padding: 50px 0 0 0;
  overflow: hidden;
}
#rail .syurui p {
  text-align: center;
}
#rail .syurui ul {
  overflow: hidden;
  margin: 4px 0 0 30px;
}
#rail .syurui ul li {
  float: left;
  width: 333px;
  margin: 30px 22px 30px 0;
}
#rail .syurui ul li p {
  text-align: left;
  font-size: 14px;
  line-height: 150%;
}
#rail .syurui ul p.image {
  text-align: center;
  height: 80px;
}
#rail .syurui ul li p.name {
  font-size: 16px;
  border-bottom: solid 2px #0071BC;
  margin-bottom: 5px;
  font-weight: bold;
}

/* glass */
#glass .soudan01 .soudan {
  background: url(../img/glass/soudan01.png) no-repeat;
}
#glass .soudan01 .teian {
  background: url(../img/glass/soudan01_teian.jpg) no-repeat;
}
#glass .soudan02 .soudan {
  background: url(../img/glass/soudan02.png) no-repeat;
}
#glass .soudan02 .teian {
  background: url(../img/glass/soudan02_teian.jpg) no-repeat;
}
#glass .step {
  background: url(../img/glass/step.jpg) no-repeat;
}
#glass .step p:nth-child(1) {
  height: 152px;
}
#glass .step p:nth-child(2) {
  height: 172px;
}
#glass .step p:nth-child(3) {
  height: 161px;
}
#glass .step p:nth-child(4) {
  height: 144px;
}
#glass .step p:nth-child(5) {
  height: 148px;
}
#glass .step p:nth-child(6) {
  height: 159px;
}
#glass .step p:nth-child(7) {
  height: 151px;
}
#glass .step p:nth-child(8) {
  height: 115px;
}

#glass .syurui {
  background: url(../img/glass/syurui.jpg) no-repeat;
  width: 732px;
  height: 1118px;
  margin: 30px auto;
  padding: 55px 0 0 0;
}
#glass .syurui p {
  text-align: center;
}
#glass .syurui table {
  border: solid 1px #666;
  margin: 10px 0 0 20px;
}
#glass .syurui thead th,
#glass .syurui thead td {
  text-align: center;
      font-size: 20px;
}
#glass .syurui th {
  background: #E6E6E6;
  border: solid 1px #666;
  width: 169px;
  padding: 8px 5px;
}
#glass .syurui td {
  background: #FFF;
  border: solid 1px #666;
    width: 205px;
  padding: 8px 5px;
}
#glass .soudan01 .teian {
  letter-spacing: -0.04em;
}
#glass .soudan02 .teian {
  letter-spacing: -0.04em;
}

/* syokusenki */
#syokusenki .soudan01 .soudan {
  background: url(../img/syokusenki/soudan01.png) no-repeat;
}
#syokusenki .soudan01 .teian {
  background: url(../img/syokusenki/soudan01_teian.jpg) no-repeat;
}
#syokusenki .soudan02 .soudan {
  background: url(../img/syokusenki/soudan02.png) no-repeat;
}
#syokusenki .soudan02 .teian {
  background: url(../img/syokusenki/soudan02_teian.jpg) no-repeat;
}
#syokusenki .maker {
  background: url(../img/syokusenki/maker.jpg) no-repeat;
	height: 391px;margin: 0 0 0 20px;
}
#syokusenki .maker p{    padding: 27px 0 0 231px;
    font-size: 13px;
    line-height: 20px;}
#syokusenki .step {
  background: url(../img/syokusenki/step.jpg) no-repeat;
}
#syokusenki .step p:nth-child(1) {
  height: 152px;
}
#syokusenki .step p:nth-child(2) {
  height: 157px;
}
#syokusenki .step p:nth-child(3) {
  height: 140px;
}
#syokusenki .step p:nth-child(4) {
  height: 147px;
}
#syokusenki .step p:nth-child(5) {
  height: 142px;
}
#syokusenki .step p:nth-child(6) {
  height: 118px;
}

#syokusenki .detail01 img{padding: 15px 0 0px 0;}
#syokusenki .detail02 span{font-weight: bold;}
#syokusenki .detail02 .d02{ color: #ED1C24;}

/* setubi */
#setubi .soudan01 .soudan {
  background: url(../img/setubi/soudan01.png) no-repeat;
}
#setubi .soudan01 .teian {
  background: url(../img/setubi/soudan01_teian.jpg) no-repeat;
}
#setubi .soudan02 .soudan {
  background: url(../img/setubi/soudan02.png) no-repeat;
}
#setubi .soudan02 .teian {
  background: url(../img/setubi/soudan02_teian.jpg) no-repeat;
}
#setubi .soudan01 .teian2 {
  margin: -10px 0 0 10px;
}
#setubi .naiyou {
  background: url(../img/setubi/naiyou.jpg) no-repeat;
  width: 707px;
  height: 327px;
  margin: 20px auto;
}
#setubi .naiyou p {
  padding: 40px 0 0 20px;
}

#setubi .detail01 img{padding: 15px 0 0px 0;}
#setubi .detail02 span{font-weight: bold;}
#setubi .detail02 .d02{ color: #ED1C24;}


/* filter */
#filter .daihyo p:nth-child(2) {
  padding: 25px 0 0 14px;
}
#filter .soudan01 .soudan {
  background: url(../img/filter/soudan01.png) no-repeat;
}
#filter .soudan01 .teian {
  background: url(../img/filter/soudan01_teian.jpg) no-repeat;
}
#filter .soudan02 .soudan {
  background: url(../img/filter/soudan02.png) no-repeat;
}
#filter .soudan02 .teian {
  background: url(../img/filter/soudan02_teian.jpg) no-repeat;
}
#filter .step {
  background: url(../img/filter/step.jpg) no-repeat;
}
#filter .step {
  padding: 80px 0 0 0;
}
#filter .step p {
  padding: 17px 0 0 48px;
  height: 141px;
}
#filter .detail01 img{padding: 15px 0 0px 0;}
#filter .detail02 span{font-weight: bold;}
#filter .detail02 .d02{ color: #ED1C24;}
#filter .detail02 .d03{color: #FF0000; font-weight: normal!important;}

/* mizu */
#mizu .fusso {
  background: url(../img/mizu/fusso.jpg) no-repeat;
  width: 712px;
  height: 595px;
  margin: 0 auto;
}
#mizu .fusso ul {
  padding: 99px 0 0 86px;
  height: 370px;
}
#mizu .fusso li {
  height: auto;
  line-height: 100%;
  margin-bottom: 15px;
}
#mizu .fusso li:nth-child(2) {
  margin-bottom: 13px;
}
#mizu .fusso li:nth-child(4) {
  margin-bottom: 13px;
}
#mizu .fusso p {
  text-align: left;
  margin: 0 36px;
}
#mizu .fusso p.subtitle {
  color: #C1272D;
  text-align:center;
  margin: 20px 0 5px 0;
  font-weight: bold;
}
#mizu .kasyo {
  background: url(../img/mizu/kasyo.jpg) no-repeat;
  width: 740px;
  padding-top: 1526px;
  margin: 30px auto;
}
#mizu .kasyo p {
  padding: 10px 0 0 20px;
}


/* privacy */
#privacy article.privacy {
}
#privacy .title {
  text-align: left;
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: url(../img/common/bg_title.png) no-repeat;
  color: #fff;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
}
#privacy .subtitle {
  color: #a58464;
  border-bottom: solid 1px #a58464;
  margin-bottom: 7px;
  font-size: 18px;
}
#privacy p {
  margin-bottom: 20px;
}

/* sitemap */
#sitemap article.sitemap {
}
#sitemap p {
  margin-left: 15px;
  margin-bottom: 20px;
}
#sitemap .title {
  text-align: left;
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: url(../img/common/bg_title.png) no-repeat;
  color: #fff;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}
#sitemap .subtitle {
  color: #a58464;
  border-bottom: solid 1px #a58464;
  margin-bottom: 7px;
  margin-left: 0px;
  font-size: 18px;
}
#sitemap a {
  color: #000;
  text-decoration: none;
}
#sitemap a:hover {
  text-decoration: underline;
}


.blog-list .item {
  width: 720px;
  margin: 10px auto;
  background: url(../img/blog/line.jpg) 100% 100% no-repeat;
  padding-bottom: 20px;
}
.blog-list .title {
  text-align: left;
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: url(../img/common/bg_title.png) no-repeat;
  color: #fff;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}
.blog-list .head {
  border-bottom: dotted 1px #000;
}
.blog-list .date {
  border-left: solid 4px #603813;
  margin: 0px 5px;
  padding-left: 8px;
  padding-bottom: 5px;
  font-size: 20px;
}
.blog-list .subject {
  border-left: solid 4px #603813;
  margin: 0px 5px 5px 5px;
  padding-left: 8px;
  font-size: 22px;
  font-weight: bold;
}
.blog-list .body {
  margin: 5px;
}
.blog-list .more {
  text-align: right;
}
.blog-list .more a {
  color: #000;
  text-decoration: none;
}
.blog-list .more a:hover {
  text-decoration: underline;
}

.blog .subject {
  text-align: left;
  font-size: 25px;
  margin: 0 0 15px 0;
  padding: 0 20px;
  background: url(../img/common/bg_title.png) no-repeat;
  color: #fff;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}
.blog .body {
  padding: 0px 28px;
}
.blog .date {
  text-align: right;
  padding: 0px 28px;
}
.blog .navi {
  background: #F4E9DF;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 15px;
  margin: 20px 15px 40px 15px;
  overflow: hidden;
}
.blog .navi li:nth-child(1) {
  float: left;
}
.blog .navi li:nth-child(2) {
  float: right;
}
.blog .navi li:nth-child(3) {
  text-align: center;
}
.blog .navi li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.blog .navi li a:hover {
  text-decoration: underline;
}



#glass .syurui p{ text-align: left; padding-left:13px; padding-top: 5px;}

#glass table .th01-1{ font-weight: bold;}
#glass table .th01-2{ font-weight: bold; color:#C91F2B; }
#glass table .th01-3{ font-weight: bold; color:#F15A24;   width: 284px;}

#glass table .th02-1{ font-weight: bold; background: #E4EDD6;}

#glass table tr{ vertical-align: top;}
#glass table .th03-1{ font-weight: bold; background: #F4EED4;}
#glass table .th04-1{ font-weight: bold; background: #FCE2DB;}
#glass table .th05-1{ font-weight: bold; background: #E0E0F4;}

  .zirei .movie02 {
    text-align: center;
    margin: 0px auto 20px auto;
    width: 722px;
    height: 294px;
    background: url(../img/common/zirei/movie02.jpg) no-repeat;
}
.zirei .movie02 iframe {
    margin: 55px 0 0 2px;
width: 326px;
    height: 219px;
}

.img_m01{ padding-top: 20px;}

.b_navi {
	text-align: center;
	margin: 20px 0px;
	margin-bottom: 33px;
}

.b_navi a {
	padding: 5px 10px;
	border: 1px solid #52452d;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	background-color: #F5F5F5;
}

.b_navi a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #B07236!important;

}

.current_page {
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #52452d;
}

#navColumn01 .navColumnLeft {
    float: left;
    width: 73px;
    padding-top: 7px;
    margin-right: 3px;
}

#navColumn01 .navColumnLeft img {
    padding: 3px;
    border: #e0e0e0 solid 1px;
    background: #fff;
}

#navColumn01 .navColumnRight {
    float: right;
    width: 118px;
	    text-align: left;
}

.navColumnRight p span {
    line-height: 14px;
}

.navColumn p span {
    color: #999999 !important;
    font-size: 10px !important;
}

#navColumn01 div.navColumn {
    padding: 5px;
    border-bottom: #998675 dashed 1px;
}

 #navColumn01 {
    margin-bottom: 28px;
}


#navColumn01 .navColumnLeft {
	float: left;
	width: 73px;
	padding-top: 7px;
	margin-right:3px;
}

#navColumn03 dl{ text-align:left;}
#navColumn03 dl dd {
    padding: 10px 5px;
    border-bottom: #ddd solid 1px;
}
#navColumn03 a {
font-size: 14px;
}

.last{ text-align:right;}

.outline {
    color: #42210B;
    background-image: url(../img/icon-localMenu.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 2px solid #998675;
    margin-bottom: 2px;
    padding-left: 31px;
    padding-bottom: 10px;
    padding-top: 3px;
    line-height: 1em;
    text-align: left;
    font-weight:  bold;
}
.blog-title a{    color: #333333;
    text-decoration: none;
font-size: 14px;}
.blog-title{
    border-left: 4px solid #8C6239;
    padding-left: 7px;}

.blog-title02 a{    color: #333333;
    text-decoration: none;font-size: 14px;}
.blog-title02 span{      display: inline-block;
    width: 10px;
    height: 10px;
    background: #8C6239;
    margin-right: 13px;}
.clickBox02{ text-align: right;    margin-top: 8px;}
.clickBox02 a{ color: #333333; font-size: 14px;}

.span-b01{text-decoration: underline; font-weight: bold; color: #BE292E;}


#otoiawase .cont02 .p01{     padding: 9px 0 0 28px;}

#otoiawase .cont02 .img01{padding: 9px 0 0 13px;}
#otoiawase .o-title01 {
    font-size: 16px;
    font-weight: bold;
    /* padding-left: 25px; */
    padding: 0.25em 0.5em;
    color: #000000;
    background: transparent;
    border-left: solid 5px #5d4c42;
    margin-left: 28px;}

/* css checkbox01 */


.checkbox01{padding: 4px 0 19px 31px;}
.checkbox01-input{
  display: none;
    font-size: 15px;
}
.checkbox01-parts{
    padding-left: 24px;
    position:relative;
    margin-right: 20px;
    font-size: 15px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #999;
    border-radius: 3px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #060C4F;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #060C4F;
  border-right: 3px solid #060C4F;
}

#otoiawase .table01{    margin: 15px 27px; font-size: 14px;}
#otoiawase .table01 td{ padding-left: 6px;}
#otoiawase .table01 .td01{background: #efe8e1;    width: 160px;}
#otoiawase .bold{font-weight: bold;font-size: 14px;padding-left: 2px;padding-right: 5px;}
#otoiawase .table01 input[type="checkbox" i]{
    margin-left: 6px;
    vertical-align: middle;
    margin-right: 3px;}
#otoiawase .table01 input[type="radio" i]{     margin-left: 6px;}
#otoiawase .table01 input[type="text" i] {     margin-left: 3px; margin-top: 5px;}
#otoiawase .table01 textarea{     margin-left: 3px;}
#otoiawase .bold02{ padding-left: 25px; padding-top: 5px;}
#otoiawase .bold03{ padding-left: 25px;}


.span-b01{text-decoration: overline; font-weight: bold; color: #BE292E;}
#otoiawase .td-p01{ padding-left: 0!important;}

.tcont07-1{
    margin: 0 auto;
    width: 982px;}
.virus img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.corona {
    width: 1020px;
    background-color: #FFF5BF;
    height: 133px;
}
.corona p {line-height: 1.6;}
.corona .box {
  padding: 10px 10px;
  width: 980px;
    margin: 0 auto;
}
.corona .left {
    width: 430px;
    float: left;
}
.corona .right {
    width: 524px;
    float: right;
    background-color: #fff;
    padding: 10px 0 10px 15px;
}
.corona .redc {
    color: #B3242A;
		font-size:30px;
    font-weight: bold;
}
.corona .link {
    font-weight: bold;
    font-size: 18px;
    line-height: 41px;
}
.corona .link a{color: #000 !important;text-decoration: underline;}
.corona .link a:hover{text-decoration: none !important;}


.show {background: url(../img/top/show.jpg) no-repeat;
height: 977px;}
.show .p1{
padding: 530px 0 248px 75px;
    width: 850px;
}
.show .p2{
    padding: 0 0 0 82px;

}
.show {position: relative;}
.show .show-link{
	position: absolute;
	padding: 0 0 0 0;
	top:200px;
	right: 0;
}
.show .show-link a{
	width: 310px;
	height: 310px;
	display: block;
}
.show .show-link a:hover{opacity:0.8;}


#page-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
  z-index: 9999;
}
#page-link a {

    display: block;

}
#page-link a:hover {
    text-decoration: none;

}