@charset "utf-8";

  .visible-pc {
    display: block; }
  .visible-sp {
    display: none; }
    
  /*
  *
  *	HEAD
  *
  */
  
  /*   NAVI    */
  #HEADER .header_right_area {
    padding-right: 101px;
  }
  #NAVI ul {
    position: relative;
  }  
  #NAVI ul li.search {
    position: absolute;
    right: 0;
    top: -49px;
  }
  /* NOSCRIPT */

  noscript p {
    background: #58699d;
    text-align: center;
    padding: 10px 0;
    color: #fff;
  }
  /*
  *
  *	CONTENT
  *
  */
  
  /* mainvisual */
  
  #MAIN .main_thumb .main_thumb_wrapper {
    overflow: visible;
  }
  #MAIN .main_thumb .active_thumb {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main_thumb ul li {
    padding-left: 4px;
    padding-right: 4px;
  }
  .slider-for img {
    max-width: 100%;
    height: auto;
  }
  .main_thumb {
    width: 910px;
    margin: 8px auto 0;
  }
  
/********** contents_icon_area **********/ 
  
  #SOME_BOX .contents_icon_area h2 {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  height: 59px;
  }
  .design_and_construction {
  position: relative;
  }
  .design_and_construction p.tit_bt_de {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  }
  .ordinary_customer_title h2 {
  background: url(../images/tit_or.gif) no-repeat;
  }
  .design_and_construction_title h2 {
    background: url(../images/tit_de.gif) no-repeat;
  }
  .design_and_construction_content ul li:nth-child(n + 5) {
    margin-top: 25px;
  }
  .ordinary_customer_btn p a, .design_and_construction_btn p a{
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 138px;
    height: 45px;
  }
  .ordinary_customer_btn p:nth-child(1) a {
    background: url(../images/bt_or_02.gif) no-repeat;   
  }
  .ordinary_customer_btn p:nth-child(2) a  {
    background: url(../images/bt_or_01.gif) no-repeat;
  }
  .ordinary_customer_btn p:nth-child(3) a  {
    background: url(../images/bt_or_03.gif) no-repeat;
  }
  .design_and_construction_btn p:nth-child(1) a {
    background: url(../images/bt_de_02.gif) no-repeat;   
  }
  .design_and_construction_btn p:nth-child(2) a  {
    background: url(../images/bt_de_01.gif) no-repeat;
  }
  .design_and_construction_btn p:nth-child(3) a  {
    background: url(../images/bt_de_03.gif) no-repeat;
  }
  .togglebtn{
	  pointer-events: none;
 }
 
  /* infomation */
  
  .info_navi_left ul li.sign_s1,
  .info_navi_left ul li.sign_s3,
  .info_navi_right ul li.sign_s2,
  .info_navi_right ul li.sign_s4 {
    background-size: contain;
  }
  
@media only screen and (max-width: 640px) {
  .visible-pc {
    display: none; }
  .visible-sp {
    display: block; }
  body {
    min-width: 0; 
  }
  h2.pre_sub_04 {
    font-size: 14px;
  }
  
/*
*
*	HEAD
*
*/

/*   NAVI    */
  
#HEADER {
  position: relative;
  width: 100%;
  padding-left: 3.125%;
  padding-right: 3.125%;
  box-sizing: border-box;
}
#HEADER .header_logo_area h2 a {
  height: 36px;
  margin: 10px 0 0;
  width: 230px;
  background-size: cover;
}
#NAVI {
  width: 100%;
}
#NAVI ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#NAVI ul li {
  float: none;
  width: 100%;
  background: url(../images/g_navi_bg_sp.gif);
}
#NAVI ul li.search {
  position: static;
  background: #f7f6f6;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 0 5px 5px;
}
#srchBox.watermark {
  margin: 0 auto;
  padding-bottom: 15px;
}
#srchBox * {
  font-size: 16px;
}
.nav_icon {
  bottom: 1px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 3%;
  top: 17px;
  width: 25px;
  z-index: 10;
}
.nav_icon.is-open {
  background: #fff;
}

.nav_icon>span {
  background: #344988;
  bottom: 0;
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
}

.nav_icon>span:last-child{
  top:20px;
}
.nav_icon>span:nth-child(2){
  top:10px;
}
.nav_icon.is-open>span {
  background: #000;
  top: 10px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.nav_icon.is-open>span:nth-child(2){
  display:none;
}
.nav_icon.is-open>span:last-child{
  top:10px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
#NAVI ul li a {
  position: relative;
}
#NAVI ul li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform:translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.ordinary_c a,
.construction_c a,
.example a,
.question a,
.contact a,
.company a {
  display: block;
  width: auto;
  height: auto;
  vertical-align: middle;
  padding: 10px 0 10px 15px;
  background: none;
  text-indent: 0;
  color: #fff;
}
.ordinary_c a:hover,
.construction_c a:hover,
.example a:hover,
.question a:hover,
.contact a:hover,
.company a:hover {
  background: none;
}

/*
*
*	CONTENTS
*
*/

/*   mainvisual    */

#MAIN {
  width: auto;
  background-size: contain;
  padding-bottom: 4%;
}
#MAIN .main_visual {
  width: auto;
  height: auto;
  padding: 14.5%;
}
#MAIN .main_visual li img {
  width: 100%;
  height: 100%;
}
#MAIN li a:hover img {
  opacity: 1;
}
#CONTENTS {
  width: auto;
  padding-left: 3%;
  padding-right: 3%;
}

  
/* athlete site */

.sports {
  position: relative;
}

.athlete {
  width: 20%;
  position: absolute;
  text-align: right;
  bottom: 18px;
  right: 3px;
  margin-bottom: 1px;
}

.movie {
  width: 20%;
  position: absolute;
  text-align: right;
  bottom: 1px;
  right: 3px;
}
  
/********** contents_icon_area **********/ 

  #SOME_BOX .contents_icon_area h2 {
    text-indent: 0;
    overflow: visible;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px 5px 0 0;
    color: #fff;
  }
  #SOME_BOX .contents_icon_area .ordinary_customer.on h2,
  #SOME_BOX .contents_icon_area .design_and_construction.on h2 {
    border-radius: 5px;
    transition: all .4s;
  }
  .toggleicon,
  .toggleicon span {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  }
  .toggleicon {
    position: absolute;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    top: 23px;
    right: 0;
  }
  .toggleicon span {
  	position: absolute;
    left: 6px;
    width: 50%;
  	height: 3px;
    background-color: #fff;
  }
  .on .toggleicon span:nth-of-type(1) {
	  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .on .toggleicon span:nth-of-type(2) {
  	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  .toggleicon span:nth-of-type(2) {
	  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .ordinary_customer,
  .design_and_construction {
    padding: 2px;
    border: 2px solid;
    border-radius: 8px;
    box-shadow: 0 5px 10px -6px;
  }
  .ordinary_customer {
    border-color: #fad1a6;
  }
  .design_and_construction {
    border-color: #b2deb5;
  }
  .ordinary_customer_title h2 {
    background: #f08007;
  }
  .design_and_construction_title h2 {
    background: #30ba3a;    
  }
  #SOME_BOX .contents_icon_area .ordinary_customer,
  #SOME_BOX .contents_icon_area .design_and_construction {
    float: none;
    width: auto;
  }
  #SOME_BOX .contents_icon_area .ordinary_customer p img,
  #SOME_BOX .contents_icon_area .design_and_construction p img {
    width: 100%;
    height: 100%;
  }
  .ordinary_customer_btn p, .design_and_construction_btn p {
    float: none;
    width: 100%;
    height: 30px;
    line-height: 30px; 
    font-weight: bold;
}
  .ordinary_customer_btn p a, .design_and_construction_btn p a{
    text-indent: 0;
    width: auto;
    height: auto;
    padding-left: 35px;
    border-radius: 3px;
  }
  .ordinary_customer.on p img,
  .design_and_construction.on p img {
    display: none;
  }
  

 .ordinary_customer {
    border-color: #fad1a6;  
  }
 .design_and_construction {
    border-color: #b2deb5;
 }
 .togglebtn {
		pointer-events: all;
	}
	
/*   ordinary_customer    */
  
  .ordinary_customer_inner {
    padding-left: 3%;
    padding-right: 3%;
    border: none;
  }
  .contents_icon_area .ordinary_customer {
    margin-bottom: 20px;
  }
  .ordinary_customer_content ul li {
    margin-right: 13%;
    width: 24.6%
  }
  .ordinary_customer_content ul li img,
    .design_and_construction_content ul li img {
    width: 100%;
    height: 100%;
  }
  .ordinary_customer_content {
    padding-left: 3%;
    padding-right: 3%;
  }
  .ordinary_customer_btn p:nth-child(1) a,
  .ordinary_customer_btn p:nth-child(2) a,
  .ordinary_customer_btn p:nth-child(3) a {
    background: #fffcf8 url(../images/sign_s10.gif) no-repeat;
    border: 1px solid #f39530;
    background-position: 10px;
  }

/*   design_and_construction    */
  
  .design_and_construction_inner {
    padding-left: 3%;
    padding-right: 3%;
    border: none;
  }
  .design_and_construction_content ul li {
    margin-right: 13%;
    width: 24.6%
  }
  .design_and_construction_content ul li:nth-child(3n) {
    margin-right: 0;
  }
  .design_and_construction_content ul li:nth-child(4n) {
    margin-right: 13%!important;
  } 
  .design_and_construction_content ul li:nth-child(n + 4) {
    margin-top: 25px;
  }
  .design_and_construction_title p.tit_bt_de {
    width: 27.6%;
  }
  .design_and_construction_btn p:nth-child(1) a,
  .design_and_construction_btn p:nth-child(2) a,
  .design_and_construction_btn p:nth-child(3) a {
    background: #f7fdf8 url(../images/sign_s6.gif) no-repeat;
    border: 1px solid #21b327;
    background-position: 10px;
  }

  
/********** contents_info_area **********/ 

/*   navi_left_area    */   

  .navi_left_area {
    float: none;
  }
  .navi_left_banner ul li img {
    width: 100%;
    height: 100%;
  }
  .contents_info_area {
    margin-bottom: 0;
  }

/*   infomation_box    */   

  .infomation_box {
    position: relative;
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .infomation_box_inner {
    padding-top: 3%;
    padding-bottom: 3.5em;
    min-height: 0;
    border-bottom: #C3CDE6 2px solid;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 10px -6px;
  }
  .info_title_area {
    background: none;
    width: auto;
    height: auto;
    padding: 2px 2px 0;
    border: 2px solid #c3cde6;    
    border-radius: 8px 8px 0 0;
    border-bottom: none;
  }
  .info_title_area h2 {
    vertical-align: middle;
    width: auto;
    height: 45px;
    text-indent: 0;
    overflow: visible;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background: #c3cde6;
    border-radius: 5px 5px 0 0;
    color: #011b6a;
  }
  .info_navi {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .info_navi .mt15 {
    margin: auto!important;
  }
  .info_navi li:nth-child(2) {
    margin-top: 10px!important;
  }
  .info_list dl {
    margin-bottom: 10px;
  }
  .info_list dl dt {
    float: none;
    line-height: 15px;
  }
  .info_list dl dd {
    float: none;
    width: 100%;
  }
  .info_list dl dt img {
    vertical-align: top;
  }
  .infomation_box p img {
    display: none;
  }

/*
*
*	FOOT
*
*/
   #BANNER_AREA {
     width: auto;
     padding-left: 3%;
     padding-right: 3%;
   }
   #BANNER_AREA ul {
     margin-top: 20px;
   }
   #BANNER_AREA ul li {
     width: 48%;
     margin-right: 4%;
   }
   #BANNER_AREA ul li:nth-child(2n) {
      margin-right: 0;
    }
   #BANNER_AREA ul li img {
     width: 100%;
     height: 100%;
   }

   #BANNER_AREA2 {
     width: auto;
     padding-left: 3%;
     padding-right: 3%;
   }
   #BANNER_AREA2 ul {
	 width: 100%;
     margin-top: 10px;
   }
   #BANNER_AREA2 ul li {
     width: 100%;
	 margin-right: 5%;
	 display: inline;
	 font-size: 90%;
   }

   #BANNER_AREA2 ul li img {
     width: 100%;
     height: 100%;
   }
   #BANNER_AREA2 img {
	 vertical-align: middle;
   }

   #BTN_TOP {
     width: auto;
     width: 100%;
     box-sizing: border-box;
     padding: 0 3.125%;
     margin-top: 10px;
   }
   #FOOTER_BG {
     padding-left: 3%;
     padding-right: 3%;
   }
   #FOOTER {
     width: auto;
   }   
   #FOOTER p.copy,
   #FOOTER ul {
     float: none;
   }
   #FOOTER p.copy {
     margin-bottom: 10px;
   } 
   #FOOTER ul li {
     background-position: 0 center;
   }
  }