@charset "utf-8";
@media screen and (max-width: 768px) {
.only_pc{display: none;}
.only_mb{display: block;}

.cont_wrap{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.contents_sub .cont_wrap{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.cont_wrap02{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.cont_wrap03{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.qs_back_to_top{
  /*display: none !important;*/
}
/*---*/
body > header{
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
  overflow: hidden;
  z-index: 2000;
}
body > header .pc_header{
  padding: 10px 0;
}
body > header .pc_header .logo{
  padding-left: 10px;
}
body > header .pc_header .logo img{
  width: 130px;
}
body > header .pc_header .menu{
  display: none;
}
body > footer > .inner{
  padding: 10px;
  padding-left: 10px;
}
body > footer > .inner .logo{
  position: static;
}
body > footer > .inner .logo img{
  width: 150px;
}
body > footer > .inner .banner{
  position: static;
  text-align: center;
}
body > footer > .inner .suumo_banner{
  right: 10px;
  top: 60px;
}
body > footer > .inner small{
  position: static;
}
body > footer > .inner .info > .menu{
  padding-top: 15px;
  padding-bottom: 15px;
}
body > footer > .inner .info .name{
  font-size: 16px;
}
.mb_menu_btn{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  color: #333;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.mb_menu_btn .icon{
  position: relative;
  height: 20px;
  margin-top: 3px;
}
.mb_menu_btn .icon span{
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background: #333;
}
.mb_menu_btn .icon span:before{
  content: " ";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #333;
}
.mb_menu_btn .icon span:after{
  content: " ";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #333;
}
.mb_menu_container{
  position: fixed;
  z-index: 1900;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  background: rgba(0,0,0,0.9);
  display: none;
}
.mb_menu_container a{
  text-decoration: none;
  color: #FFF;
  padding: 10px 10px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.mb_menu_container a:after{
  content:"\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 16px;
  margin-top: -10px;
}
.mb_menu_close_btn{
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
}
.mb_menu_close_btn i{
  margin-right: 5px;
}
.right_fixed_nav{
  display: none;
}
.sub_mv{
  width: 100%;
  height: 130px;
  text-align: center;
  padding-top: 20px;
}
.tenji_index .sub_mv,
.event_index .sub_mv,
.tenji_detail .sub_mv,
.event_detail .sub_mv{
  background-position: center right;
}
.sub_index_mv{
  width: 100%;
  height: 300px;
}
.sub_mv .title_en{
  font-size: 26px;
}
.sub_head h1{
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}
.foot_nav_container,
.foot_nav_container_sub{
  padding-top: 20px;
  padding-bottom: 20px;
}
.foot_nav_container .btn_wrap > li{
  width: 90%;
  text-align: center;
  margin: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.foot_nav_container .btn_wrap > li a{
  padding: 10px 0;
}
.foot_nav_container .btn_wrap > li a > .title{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
}
.top_mv_movie{
  display: none;
}
.top_mv_wrap{
  width: 100%;
  height: 350px;
  position: relative;
  margin-bottom: 20px;
}
.mv_news_wrap{
  display: block;
}
.mv_news_wrap > .left{
  display: table-cell;
  width: 120px;
  padding: 0 10px;
  background: #9C3401;
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
  height: 50px;
  text-align: center;
  display: none;
}
.mv_news_wrap > .right{
  display: block;
  width: 100%;
}
.newsticker{
  display: none;
}
.newsticker ul > li {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  line-height:50px;
  display: none;
  color: #9C3401;
  height: 50px;
  font-size: 13px;
  overflow: hidden;
}
.newsticker_mb{
  margin-bottom: 30px;
  padding: 10px;
  border: 2px solid #9C3401;
  background: #fff;
  color: #9C3401;
}
.newsticker_mb li{
  font-size: 13px;
  padding: 10px;
  border-bottom: 1px dotted #ddd;
}
.newsticker_mb li:last-child{
  border-bottom: none;
}
.top_mv_banner_container{
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  display: none;
}
.top_mv_banner_container > li{
  text-align: center;
  margin: 0 5px;
  display: inline-block;
}
.top_mv_banner_container > li img{
  width: 250px;
}
.top_mv_banner_container > li{
  float: none;
}
.top_mv_banner_container > li:last-child{
  float: none;
}
/*---*/
.top_event_block{
  margin-bottom: 20px;
}
.top_event_block > ul > li{
  float: none;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.top_event_block > ul > li:nth-child(3n){
  float: none;
  margin-right: 0;
}
/*---*/
.top_point_block{
  padding-top: 10px;
  padding-bottom: 15px;
}
.top_point_block > h2{
  text-align: center;
  margin-bottom: 15px;
}
.top_point_block > ul{
  display: block;
  width: 100%;
}
.top_point_block > ul > li{
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.top_point_block > ul > li .obj01{
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.top_point_block > ul > li .obj02{
  padding: 5px 5px 5px 5px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.top_point_block > ul > li .obj03{
  padding: 5px;
  text-align: right;
}
.top_point_block > ul > li .image{
  color: #FFF;
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
/*---*/
.gen_h01{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 200px;
  height: 35px;
}
.gen_h01 > span{
  display: block;
  width: 200px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #000;
  background: #FFF;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 20;
  -webkit-transform: skewX(-10deg);
     -moz-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
       -o-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.gen_h01:before{
  content: " ";
  width: 200px;
  height: 30px;
  background: #000;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 10;
  -webkit-transform: skewX(10deg);
     -moz-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
       -o-transform: skewX(10deg);
          transform: skewX(10deg);
}
/*---*/
.top_works_block{
  padding-top: 20px;
  padding-bottom: 20px;
}
.top_works_block > h2{
  text-align: center;
  margin-bottom: 15px;
}
.top_works_block > ul > li{
  float: none;
  width: 100%;
}
.top_works_block > ul > li:nth-child(3n+1){
  margin-right: 0;
}
.top_works_block > ul > li:nth-child(3n){
  float: none;
  margin-right: 0;
}
.top_works_block > ul > li .image{
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.top_works_block > ul > li .title{
  margin-bottom: 20px;
  font-size: 14px;
}
/*---*/
.top_voice_block{
  padding-top: 20px;
  margin-bottom: 20px;
}
.top_voice_block > h2{
  text-align: center;
  margin-bottom: 15px;
}
.top_voice_block > .top_voice_item_list .item{
  width: 100%;
}
.top_voice_block > .top_voice_item_list .item .image{
  width: 100%;
  height: 150px;
}
.top_voice_block > .top_voice_item_list .item .info{
  padding: 10px;
  border-right: 1px solid #ccc;
}
.top_voice_block > .top_voice_item_list .item .title{
  text-align: left;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.top_voice_block > .top_voice_item_list .item .text{
  text-align: left;
  height: 35px;
  overflow: hidden;
}
/*---*/
.top_info_block_wrap{
  padding-top: 20px;
  padding-bottom: 20px;
}
.top_news_block{
  width: 100%;
  float: none;
  margin-bottom: 40px;
}
.top_bunjo_block{
  width: 100%;
  float: none;
  margin-bottom: 40px;
}
.top_news_block ul,
.top_bunjo_block ul{
  margin-bottom: 10px;
}
.top_bunjo_block > ul > li .image{
  width: 100%;
  height: 100px;
  position: relative;
  padding: 0 20px;
  line-height: 100px;
  color: #FFF;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}
.top_link_block > ul > li{
  float: none;
  width: 100%;
}
.top_link_block > ul > li .image{
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin-bottom: 5px;
  font-size: 17px;
}
/*---*/
.top_tenji_block{
  padding-top: 30px;
  padding-bottom: 30px;
}
.top_tenji_block > .inner > h2{
  margin-bottom: 15px;
}
.top_tenji_block .map_container{
  float: none;
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}
.top_tenji_block .item_container{
  float: none;
  width: 100%;
}
.top_tenji_block .item_container > ul > li{
  background: #FFF;
  float: none;
  margin-right: 0px;
  margin-bottom: 5px;
}
.top_tenji_block .item_container > ul > li a{
  width: 100%;
  height: 70px;
  padding: 10px;
  padding-left: 75px;
  display: block;
  position: relative;
  text-decoration: none;
}
.top_tenji_block .item_container > ul > li:nth-child(3n){
  float: none;
  margin-right: 0;
}
.top_tenji_block .item_container > ul > li .image{
  width: 55px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
}
/*---*/
.contents_sub{
  padding-top: 50px;
}
.sub_index_mv .title_en{
  font-size: 30px;
}
.sub_index_mv > .inner{
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: 0px;
  margin-top: -70px;
}
.breadcrumb{
  padding: 10px 0;
  font-size: 12px;
  border-bottom: 2px solid #e9e9e9;
}
.breadcrumb > ul > li:before{
  content:"\f105";
  font-family: FontAwesome;
  margin: 0 3px;
  color: #999;
}
.inner_cont_wrap{
  margin-left: 0px;
  margin-right: 0px;
}
.fit_mv{
  height: 300px !important;
}
.foot_tel{
  text-align: center;
  margin-bottom: 20px;
}
.foot_tel .note01{
  font-size: 13px;
  margin-bottom: 15px;
}
.foot_tel .note02{
  color: #999;
}
.foot_tel .tel{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.foot_tel .tel a{
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: default;
}
.foot_tel .tel a:before{
  content:"\f095";
  font-family: FontAwesome;
  line-height: 1;
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #111;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  line-height: 30px;
  margin-right: 15px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  text-align: center;
}
/*---*/
.kodawari_index{
  padding-bottom: 30px;
}
.kodawari_index > .main_wrap > .head{
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.kodawari_index > .main_wrap > .head h1{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.kodawari_index > .main_wrap > .head .text{
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}
.kodawari_index section .text{
  font-size: 13px;
  line-height: 1.7;
}
.kodawari_index > .main_wrap .item01{
  margin-bottom: 40px;
  padding: 10px;
}
.kodawari_index > .main_wrap .item01 .inner{
  width: 100%;
  height: 200px;
  padding:10px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.kodawari_index > .main_wrap a:nth-child(even) .item01{
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 250px;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.kodawari_index > .main_wrap a:nth-child(odd) .item01{
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 250px;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.kodawari_index > .main_wrap a:nth-child(even) .item01 .inner{
  top: 85px;
  right: 0px;
}
.kodawari_index > .main_wrap a:nth-child(odd) .item01 .inner{
  top: 85px;
  left: 0px;
}
.kodawari_index > .main_wrap .item01 .inner h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.kodawari_index > .main_wrap a:hover .item01 .inner{
  color: #333;
  background: #fff;
}
/*---*/
.kodawari_house section{
  padding-bottom: 30px;
}
.kodawari_house section h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.kodawari_house section .text{
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.kodawari_house section .btn{
  margin-bottom: 30px;
  text-align: center;
}
.kodawari_house .graph_wrap > .left{
  float: none;
  width: 100%;
}
.kodawari_house .graph_wrap > .left img{
  width: 100%;
}
.kodawari_house .graph_wrap > .right{
  float: none;
  width: 100%;
}
/*---*/
.kodawari_flow .block01{
  padding-bottom: 100px;
  background-image: url(../../assets/image/kodawari_flow_bottom_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.kodawari_flow .block01 > .head{
  text-align: center;
  margin-bottom: 60px;
}
.kodawari_flow .block01 .image img{
  width: 100%;
}
.kodawari_flow .block01 > .head > h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.kodawari_flow .block01 > .head > h3{
  font-size: 18px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 20px;
}
.kodawari_flow .block01 .text{
  line-height: 1.7;
  font-size: 13px;
  margin-bottom: 20px;
}
.kodawari_flow .block01 > .head .text{
  text-align: left;
}
.kodawari_flow .step_wrap01{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.kodawari_flow .step_wrap01 .item{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.kodawari_flow .step_wrap01 .item > .left{
  width: 100%;
  display: block;
}
.kodawari_flow .step_wrap01 .item > .right{
  display: block;
  padding-left: 0px;
}
.kodawari_flow .step_wrap01 .item > .right .title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 60px;
  height: 80px;
  line-height: 90px;
}
.kodawari_flow .step_wrap01 .item > .right .title .num{
  display: block;
  width: 52px;
  height: 64px;
  text-align: center;
  line-height: 80px;
  font-family: 'Meddon', cursive;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url(../../assets/image/kodawari_flow_step_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.kodawari_flow .step_wrap02{
  margin-bottom: 60px;
}
.kodawari_flow .step_wrap02.last{
  margin-bottom: 0;
}
.kodawari_flow .step_wrap02 .item{
  width: 100%;
  height: auto;
  float: none;
  display: block;
  margin-bottom: 10px;
}
.kodawari_flow .step_wrap02 .item:nth-child(2n){
  width: 100%;
  float: none;
}
.kodawari_flow .step_wrap02 .item > .left{
  display: table-cell;
  width: 80px;
  vertical-align: top;
}
.kodawari_flow .step_wrap02 .item > .left img{
  width: 100%;
}
.kodawari_flow .step_wrap02 .item > .right{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.kodawari_flow .step_wrap02 .item > .right .title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.kodawari_flow .step_wrap02 .item > .right .title .num{
  font-family: 'Meddon', cursive;
  color: #CF3A1C;
  margin-right: 15px;
}
/*---*/
.danran section h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.danran section .text{
  font-size: 13px;
  line-height: 1.7;
}
.danran .sub_nav{
  padding-top: 15px;
  padding-bottom: 15px;
  background: #FFF;
  border-bottom: 2px solid #e9e9e9;
}
.danran .sub_nav ul > li{
  width: 40%;
  text-align: center;
}
.danran .sub_nav ul > li a{
  text-decoration: none;
  color: #999;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
}
.danran_index > .main_wrap > .head{
  padding-top:20px;
  padding-bottom: 40px;
  text-align: center;
}
.danran_index > .main_wrap > .head h1{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.danran_index > .main_wrap > .head .text{
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}
.danran_index > .main_wrap .item01{
  margin-bottom: 50px;
  padding: 10px;
}
.danran_index > .main_wrap .item01 h2{
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  color: #333;
}
.danran_index > .main_wrap .item01 h2:after{
  content: " ";
  display: none;
}
.danran_index > .main_wrap a:nth-child(even) .item01{
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: relative;
  width: 100%;
  height: 250px;
}
.danran_index > .main_wrap a:nth-child(odd) .item01{
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: relative;
  width: 100%;
  height: 250px;
}
.danran_index > .main_wrap .item01 .inner{
  width: 100%;
  height: 175px;
  padding:10px;
  background: rgba(255,255,255,1);
  position: absolute;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.danran_index > .main_wrap .item01:nth-child(even) h2{
  top: 130px;
  left: 0px;
}
.danran_index > .main_wrap a:nth-child(odd) .item01 h2{
  top: 15px;
  left:15px;
}
.danran_index > .main_wrap a:nth-child(even) .item01 .inner{
  top: 150px;
  right: 0px;
}
.danran_index > .main_wrap a:nth-child(odd) .item01 .inner{
  top: 150px;
  left: 0px;
}
.danran_index > .main_wrap .item01 .inner h3{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.danran_index > .main_wrap .item02 .text{
  line-height: 1.7;
  font-size: 13px;
}
.danran_index > .main_wrap a:hover .item01 .inner{
  color: #333;
  background: #fff;
}
.danran_index > .main_wrap .item02 .image{
  margin-bottom: 15px;
}
.danran_index > .main_wrap .item02 .image img{
  width: 100%;
}
.danran_index > .main_wrap .item02{
  width:100%;
  margin-bottom: 40px;
}
.danran_index > .main_wrap .item02 .title{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.vertical_text{
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.horizontal_right_block{
  padding-left: 0px;
  position: relative;
}
.horizontal_right_block .vertical_text{
  font-size: 20px;
  font-weight: bold;
  position: static;
  margin-bottom: 15px;
}
.danran section{
  padding-top: 30px;
  padding-bottom: 30px;
}
.danran section:nth-of-type(1){
  padding-top: 30px;
  padding-bottom: 50px;
}
.danran_attestation .block01 .image{
  margin-bottom: 15px;
}
.danran_attestation .block01 .item_container > li{
  display: block;
  width: 100%;
  height: 150px;
  float: none;
  margin-right: 0px;
  margin-bottom:0px;
  text-align: center;
}
.danran_attestation .block01 .item_container > li.item{
  color: #FFF;
  padding-top: 15px;
}
.danran_attestation .block01 .item_container > li:nth-child(4n){
  float: none;
  margin-right: 0;
}
.danran_attestation .block01 .item_container > li.item .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.2em;
}
.danran_attestation .block02{
  padding-top: 30px;
}
.danran_attestation .block02 .text{
  margin-bottom: 40px;
}
.danran_attestation .block03{
  padding-top: 30px;
  margin-bottom: 40px;
}
.danran_attestation .block03 .item_wrap .left{
  float: none;
  width: 100%;
}
.danran_attestation .block03 .item_wrap .right{
  float: none;
  width: 100%;
  padding-top: 20px;
}
.danran_attestation .block03 .item_wrap .right .num{
  color: #9C3401;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.danran_attestation .block03 .item_wrap .right .num span{
  font-size: 60px;
  line-height: 1;
}
.danran_attestation .block01 .horizontal_right_block{
  padding-bottom: 50px;
}
.danran_foot_btn_area{
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.danran_foot_btn_area a{
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 20px;
}
/*---*/
.danran_zeh .block01 h4{
  font-size: 16px;
}
.danran_zeh .block01 table{
  width: 100%;
  border: 3px solid #9C3401;
}
.danran_zeh .block01 table th{
  color: #FFF;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  font-size: 11px;
  background: #9C3401;
}
.danran_zeh .block01 table td{
  color: #9C3401;
  text-align: center;
  font-size: 13px;
  padding: 5px;
  border-right: 1px solid #ccc;
  font-weight: bold;
}
.danran_zeh .block01 table td:last-child{
  border-right: none;
}
.danran_zeh .block01 table td span{
  font-size: 20px;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .left{
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .right{
  width: 100%;
  float: none;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .left p.text{
  margin-bottom: 5px;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .left h3{
  font-size: 20px;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .left{
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .left img{
  width: 100%;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right{
  width: 100%;
  float: none;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right > .text{
  margin-bottom: 30px;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right > .item_wrap > .left{
  width: 100%;
  float: none;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right > .item_wrap > .right{
  width: 100%;
  float: none;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .left{
  width: 100%;
  float: none;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .right{
  width: 100%;
  float: none;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .left > .item .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.danran_zeh .block04 .horizontal_right_block > .item_wrap > .left{
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.danran_zeh .block04 .horizontal_right_block > .item_wrap > .left img{
  width: 100%;
}
.danran_zeh .block04 .horizontal_right_block > .item_wrap > .right{
  width: 100%;
  float: none;
}
.danran_structure .block02,
.danran_structure .block03,
.danran_structure .block04{
  padding: 30px 0 50px 0;
}
.structure_item_wrap > li{
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
.structure_item_wrap > li:nth-child(2n){
  float: none;
}
.structure_item_wrap > li > .title{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #9C3400;
}
.danran_taika .block01 .info_wrap > .left{
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.danran_taika .block01 .info_wrap > .right{
  width: 100%;
  float: none;
}
.danran_structure .block01 .image{
  margin-bottom: 20px;
}
.structure_item_wrap > li{
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.structure_item_wrap > li:nth-child(2n){
  float: none;
}
.structure_item_wrap > li > .title{
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #9C3400;
}
.structure_item_wrap > li > .detail_wrap > .left{
  display: table-cell;
  width: 160px;
  vertical-align: top;
}
.structure_item_wrap > li > .detail_wrap > .left img{
  width: 100%;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left h3{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left h3 span{
  font-size: 24px;
  color: #46B036;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left .image{
  
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left > .item > .text{
  padding: 10px;
  font-size: 13px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left > .item > .title{
  color: #46B036;
  font-size: 18px;
  font-weight: bold;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left{
  width: 100%;
  float: none;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right{
  width: 100%;
  float: none;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .head > .left{
  width: 40px;
  vertical-align: top;
  display: table-cell;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .head > .right .title{
  font-size: 18px;
  font-weight: bold;
  color: #9C3400;
  margin-bottom: 10px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body .item_wrap .item{
  letter-spacing: normal;
  width: 95%;
  margin: 2%;
  display: inline-block;
  vertical-align: top;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body .item_wrap .item img{
  
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body .item_wrap .title{
  font-size: 15px;
  height: auto;
  margin-bottom: 20px;
}
.danran_structure .block05 iframe{
  height: 250px;
}
/*---*/
.danran_elec .block01 .body .item_wrap > li{
  width: 100%;
  height: auto;
  padding: 20px;
  float: none;
  margin-right: 0px;
  border: 3px solid #9C3401;
  background: #FFF;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.danran_elec .block01 .body .item_wrap > li .title{
  font-weight: bold;
  font-size: 26px;
  color: #9C3401;
  text-align: center;
  margin-bottom: 15px;
}
.danran_elec .block01 .body .item_wrap > li .text{
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
.danran_elec .block01 .body .item_wrap > li:nth-child(4){
  float: none;
  margin-right: 0;
}
.danran_elec .block02 .horizontal_right_block > .item_wrap > .left{
  width: 100%;
  float: none;
}
.danran_elec .block02 .horizontal_right_block > .item_wrap > .left img{
  width: 100%;
}
.danran_elec .block02 .horizontal_right_block > .item_wrap > .right{
  width: 100%;
  float: none;
}
.danran_elec .block03 .abs_area .parts01{
  width: 100%;
  position: static;
  margin-bottom: 15px;
}
.danran_elec .block03 .abs_area .parts03{
  position: static;
}
.danran_elec .block03 .abs_area .parts04{
  position: static;
}
.danran_elec .block03 .abs_area img{
  max-width: 100%;
}
/*---*/
.danran_exterior .block01 .horizontal_right_block > h3{
  font-size: 20px;
}
.danran_exterior .block02 .horizontal_right_block > .head{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.danran_exterior .block02 .horizontal_right_block > .head > .left{
  display: block;
  width: 100%;
}
.danran_exterior .block02 .horizontal_right_block > .head > .left .title{
  color: #9C3401;
  font-weight: bold;
  font-size: 20px;
}
.danran_exterior .block02 .horizontal_right_block > .head > .right{
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.7;
}
.danran_exterior .block02 .horizontal_right_block > .body{
  margin-bottom: 40px;
}
.danran_exterior .block02 .horizontal_right_block > .body .image{
  border: 2px solid #9C3401;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li{
  width: 100%;
  float: none;
  margin-right: 20px;
  margin-bottom: 20px;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li:nth-child(4n){
  margin-right: 0;
  float: none;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .body{
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 10px;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .body .text{
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}
.danran_exterior .block02{
  padding-top: 30px;
  padding-bottom: 40px;
}
/*---*/
.danran_interior .block02,
.danran_interior .block03{
  padding-top: 30px;
  padding-bottom: 40px;
}
.danran_interior .block02 .horizontal_right_block > .head{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.danran_interior .block02 .horizontal_right_block > .head > .left{
  display: block;
  width: 100%;
  vertical-align: top;
}
.danran_interior .block02 .horizontal_right_block > .head > .left .title{
  color: #9C3401;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.danran_interior .block02 .horizontal_right_block > .head > .right{
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.7;
}
.danran_interior .block02 .horizontal_right_block > .body .image{
  border: 2px solid #9C3401;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li{
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap02 > li{
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li:nth-child(2n){
  margin-right: 0;
  float: none;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(2n){
  margin-right: 0;
  float: none;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(3n){
  margin-right: 0;
  float: none;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li .body .image{
  text-align: center;
  margin-bottom: 15px;
  min-height: auto;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li .body{
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 20px;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li .body .text{
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}
.danran_interior .block03 .item_wrap > .left{
  float: none;
  width: 100%;
}
.danran_interior .block03 .item_wrap > .right{
  float: none;
  width: 100%;
}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap > li{
  width: 100%;
  height: auto;
  margin-right: 0px;
  padding: 10px;
  float: none;
  margin-bottom: 10px;
  background: #FFF;
  border: 3px solid #E6E6E6;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap > li:nth-child(4n){
  float: none;
  margin-right: 0;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap > li{
  width:100%;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .text{
  font-size: 13px;
  line-height: 1.6;
  padding-left: 0px;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(1){
  width: 100%;
  margin-right: 0;
  float: none;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(2){
  width: 100%;
  float: none;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(3){
  width: 100%;
  float: none;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .info{
  margin-bottom: 15px;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .info > .left{
  display: table-cell;
  vertical-align: top;
  width: 90px;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .info > .left img{
  width: 100%;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .info > .right{
  padding-left: 10px;
}
.danran_bathroom .block01 .horizontal_right_block > .item_wrap > li{
  width: 100%;
  height: auto;
  margin-right: 0px;
  padding: 10px;
  float: none;
  margin-bottom: 10px;
  background: #FFF;
  border: 3px solid #E6E6E6;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li:nth-child(1){
  width: 100%;
  float: none;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li:nth-child(2){
  width: 100%;
  float: none;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li .info{
  display: block;
  width: 100%;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li .left{
  display: block;
  width: 100%;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li .left img{
  max-width: 100%;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li .info{
  margin-bottom: 15px;
}
.danran_bathroom .block05 .horizontal_right_block > .item_wrap > .left{
  float: none;
  width: 100%;
}
.danran_bathroom .block05 .horizontal_right_block > .item_wrap > .left img{
  width: 100%;
}
.danran_bathroom .block05 .horizontal_right_block > .item_wrap > .right{
  float: none;
  width: 100%;
}
.danran_bathroom .block06 .horizontal_right_block .left{
  float: none;
  width: 100%;
  padding-top: 0px;
}
.danran_bathroom .block06 .horizontal_right_block .left img{
  width: 100%;
}
.danran_bathroom .block06 .horizontal_right_block .right{
  float: none;
  width: 100%;
}
.danran_bathroom .block06 .horizontal_right_block .right > .item_wrap > li{
  display: block;
  letter-spacing: normal;
  margin-right: 0px;
  border: none;
  border-bottom: 1px solid #9C3401;
  color: #9C3401;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
/*---*/
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .left{
  float: none;
  width: 100%;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .right{
  float: none;
  width: 100%;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .left img{
  width: 100%;
  margin-bottom: 10px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .right .info > .image{
  display: table-cell;
  vertical-align: top;
  width: 90px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .right .info > .image img{
  width: 100%;
}
.danran_sanitary .block02 .horizontal_right_block > .item{
  margin-bottom: 40px;
}
.danran_sanitary .block02 .horizontal_right_block > .item img{
  max-width: 100%;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap02 > .left{
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap02 > .right{
  float: none;
  width: 100%;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap02 > .right .info{
  margin-bottom: 40px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .left{
  float: none;
  width: 100%;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .left img{
  width: 100%;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right{
  float: none;
  width: 100%;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right .item > .left{
  display: table-cell;
  vertical-align: top;
  width: 90px;
}
/*---*/
.results_tab_selctor p > a{
  display: block;
  text-align: center;
  padding: 15px;
  color: #fff;
  background: #9C3401;
  border-top: 2px solid #9C3401;
  border-left: 2px solid #9C3401;
  border-right: 2px solid #9C3401;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}
.results_tab_selctor p > a.current{
  display: block;
  cursor: default;
  color: #111;
  text-align: center;
  padding: 15px;
  background: #FFF;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.results_index_container .item_list > li{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  float: none;
  overflow: hidden;
  margin-bottom: 15px;
}
.results_index_container .item_list > li a{
  text-decoration: none;
}
.results_index_container .item_list > li:nth-of-type(3n+1){
  margin-right: 00px;
}
.results_index_container .item_list > li:nth-of-type(3n){
  float: none;
}
.results_index_container .item_list > li .image{
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.results_index_container{
  padding-top: 30px;
  padding-bottom: 50px;
}
/*---*/
.results_detail > article > .head{
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.results_detail > article > .head > .info{
  position: absolute;
  left: 5%;
  bottom: 10px;
  background: rgba(255,255,255,0.85);
  padding: 10px;
  width: 90%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.results_detail > article > .head > .info h2{
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  border-bottom: 1px solid #333;
  line-height: 1.5;
  padding-bottom: 10px;
}
.results_detail > article > .head > .info .name{
  padding: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 14px;
}
.editor_template01,
.editor_template02{
  margin-bottom: 30px;
}
.editor_template01 > .image,
.editor_template01:nth-of-type(odd) > .image,
.editor_template01:nth-of-type(even) > .image{
  width: 100%;
  float: none;
}
.editor_template01 > .text,
.editor_template01:nth-of-type(odd) > .text,
.editor_template01:nth-of-type(even) > .text{
  width: 100%;
  float: none;
  padding: 10px;
}
.editor_template02 > .image{
  width: 100%;
  float: none;
}
.editor_template02 > .text{
  width: 100%;
  float: none;
  padding: 10px;
}
.editor_template01 > .text h3,
.editor_template02 > .text h3{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
}
.editor_template01 > .text p,
.editor_template02 > .text p{
  font-size: 13px;
  line-height: 1.7;
}
.editor_template03 > .item,
.editor_template03 > .item:nth-of-type(odd),
.editor_template03 > .item:nth-child(even){
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
.results_detail .to_related_post_btn{
  text-align: center;
}
.post_nav a{
  text-decoration: none;
}
.post_nav .prev{
  float: none;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 5px;
}
.post_nav .next{
  float: none;
  margin-left: auto;
  margin-right: 0;
}
.post_nav .item{
  width: 90%;
  position: relative;
  display: table;
}
.post_nav .item .right{
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
}
.post_nav .next:before{
  right: auto;
  left: -30px;
}
.gen_link_btn02{
  display: inline-block;
  padding: 15px;
  background: #9c3401;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
}
/*---*/
.bunjo_index_container{
  padding-top: 30px;
  padding-bottom: 50px;
}
.bunjo_index_container .item_list > li{
  width: 100%;
  height: auto;
  float: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.bunjo_index_container .item_list > li a{
  text-decoration: none;
}
.bunjo_index_container .item_list > li:nth-of-type(3n+1){
  margin-right: 0px;
}
.bunjo_index_container .item_list > li:nth-of-type(3n){
  float: none;
}
.bunjo_index_container .item_list > li .image{
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
/*---*/
.item_viewer_container{
  margin-bottom: 30px;
}
.item_viewer_container > .left{
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.item_viewer_container > .right{
  width: 100%;
  float: none;
}
.item_viewer_container .item_viewer_main .text{
  font-size: 13px;
  line-height: 1.6;
}
.item_viewer_container > .right > .item_wrap > li{
  width: 60px;
  height: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.__plan_stylefit .item_viewer_container > .right > .item_wrap > li{
  float: left;
  width: 80px;
  height: 80px;
}
.item_viewer_container > .right > .item_wrap > li:nth-child(2n){
  float: left;
}
.__plan_stylefit .item_viewer_container > .right > .item_wrap > li:nth-child(2n){
  float: left;
}
/*---*/
.bunjo_detail .map_container{
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}
.bunjo_detail .info_wrap01 > .item{
  letter-spacing: normal;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0 1%;
  font-size: 13px;
}
.bunjo_detail .info_wrap02 > .left{
  width: 100%;
  float: none;
}
.bunjo_detail .info_wrap02 > .left img{
  max-width: 100%;
  height: auto;
}
.bunjo_detail .info_wrap02 > .right{
  width: 100%;
  float: none;
}
.bunjo_detail .info_wrap02 .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bunjo_detail .info_wrap02 > .right .land_table thead th{
  font-size: 12px;
}
.bunjo_detail .movie_block iframe{
  width: 100%;
  height: 250px;
}
.bunjo_detail .contact_box{
  padding: 10px;
  letter-spacing: -0.5em;
  border: 2px solid #000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.bunjo_detail .contact_box .tel{
  text-align: right;
}
.bunjo_detail .contact_box > div{
  letter-spacing: normal;
  text-align: center;
}
.bunjo_detail .contact_box > .label{
  width: 100%;
  display: block;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bunjo_detail .contact_box > .info{
  width: 100%;
  display: block;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 0;
  border: none;
}
.bunjo_detail .contact_box > .info > table th{
  display: block;
  width: 100%;
  vertical-align: middle;
}
.bunjo_detail .contact_box > .info > table td{
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.bunjo_detail .to_event_btn{

}
.bunjo_detail section{
  padding-top: 30px;
  padding-bottom: 40px;
}
.bunjo_detail section:nth-of-type(1){
  padding-top: 30px;
  padding-bottom: 40px;
}
/*---*/
.event_detail > article{
  padding-top: 60px;
}
.event_index_container{
  padding-top: 30px;
  padding-bottom: 40px;
}
.event_index_container .item_list > li{
  width: 100%;
  height: auto;
  float: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.event_index_container .item_list > li a{
  text-decoration: none;
}
.event_index_container .item_list > li:nth-of-type(3n+1){
  margin-right: 0px;
}
.event_index_container .item_list > li:nth-of-type(3n){
  float: none;
}
.event_detail > article > .head .tag span{
  background: #000;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px;
  float: left;
  margin-right: 5px;
  border: 1px solid #000;
}
.event_detail > article > .head .category{
  margin-top: -50px;
}
.event_detail > article h1{
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}
.event_detail > article > .body > .editor_area{
  padding: 20px 0 50px 0;
  line-height: 1.7;
}
/*---*/
.after_index {
  padding-bottom: 30px;
}
.after_index  > .main_wrap > .head{
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.after_index  > .main_wrap > .head h1{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.after_index  > .main_wrap > .head .text{
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}
.after_index  section .text{
  font-size: 13px;
  line-height: 1.7;
}
.after_index  > .main_wrap .item01{
  margin-bottom: 40px;
  padding: 10px;
}
.after_index  > .main_wrap .item01 .inner{
  width: 100%;
  height: 200px;
  padding:10px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.after_index  > .main_wrap a:nth-child(even) .item01{
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 200px;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.after_index  > .main_wrap a:nth-child(odd) .item01{
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 200px;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.after_index  > .main_wrap a:nth-child(even) .item01 .inner{
  top: 85px;
  right: 0px;
}
.after_index  > .main_wrap a:nth-child(odd) .item01 .inner{
  top: 85px;
  left: 0px;
}
.after_index  > .main_wrap .item01 .inner h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.after_index  > .main_wrap a:hover .item01 .inner{
  color: #333;
  background: #fff;
}
/*---*/
.faq_head_text{
  font-size: 15px;
}
.after_faq .category_selector > p > a{
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 15px;
}
.after_faq .qa_container > h2{
  font-size: 20px;
  color: #9C3401;
  font-weight: bold;
  margin-bottom: 25px;
}
.qa_container > .item .head .title{
  font-size: 16px;
  font-weight: bold;
}
.qa_container > .item .head{
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.qa_container > .item .head:before{
  content: " ";
  top: 29px;
  right: 10px;
}
.qa_container > .item .head:after{
  content: " ";
  top: 18px;
  right: 21px;
}
.qa_container > .item{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.qa_container > .item .body{
  padding: 20px 10px 20px 10px;
  font-size: 13px;
  line-height: 1.7;
  display: none;
}
/*---*/
.after_intro .block01{
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.after_intro .block01 h2{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.after_intro .block01 .text{
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.after_intro .block02{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F1EEE5;
}
.after_intro .block02 h3{
  font-size: 20px;
}
.after_intro .block02 .text{
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.after_intro .block03{
  padding-top: 20px;
  padding-bottom: 30px;
}
.contact .note span{
  display: inline-block;
  padding: 15px;
  background: #EDEDED;
  font-size: 13px;
  text-align: left;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.contact form .item{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.contact form .item input[type=text],
.contact form .item textarea{
  padding: 10px 10px;
  width: 100%;
  background: #f8f8f8;
  border: none;
  font-size: 14px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.contact form .item input[type=text].half,
.contact form .item input[type=text].quarter{
  width: 100% !important;
}
.contact form .item .label{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact form .item .form{
  padding-left: 0px;
}
.contact form .item label{
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.contact form .foot{
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 20px;
}
.contact form input[type=submit]{
  border: none;
  cursor: pointer;
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 15px 30px;
  background: #9C3401;
  text-decoration: none;
  margin: 5px auto;
}
/*---*/
.reform section{
  padding-top: 30px;
  padding-bottom: 40px;
}
.reform section:nth-of-type(1){
  padding-top: 30px;
  padding-bottom: 40px;
}
.reform section:nth-of-type(2){
  padding-top: 30px;
  padding-bottom: 20px;
}
.reform .block01 .image{
  margin-bottom: 15px;
}
.reform .block01 h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.reform .block01 .text{
  font-size: 13px;
  line-height: 1.7;
}
.reform .block02 .step_wrap02{
  margin-bottom: 30px;
}
.reform .block02 .step_wrap02 .item{
  width: 100%;
  height: auto;
  float: none;
  display: table;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
}
.reform .block02 .step_wrap02 .item:nth-child(2n){
  width: 100%;
  float: none;
}
.reform .block02 .step_wrap02 .item > .left{
  display: table-cell;
  width: 90px;
  vertical-align: top;
  padding-bottom: 10px;
}
.reform .block02 .step_wrap02 .item > .left img{
  width: 100%;
}
.reform .block02 .step_wrap02 .item > .right{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.7;
  padding-bottom: 10px;
}
.reform .block02 .step_wrap02 .item > .right .title{
  font-size:18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reform_tab_selector{
  margin-bottom: 30px;
  letter-spacing: -0.5em;
}
.reform_tab_selector > li{
  letter-spacing: normal;
  width: 50%;
  margin-right: 0px;
  float: none;
  display: inline-block;
  color: #FFF;
  padding: 15px;
  text-align: center;
  background: #9C3401;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.reform_tab_selector > li.on{
  border-bottom: 1px solid #fff;
  background: #F8F8F8;
  color: #9C3401;
}
.reform_tab_selector > li:last-child{
  width: 100%;
}
.reform_tab_selector > li:nth-child(4){
  margin-right: 0;
}
.reform_tab_selector > li:nth-child(5){
  margin-right: 0;
  float: none;
}
.reform_tab_container > .item .head{
  margin-bottom: 20px;
}
.reform_tab_container > .item .text{
  font-size: 13px;
  line-height: 1.7;
}
.reform_tab_container > .item .head > .left{
  float: none;
  text-align: left;
}
.reform_tab_container > .item .head > .left img{
  max-width: 100%;
}
.reform_tab_container > .item .head > .right{
  float: none;
  text-align: right;
}
.reform_tab_container > .item .head > .right img{
  float: none;
  width: 160px;
}
.reform_tab_container > .item01 .item_wrap{
  margin-bottom: 20px;
}
.reform_tab_container > .item01 .item_wrap > .item{
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 25px;
}
.reform_tab_container > .item01 .item_wrap > .item:nth-of-type(3){
  float: none;
  margin-right: 0;
}
.reform_tab_container > .item .btn_wrap a{
  display: inline-block;
  padding: 15px;
  color: #FFF;
  font-size: 14px;
}
.reform_tab_container > .item02 .item_wrap{
  margin-bottom: 20px;
}
.reform_tab_container > .item02 .item_wrap > .item{
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 25px;
}
.reform_tab_container > .item02 .item_wrap > .item:nth-of-type(3){
  float: none;
  margin-right: 0;
}
.reform_tab_container > .item03 .item_wrap{
  margin-bottom: 20px;
}
.reform_tab_container > .item03 .item_wrap > .item{
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 25px;
}
.reform_tab_container > .item03 .item_wrap > .item:nth-of-type(2){
  margin-right: 0;
}
.reform_tab_container > .item03 .item_wrap > .item:nth-of-type(3){
  float: none;
  margin-right: 0;
}
.reform_tab_container > .item04 .item_wrap02 .image{
  margin-bottom: 20px;
}
.reform_tab_container > .item05 .horizontal_right_block{
  margin-bottom: 30px;
}
.reform_tab_container > .item05 .item_wrap02 .image{
  margin-bottom: 20px;
}
/*---*/
.company_index{
  padding-bottom: 30px;
}
.company_index section{
  height: 220px;
  margin-bottom: 20px;
  width: 100%;
  background-position: top center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.company_index section > .info{
  position: absolute;
  left: 3%;
  bottom: 10px;
  background: rgba(255,255,255,0.85);
  padding: 10px;
  width: 96%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.company_index section > .info h2{
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  border-bottom: 1px solid #333;
  line-height: 1.5;
  padding-bottom: 10px;
}
.company_index section > .info .name{
  padding: 10px 10px 5px 10px;
  font-weight: bold;
  font-size: 14px;
}
.company_index section > .info .text{
  padding: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #333;
}
/*---*/
.company_profile > .head{
  padding: 30px 0;
}
.company_profile > .head .text{
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.company_profile > .detail{
  padding-top: 30px;
  padding-bottom: 40px;
}
.company_profile > .detail .info_table th,
.company_profile > .detail .info_table td{
  padding: 10px;
  font-size: 13px;
  vertical-align: top;
  display: block;
  width: 100%;
}
.company_profile > .detail .info_table th{
  font-weight: bold;
}
.company_profile > .detail .info_table td{
  padding-top: 0;
}
.company_profile .map_container{
  width: 100%;
  height: 360px;
}
/*---*/
.company_greeting > .inner > .block01{
  padding-top: 30px;
  padding-bottom: 10px;
}
.company_greeting > .inner > .block01 h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.company_greeting > .inner > .block01 .text{
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 1.5em;
}
.company_greeting > .inner > .name_wrap{
  text-align: right;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
.company_greeting > .inner > .name_wrap img{
  width: 150px;
}
.company_history .photo_slide img{
  width: 100%;
}
/*---*/
.company_history > .inner{
  padding-top: 30px;
  padding-bottom: 40px;
}
/*---*/
.contact_index .block03{
  padding-top: 10px;
  padding-bottom: 40px;
}
.contact .float_container .item{
  width: 100%;
  float: none;
}
.contact .float_container .item .label{
  font-size: 13px;
}
.contact .float_container .item:nth-child(2n){
  float: none;
}
.contact .float_container select{
  width: 100%;
}
/*---*/
.privacy > .inner{
  padding-bottom: 40px;
}
.privacy .item_wrap{
  margin-bottom: 40px;
}
.privacy .item_wrap > .item{
  width:100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  float: none;
}
.privacy .item_wrap > .item:nth-of-type(n+7){
  border-bottom: 1px solid #ccc;
}
.privacy .item_wrap > .item:nth-of-type(2n){
  float: none;
}
.privacy .item_wrap > .item .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy .item_wrap > .item .text{
  line-height: 1.7;
  font-size: 13px;
  height: auto;
}
.privacy .contact_box{
  background: #f4f4f4;
  padding: 15px;
  letter-spacing: -0.5em;
}
.privacy .contact_box > .title{
  width: 100%;
  display: block;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.privacy .contact_box > .info{
  width: 100%;
  display: block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: normal;
}
/*---*/
.tenji_index_nav{
  padding-top: 20px;
  padding-bottom: 10px;
}
.tenji_index_nav > ul{
  letter-spacing: -0.5em;
  text-align: center;
}
.tenji_index_nav > ul > li{
  width: 48%;
  letter-spacing: normal;
  margin-right: 0px;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
.tenji_index_nav > ul > li:nth-of-type(1),
.tenji_index_nav > ul > li:nth-of-type(3){
  /*border-right: 1px solid #fff;*/
}
.tenji_index_nav > ul > li:nth-of-type(4){
  margin-right: 0;
}
.tenji_index_nav > ul > li:nth-of-type(5){
  margin-right: 0;
  float: none;
  width: 96%;
}
.tenji_index_nav > ul > li{
  border: 1px solid #fff;
}


.tenji_index_nav > ul > li > a{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  background: #9C3401;
  padding: 15px;
}
.tenji_index > section > .inner{
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.tenji_index > section .item_wrap > li{
  width: 100%;
  height:auto;
  margin-bottom: 25px;
  float: none;
}
.tenji_index > section .item_wrap > li:nth-child(3n+1){
  margin-right: 0px;
}
.tenji_index > section .item_wrap > li:nth-child(3n){
  float: none;
}
.tenji_index > section .item_wrap > li .image{
  width: 100%;
  height: 150px;
}
.tenji_index > section .item_wrap > li .title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tenji_index > section.block05 h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.tenji_index .map_container{
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
}
/*---*/
.tenji_detail section{
  padding-top: 30px;
  padding-bottom: 20px;
}
.tenji_detail section:nth-of-type(1){
  padding-top: 30px;
  padding-bottom: 40px;
}
.tenji_detail .block01 .map_container{
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.tenji_detail .block01 .info_wrap01{
  text-align: center;
  margin-bottom: 15px;
}
.tenji_detail .block01 .info_wrap01 > .item{
  font-size: 13px;
}
.tenji_detail .block01 .info_wrap01 > .item th{
  width: 34%;
  padding: 3px;
}
.tenji_detail .block02 .item_wrap > .left{
  width: 100%;
  float: none;
}
.tenji_detail .block02 .item_wrap > .right{
  width: 100%;
  float: none;
  padding: 10px 10px;
}
.tenji_detail .block02 .item_wrap > .right .title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.tenji_detail .block02 .item_wrap > .right .text{
  font-size: 13px;
  line-height: 1.7;
}
.tenji_detail .block03 .horizontal_right_block > .image{
  margin-bottom: 15px;
}
.tenji_detail .block04 .horizontal_right_block > .image{
  margin-bottom: 15px;
}
.sub_news_wrap a{
  font-size: 14px;
}
.tenji_detail .block05 .text{
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.tenji_detail .block05 .btn a{
  display: inline-block;
  padding: 15px;
  color: #FFF;
  font-size: 14px;
  width: 90%;
}
.news_index_container > .right{
  width: 100%;
  float: none;
}
.news_index_container > .left{
  width: 100%;
  float: none;
  position: relative;
  min-height: auto;
  padding-left: 0px;
  padding-top: 0px;
}
.news_index_container > .left h2.vertical_text{
  font-size: 20px;
  font-weight: bold;
  position: static;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.item_viewer_container .item_viewer_main img{
  width: 100% !important;
  height: auto !important;
}
input[type=text].mini{
  width: 25% !important;
}
/*---*/
.plan_copy{
  font-size: 20px;
  padding-bottom: 30px;
  text-align: left;
  font-weight: bold;
}
.plan_info_wrap .left{
  width: 100%;
  display: block;
  vertical-align: top;
  margin-bottom: 20px;
}
.plan_info_wrap .left .inner .title,
.plan_info_wrap .right .title{
  font-size: 15px;
  padding: 6px;
}
.plan_info_wrap .right{
  width: 100%;
  display: block;
  vertical-align: top;
}
.plan_info_wrap .left .inner{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.plan_info_wrap .right .area_list{
  padding-left: 30px;
  padding-right: 30px;
}
.plan_info_wrap .left .inner .price_wrap .price{
  font-size: 30px;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1;
}
.plan_info_wrap .right .area_list li .label{
  width: 100px;
  vertical-align: middle;
  display: inline-block;
}
.plan_info_wrap .right .area_list li{
  list-style-type: disc;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
  margin-bottom: 8px;
}
/*---*/
.plan_index_container{
  padding-top: 30px;
  padding-bottom: 50px;
}
.plan_index_container .item_list > li{
  width: 100%;
  height: auto;
  float: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.plan_index_container .item_list > li a{
  text-decoration: none;
}
.plan_index_container .item_list > li:nth-of-type(3n+1){
  margin-right: 0px;
}
.plan_index_container .item_list > li:nth-of-type(3n){
  float: none;
}
.plan_index_container .item_list > li .image{
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.plan_index_container .head_image{
  text-align: center;
  margin-bottom: 30px;
}
.plan_index_container .head_image img{
  max-width: 100%;
}
.plan_index_container .head_image2 img{
  max-width: 100%;
  margin: 0;
  margin-bottom: 15px;
}
.plan_label_wrap{

}
/*---*/
.top_eventbanner_wrap{
  padding-top: 30px;
  padding-bottom: 30px;
}
.eventbanner_item{
  width: 380px;
  height: 46vw;
  padding: 0 5px;
}
.eventbanner_prev{
  top: -36px;

}
.eventbanner_next{
  top: -36px;

}
.extra_contact_content{
 font-size: 13px;
}








}