@charset "UTF-8";
/* CSS Document */

@import url("slide.css");


body {
  background: none;
}

#wrapper>.inner {
  width: 100%;
  padding: 0px;
}

#t_content .inner {
  padding: 60px 0px;
}

#t_content * {
  box-sizing: border-box;
}

#t_content a {
  text-decoration: none;
}

#t_content h2 {
  color: #000000;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-size: 3.0rem;
  line-height: 4.0rem;
  font-weight: 700;
  text-align: center;
}

#t_content h2 i {
  color: #336380;
  margin-right: 10px;
}

#t_content h2 span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  display: block;
  position: relative;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

#t_content .btn {
  border: #000000 1px solid;
  background: #ffffff;
  color: #000000;
  max-width: 220px;
  margin: 30px auto 0 auto;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  display: block;
  position: relative;
}

#t_content .btn::before {
  font-family: "FontAwesome";
  content: '\f105';
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 10px
}

#t_content .btn.more::before {
  content: '\f107';
}

#t_content .btn:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1.0;
}

/*flex
-------------------------------------------------------*/
#t_category .inner,
#t_contact .inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*bg
-------------------------------------------------------*/
.bg1 {
  background: url(/img/common_new/bg1.png) left top repeat;
  background-size: 5px 5px;
}

.bg2 {
  background: #dcdfe0;
}

/*t_category
-------------------------------------------------------*/
#t_category a,
#t_category h2,
#t_category h2 i {
  color: #ffffff;
}

#t_category .inner .main {
  padding-top: 20px;
}

#t_category .inner>* {
  width: 460px;
  border-radius: 5px;
}

#t_category .inner .main img {
  width: 100%;
}

#t_category .inner .cont {
  padding: 30px;
}

#t_category .b_reform {
  background: #ff8855;
}

#t_category .b_denki {
  background: #0da2c3;
}

#t_category .b_billmansion {
  background: #0080ca;
}

#t_category .b_energy {
  background: #009999;
}

#t_category h2 {
  font-size: 2.0rem;
  line-height: 2.8rem;
}

#t_category .btn {
  background: #000000;
  color: #ffffff;
  max-width: 200px;
}

#t_category a {
  display: block;
}

#t_category a:hover {
  opacity: 0.7;
}

/*t_info
-------------------------------------------------------*/
.tab {
  margin-top: 40px;
  position: relative;
}

.tab_menu {
  border-bottom: #000000 2px solid;
  margin-bottom: 30px;
}

.tab_menu li {
  width: 128px;
}

.tab_menu li:nth-of-type(n+2) {
  margin-left: 10px;
}

.tab_menu li a {
  background: #c2d0d9;
  color: #000000;
  padding: 10px 0px;
  text-align: center;
  display: block;
}

.tab_menu li a:hover,
.tab_menu li.new_active a {
  background: #000000;
  color: #ffffff;
  opacity: 1;
}

.tab_cont>div {
  animation: fadein 1s linear 0s 1;
  -webkit-animation: fadein 1s linear 0s 1;
}

/*
#t_info .cont {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#t_info dl {
  flex: 1;
}
*/
#t_info .pickup {
  width: 190px;
  margin-left: 30px;
  display: none;
}

#t_info .pickup a {
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0px;
}

#t_info dl>div:not(:first-of-type) {
  margin-top: 15px;
}

#t_info dl>div {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#t_info dl>div>dt {
  width: 200px;
  font-size: 1.3rem;
  display: -webkit-flex;
  display: flex;
}

#t_info dl>div>dt span {
  color: #ffffff;
  width: 110px;
  height: 20px;
  margin-left: 10px;
  border-radius: 3px;
  text-align: center;
  display: block;
}

#t_info dl>div>dd {
  padding-left: 0px;
  flex: 1;
  /*
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
  */
}

#t_info dl>div>dd a {
  color: #000000;
  text-decoration: underline;
  display: inline-block;
  flex: 1;
}

#t_info dl>div>dd a:hover {}

.col1 {
  background: #ff8855;
}

.col2 {
  background: #009999;
}

.col3 {
  background: #ff6666;
}

.col4 {
  background: #336380;
}

.col5 {
  background: #0080ca;
}

.col6 {
  background: #0da2c3;
}

/*t_inquiry
-------------------------------------------------------*/
#t_inquiry .main,
#t_inquiry .main img {
  width: 100%;
  height: 320px;
}

#t_inquiry .main img {
  object-fit: cover;
}

#t_inquiry .inner {
  margin-top: -320px;
}

#t_inquiry ul {
  margin-top: 160px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#t_inquiry ul li {
  width: 300px;
}

#t_inquiry a,
#t_contact .web>*>a {
  background: #cc0000;
  color: #ffffff;
  padding: 18px 0px 20px 0px;
  font-size: 2.0rem;
  line-height: 3.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  position: relative;
}

#t_inquiry a+p {
  margin-top: 20px;
}

#t_inquiry a:hover,
#t_contact .web>*>a:hover {
  background: #ff2222;
  opacity: 1.0;
}

#t_inquiry a i,
#t_contact .web a i,
#t_denki a i {
  margin-right: 10px;
  font-size: 3.0rem;
  line-height: 3.8rem;
  position: relative;
  left: 0px;
  top: 2px;
}

#t_inquiry p {
  color: #000000;
  font-weight: 500;
  text-align: center !important;
}


/*t_youtube
-------------------------------------------------------*/
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.youtube {
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}


/*t_banner
-------------------------------------------------------*/
#t_banner .lead {
  background: #ffffff;
  width: 200px;
  height: 360px;
  padding: 40px 20px;
  text-align: center;
}

#t_banner .lead img {
  height: 80px;
  margin-bottom: 20px;
}

#t_banner .cont {
  width: 740px;
}

#t_banner .inner,
#t_banner .cont ul {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#t_banner .cont li {
  width: 170px;
  height: 170px;
}

#t_banner .cont li:nth-of-type(n+5) {
  margin-top: 20px;
}

#t_banner .cont ul::after {
  content: "";
  width: 170px;
  height: 0px;
  display: block;
}

#t_banner .cont img {
  width: 100%;
  height: auto;
}

#t_banner .cont a,
#t_info .pickup a {
  background: #ffffff;
  color: #000000;
  display: block;
  text-decoration: none;
}

#t_banner .cont a p,
#t_info .pickup a p {
  padding: 10px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
}

/*t_contact
-------------------------------------------------------*/
#t_contact .inner p {
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  text-align: center;
}

#t_contact .inner .web p {
  margin-bottom: 30px;
}

#t_contact .inner .tel {
  text-align: center;
}

#t_contact .inner .tel img {
  height: 40px;
  vertical-align: middle;
  position: relative;
  left: 0px;
  top: -3px;
}

#t_contact .inner .tel .cont i {
  color: #666666;
}

#t_contact .inner .tel .cont a {
  color: #000000;
  margin-bottom: 5px;
  font-size: 4.8rem;
  line-height: 5.6rem;
  display: inline-block;
}

#t_contact .inner .tel .cont span {
  font-family: 'Oswald', sans-serif;
  margin-left: 10px;
}

#t_contact .inner .tel .cont p {
  margin-top: 10px;
}

/*PC
-------------------------------------------------------*/
@media print,
screen and (min-width: 740px) {

  #t_category .inner>div:nth-child(1),
  #t_category .inner>div:nth-child(2) {
    margin-bottom: 40px;
  }

}


/*sphone
-------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 739px) {
  #t_content .inner {
    padding: 30px 0px;
  }

  #t_content h2 {
    height: auto;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.0rem;
  }

  #t_content h2 i {
    margin-right: 5px;
  }

  #t_content h2 span {
    font-size: 1.0rem;
  }

  #t_content .btn {
    margin-top: 20px;
    padding: 5px;
    font-size: 1.2rem;
  }

  #t_content .btn::before {
    top: 5px
  }

  /*t_category
  -------------------------------------------------------*/
  #t_category .inner .main {
    padding-top: 10px;
  }

  #t_category .inner .main img {
    height: 120px;
    object-fit: cover;
  }

  #t_category .inner>* {
    width: 100%;
  }

  #t_category .inner>*:nth-child(n+2) {
    margin-top: 20px;
  }

  #t_category .inner .cont {
    padding: 20px;
  }

  #t_category h2 {
    font-size: 1.7rem;
    line-height: 2.0rem;
  }

  #t_category .inner .cont p {
    font-size: 1.1rem;
  }

  /*t_info
  -------------------------------------------------------*/
  .tab {
    margin-top: 10px;
  }

  .tab_menu {
    margin-bottom: 20px;
    justify-content: space-between;
  }

  .tab_menu li {
    width: 49%;
  }

  .tab_menu li:nth-of-type(n+2) {
    margin-left: 0px;
  }

  .tab_menu li:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .tab_menu li a {
    padding: 10px 3px;
    font-size: 1.2rem;
  }

  #t_info dl>div>dt {
    width: 100%;
    margin-bottom: 5px;
  }

  #t_info dl>div>dt span {
    height: 18px;
    line-height: 18px;
    font-size: 1.2rem;
  }

  /*t_inquiry
  -------------------------------------------------------*/
  #t_inquiry .main,
  #t_inquiry .main img {
    height: 120px;
  }

  #t_inquiry .inner {
    margin-top: 0px;
  }

  #t_inquiry ul {
    margin-top: 0px;
  }

  #t_inquiry ul li {
    width: 100%;
  }

  #t_inquiry ul li:not(:first-of-type) {
    margin-top: 20px;
  }

  #t_inquiry a,
  #t_contact .web>*>a {
    padding: 10px 0px;
    font-size: 1.6rem;
    line-height: 3.0rem;
  }

  #t_inquiry a+p {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  #t_inquiry a i,
  #t_contact .web a i,
  #t_denki a i {
    margin-right: 5px;
    font-size: 2.0rem;
    line-height: 3.0rem;
    top: 0px;
  }

  /*t_banner
  -------------------------------------------------------*/
  #t_banner .lead {
    width: 100%;
    height: inherit;
    margin-bottom: 20px;
    padding: 20px 20px;
  }

  #t_banner .lead img {
    height: 50px;
    margin-bottom: 10px;
  }

  #t_banner .cont {
    width: 100%;
  }

  #t_banner .cont li {
    width: 48%;
    height: auto;
  }

  #t_banner .cont li:nth-of-type(n+3) {
    margin-top: 20px;
  }

  #t_banner .cont li img {
    width: 100%;
  }

  #t_banner .cont a p,
  #t_info .pickup a p {
    padding: 10px 5px;
    font-size: 1.0rem;
    line-height: 16px;
  }

  /*t_contact
  -------------------------------------------------------*/
  #t_contact .inner>*:not(:first-of-type) {
    margin-top: 20px;
  }

  #t_contact .inner p {
    font-size: 1.3rem;
    line-height: 2.0rem;
  }

  #t_contact .inner .web p {
    margin-bottom: 20px;
  }

  #t_contact .inner .tel img {
    height: 30px;
    top: -3px;
  }

  #t_contact .inner .tel .cont a {
    margin-bottom: 5px;
    font-size: 3.2rem;
    line-height: 4.0rem;
  }

  #t_contact .inner .tel .cont span {
    margin-left: 5px;
  }

  #t_contact .inner .tel .cont p {
    margin-top: 10px;
  }

}