@charset "utf-8";

/*-----------------------------------------------------

  ページ共通CSS

------------------------------------------------------*/
.topSec {
  padding: 80px 0;
}

.ttl_01 {
  margin-bottom: 40px;
  text-align: center;
}

.ttl_01>* {
  line-height: 1;
}

.ttl_01 .hTtl {
  margin-bottom: .2em;
  font-weight: bold;
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
}

.ttl_01 .subTtl {
  color: #396bcc;
  font-weight: bold;
  font-size: 18px;
}

.ttl_02 {
  margin-bottom: 30px;
  color: #396bcc;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.ttl_03 {
  margin-bottom: 27px;
  color: #000000;
  font-size: 30px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.btn_01 {
  position: relative;
  z-index: 1;
}

.btn_01:before,
.btn_01:after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: .4s;
}

.btn_01:before {
  z-index: 2;
  background: #ffc45c;
  background: -moz-linear-gradient(top, #ffc45c 0%, #ff972c 45%, #ec7800 60%, #ff972c 100%);
  background: -webkit-linear-gradient(top, #ffc45c 0%, #ff972c 45%, #ec7800 60%, #ff972c 100%);
  background: linear-gradient(to bottom, #ffc45c 0%, #ff972c 45%, #ec7800 60%, #ff972c 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc45c', endColorstr='#ff972c', GradientType=0);
}

.btn_01:after {
  z-index: 1;
  background: #5e7eff;
  background: -moz-linear-gradient(top, #5e7eff 0%, #2d73ff 45%, #004eea 60%, #2d73ff 100%);
  background: -webkit-linear-gradient(top, #5e7eff 0%, #2d73ff 45%, #004eea 60%, #2d73ff 100%);
  background: linear-gradient(to bottom, #5e7eff 0%, #2d73ff 45%, #004eea 60%, #2d73ff 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e7eff', endColorstr='#2d73ff', GradientType=0);
}

.btn_01 a {
  display: block;
  position: relative;
  z-index: 3;
  padding: 1.1em 0 1em;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.btn_01:hover:before {
  opacity: 0;
}

.bg_blugrad {
  position: relative;
  background: #20448a;

  /* Old browsers */
  background: -moz-linear-gradient(left, #20448a 0%, #396bcc 100%);
  background: -webkit-linear-gradient(left, #20448a 0%, #396bcc 100%);
  background: linear-gradient(to right, #20448a 0%, #396bcc 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20448a', endColorstr='#396bcc', GradientType=1);
}

.bg_blugrad:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../Image/common/bg_patern01.png) repeat left top;
  content: "";
}

.bg_blugrad .gInner {
  position: relative;
  z-index: 2;
}

.bg_gry {
  background: #e7ebf1;
}

/*-----------------------------------------------------

  トップページ  top

------------------------------------------------------*/
/*    COMMON  &   MAINIMAGE
-------------------------------*/
#top #mainimage {
  padding: 20px 0 157px;
}

#top #mainimage .gInner {
  position: relative;
}

#top #mainimage .catchcopy {
  position: absolute;
  top: 20px;
  left: -15px;
  padding: 10px 25px;
  background: #ffffff;
  color: #f99835;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}

#top #mainimage .catchcopy .tBox {
  margin-bottom: 10px;
}

#top #mainimage .catchcopy .tBox:last-child {
  margin-bottom: 0;
}

#top #mainimage .catchcopy span {
  font-weight: bold;
  font-size: 28px;
}

#top #mainimage .pBox {
  position: absolute;
  top: 98%;
  left: 1%;
  width: 98%;
}

#top #mainimage .pBox ul {
  display: flex;
  width: 100%;
}

#top #mainimage .pBox li {
  position: relative;
  width: 29%;
  box-sizing: border-box;
}

#top #mainimage .pBox li a {
  position: relative;
  width: 29%;
  padding: 50px 10px 50px 0;
  box-sizing: border-box;
  background-color: #ffffff;
}

#top #mainimage .pBox li a::before {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #b1ced4;
  content: "";
}

#top #mainimage .pBox li:nth-child(n+2) {
  margin-left: 2%;
}

#top #mainimage .pBox li a>div {
  line-height: 1;
}

#top #mainimage .pBox .fontS {
  margin-bottom: .5em;
  color: #515151;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

#top #mainimage .pBox .fontL {
  color: #515151;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

#top #mainimage .pBox .fontR {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 5px 8px;
  background-color: #ba2425;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#top #mainimage .pBox li a:hover .fontS,
#top #mainimage .pBox li a:hover .fontL {
  color: #ffa236;
}

#top #mainimage .pBox #saleBox a {
  display: block;
  width: 100%;
  padding-left: 90px;
  background-image: url(../Image/top/icon_yen.png);
  background-position: center left 15px;
  background-repeat: no-repeat;
}

#top #mainimage .pBox #agentBox {
  flex: 1;
  width: 100%;
}

#top #mainimage .pBox #agentBox a {
  width: 100%;
  padding-left: 100px;
  background-image: url(../Image/top/icon_handshake.png);
  background-position: 50px 15px;
  background-repeat: no-repeat;
}

#top #mainimage .pBox #rentalBox a {
  width: 100%;
  padding-left: 80px;
  background-image: url(../Image/top/icon_park.png);
  background-position: center left 10px;
  background-repeat: no-repeat;

  /* 0213 */
    padding-top: 41px;
    padding-bottom: 41px;
}

#top #mainimage .pBox #agentBox a {
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
}

#top #mainimage .pBox #agentBox .fontS {
  margin-bottom: .5em;
  padding-left: 110px;
}

#top #mainimage .pBox #agentBox .fontS:last-child {
  padding-left: 0;
  text-align: center;
}

#top #mainimage .pBox #agentBox .fontL {
  padding-left: 110px;
}

#top #mainimage .pBox #agentBox .desc {
  color: #252628;
  font-size: 13px;
  line-height: 1.4;
  transition: .4s;
}

#top #mainimage .pBox #agentBox .desc span {
  display: block;
  margin-bottom: 3px;
  color: #ba2424;
  font-weight: bold;
  font-size: 18px;
  transition: .4s;
}

#top #mainimage .pBox #agentBox a:hover .desc,
#top #mainimage .pBox #agentBox a:hover .desc span {
  color: #ffa236;
}

/*    SECTION 01
-------------------------------*/
#top #sec_01 .mainBox {
  position: relative;
  margin-bottom: 40px;
  padding: 80px 0;
}

#top #sec_01 .mainBox .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
}

#top #sec_01 .txtBox {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: auto;
  padding: 40px 30px 30px;
  box-sizing: border-box;
  background: #ffffff;
}

#top #sec_01 .txtBox .badge02 {
  position: absolute;
  top: 74px;
  right: 30px;
  padding: 12px 12px 11px;
  border: double 7px #ba2424;
  color: #ba2424;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1;
}

#top #sec_01 .txtBox .pName {
  margin-bottom: .5em;
  font-size: 41px;
  line-height: 1;
}

#top #sec_01 .txtBox .priceBox {
  margin-bottom: 15px;
}

#top #sec_01 .txtBox .priceBox .badge,
#top #sec_01 .txtBox .priceBox .price {
  display: inline-block;
  vertical-align: bottom;
}

#top #sec_01 .txtBox .priceBox.camera .price {
  display: flex;
  align-items: center;
}

#top #sec_01 .txtBox .priceBox .badge {
  margin-right: 10px;
  padding: 14px;
  background: #396bcc;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
}

#top #sec_01 .txtBox .priceBox .price span {
  display: inline-block;
  color: #ba2424;
  font-weight: bold;
  line-height: 1;
}

#top #sec_01 .txtBox .priceBox .number {
  font-size: 66px;
}

#top #sec_01 .txtBox .priceBox .unit {
  font-size: 24px;
}

#top #sec_01 .txtBox .pBox {
  margin-bottom: 15px;
  padding: 15px 10px;
  padding-left: 5px;
  background: #e9edf5;
  color: #396bcc;
  font-weight: bold;
  font-size: 0;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}

#top #sec_01 .txtBox .pBox .caption,
#top #sec_01 .txtBox .pBox .pList {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

#top #sec_01 .txtBox .pBox .caption {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}

#top #sec_01 .txtBox .pBox .pList span {
  display: inline-block;
  padding: 8px 10px 6px;
  border: solid 1px #396bcc;
  font-size: 14px;
}

#top #sec_01 .txtBox .pBox .pList span:nth-child(n+2) {
  margin-left: 6px;
}

#top #sec_01 .subBox {
  float: left;
  width: 49.5%;
}

#top #sec_01 .subBox:last-child {
  margin-left: 1%;
}

#top #sec_01 .subBox .imgBox {
  float: left;
  width: 42%;
}

#top #sec_01 .subBox .txtBox {
  float: right;
  width: 58%;
  padding: 40px 20px;
}

#top #sec_01 .subBox .txtBox .pName {
  font-size: 26px;
}

#top #sec_01 .subBox .txtBox .lead {
  margin-bottom: .5em;
  color: #4c4f57;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
}

#top #sec_01 .subBox .txtBox .priceBox .number {
  font-size: 48px;
}

#top #sec_01 .subBox .txtBox .priceBox {
  margin-bottom: 8px;
}

/*    SECTION 02
-------------------------------*/
#top #sec_02 .secBox {
  float: left;
  width: 360px;
  box-sizing: border-box;
}

#top #sec_02 .secBox .btn_01 {
  width: 200px;
  margin: 0 auto;
}

#top #sec_02 .secBox:nth-child(n+2) {
  margin-left: 10px;
}

#top #sec_02-1 {
  padding: 40px 0;
  background: url(../Image/top/point_bg01.jpg) no-repeat center top / cover;
  text-align: center;
}

#top #sec_02-1 .mainTtl {
  position: relative;
  margin-bottom: .6em;
  padding-bottom: .5em;
  color: #f9ed3a;
  font-size: 30px;
  line-height: 1;
}

#top #sec_02-1 .mainTtl:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5em;
  height: 1px;
  margin: 0 auto;
  background: #ffffff;
  content: "";
}

#top #sec_02-1 .lead {
  color: #ffffff;
  line-height: 2;
}

#top #sec_02-2 {
  padding: 0 15px;
  box-sizing: border-box;
  background: url(../Image/top/point_bg02.jpg) no-repeat center top /100% auto;
}

#top #sec_02-2 .mainTtl {
  height: 200px;
  color: transparent;
}

#top #sec_02-2 .tArea {
  margin-bottom: 10px;
  padding: 15px 20px 10px;
  background: rgba(255, 255, 255, .85);
  color: #252628;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .02em;
}

#top #sec_02-3 {
  padding: 145px 15px 15px;
  background: url(../Image/top/point_bg03.jpg) no-repeat center top /cover;
}

#top #sec_02-3 .txtBox {
  margin-bottom: 15px;
  padding: 15px 20px;
  background: #fad117;
  text-align: center;
}

#top #sec_02-3 .txtBox .mainTtl {
  margin-bottom: .2em;
  font-weight: bold;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: 0;
  ;
}

#top #sec_02-3 .txtBox .mainTtl .red {
  color: #e4072f;
}

#top #sec_02-3 .txtBox .mainTtl .fontS {
  font-size: 64%;
}

#top #sec_02-3 .txtBox .tArea {
  padding: 10px 8px;
  background: #ffffff;
  color: #231815;
  line-height: 1.4;
}

/*    SECTION 03
-------------------------------*/
#top #sec_03 {
  padding: 80px 0 80px;
}

#top #sec_03 .gInner {
  background: #ffffff;
}

#top #sec_03 .newsBox {
  width: 60%;
  margin: 0 auto;
}

#top #sec_03 .newsBox ul {
  margin-bottom: 35px;
}

#top #sec_03 .newsBox li {
  border-bottom: solid 1px #d4d4d4;
}

#top #sec_03 .newsBox li a {
  display: block;
  padding: 18px 5px 15px;
}

#top #sec_03 .newsBox li .date {
  margin-bottom: 12px;
  padding-left: 2em;
  background: url(../Image/common/arrow_01.png) no-repeat left top /auto 14px;
  color: #595b60;
  font-weight: bold;
  line-height: 1;
  transition: .4s;
}

#top #sec_03 .newsBox li .ttl {
  color: #202125;
  font-weight: bold;
  line-height: 1.4;
}

#top #sec_03 .btn_01 {
  width: 300px;
  margin: 0 auto;
}

#top #sec_03 .dateWrapp {
  display: flex;
  align-items: baseline;
}

#top #sec_03 .badge {
  margin: 0 10px;
  padding: 1px 7px;
  background: #396bcc;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}

/*=============== HOVER EFFECT ===============*/
@media screen and (min-width : 768px) {
  #top #sec_03 .newsBox li a:hover {
    background: #f5f5f5;
  }

  #top #sec_03 .newsBox li a:hover .date {
    background-position: left .5em top;
  }
}


#top #sec_03-01 .column {
  display: flex;
  margin-bottom: 30px;
}

#top #sec_03-01 .column li {
  width: 30%;
  margin-right: 55px;
}

#top #sec_03-01 .column li:last-child {
  margin-right: 0;
}

#top #sec_03-01 .column li a {
  display: block;
}

#top #sec_03-01 .column li a .imgArea {
  margin-bottom: 10px;
  transition-duration: .3s;
}

#top #sec_03-01 .column li a .imgArea img {
  width: 100%;
  height: 200px;

  object-fit: cover;
}

#top #sec_03-01 .column li a .dateArea {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

#top #sec_03-01 .column li a .dateArea .date {
  margin-right: 20px;
  color: #000000;
  font-size: 15px;
}

#top #sec_03-01 .column li a .dateArea .cate {
  padding: 2px 5px;
  background: #396bcc;
  color: #ffffff;
  font-size: 13px;
}

#top #sec_03-01 .column li a .txt {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

#top #sec_03-01 .btn_01 {
  max-width: 300px;
  margin: auto;
}

@media screen and (min-width : 768px) {
  #top #sec_03-01 .column li a:hover .imgArea {
    opacity: .6;
  }
}

/*-----------------------------------------------------

  下層共通

------------------------------------------------------*/

.under #main-cts {
  font-family: YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}

/*--------------------------------------------
  MV
--------------------------------------------*/
.mainWrapp {
  position: relative;
  height: 150px;
}

.mainWrapp:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  height: 88%;
  background: #396bcc;
  content: "";
}

.mainWrapp .mvBg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 90%;
  height: 100%;
  background: url(../Image/common/mv.png) no-repeat center;
  background-size: cover;
}

.mainWrapp .ttl_01 {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  padding: 48px 0;
  color: #ffffff;
}



.mainWrapp .ttl_01 .subTtl {
  color: #ffffff;
}


/*-----------------------------------------------------

  機器の販売 buy

------------------------------------------------------*/

#buy #sec_01 {
  padding: 50px 0 80px;
}

#buy #sec_01 .gInner {
  width: 1100px;
  padding: 80px 0;
  background: #ffffff;
}

#buy #sec_01 .read {
  margin-bottom: 80px;
  color: #252628;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

#buy #sec_01 .box {
  margin-bottom: 100px;
}

#buy #sec_01 .box:last-child {
  margin-bottom: 0;
}

#buy #sec_01 .box .num {
  position: relative;
  margin-bottom: 45px;
  padding-left: 97px;
  color: #396bcc;
  font-weight: bold;
  font-size: 59px;
  line-height: 1;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
}

#buy #sec_01 .box .num:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 13%;
  border: 1px solid #396bcc;
  content: "";
}

#buy #sec_01 .box .num span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0;
}

#buy #sec_01 .box .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 90px;
  box-sizing: border-box;
}

#buy #sec_01 .box .txtArea {
  width: 530px;
}

#buy #sec_01 .box .txtArea .ttl_03 span {
  font-size: 18px;
}

#buy #sec_01 .box .txtArea ul.comment {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 17px;
}

#buy #sec_01 .box .txtArea table {
  margin-bottom: 30px;
  text-align: left;
}

#buy #sec_01 .box .txtArea table tr {
  border-bottom: 1px solid #d4d4d4;
  vertical-align: top;
}

#buy #sec_01 .box .txtArea table th {
  width: 15%;
  padding: 12px 0;
}

#buy #sec_01 .box .txtArea table td {
  width: 80%;
  padding: 12px 0;
}

#buy #sec_01 .box .imgArea {
  width: 338px;
  text-align: center;
}

#buy .box .btn_01 {
  width: 40%;
  margin: auto;
  text-align: center;
}



/*-----------------------------------------------------

  運営代行について kyoudou

------------------------------------------------------*/

#kyoudou #sec_01 {
  padding: 80px 0;
}

#kyoudou #sec_01 .gInner {
  width: 1100px;
}

#kyoudou #sec_01 .read {
  padding-bottom: 70px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

#kyoudou #sec_01 .read p {
  display: inline-block;
  position: relative;
  padding: 0 35px;
}

#kyoudou #sec_01 .read p:before,
#kyoudou #sec_01 .read p:after {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  content: "";
}

#kyoudou #sec_01 .read p:before {
  left: 0;
  border-top: solid 3px #ff972c;
  border-bottom: solid 3px #ff972c;
  border-left: solid 3px #ff972c;
}

#kyoudou #sec_01 .read p:after {
  right: 0;
  border-top: solid 3px #ff972c;
  border-right: solid 3px #ff972c;
  border-bottom: solid 3px #ff972c;
  content: "";
}

#kyoudou #sec_01 .read span {
  color: #ba2424;
  font-size: 32px;
  line-height: 1.5;
}

#kyoudou #sec_01 ul.point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  margin: auto;
  counter-reset: number 0;
}

#kyoudou #sec_01 ul.point li {
  width: 49%;
  margin-bottom: 5px;
  padding: 14px;
  border: 4px solid #396bcc;
  box-sizing: border-box;
  color: #396bcc;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

#kyoudou #sec_01 ul.point li:last-child {
  margin-bottom: 0;
}

#kyoudou #sec_01 ul.point li:before {
  display: inline-block;
  float: left;
  width: 11%;
  color: #396bcc;
  font-weight: 500;
  font-size: 40px;
  font-family: "Anton", sans-serif;
  vertical-align: baseline;
  content: counter(number) ". ";
  counter-increment: number 1;
}

#kyoudou #sec_01 ul.point li p {
  display: inline-block;
  float: right;
  width: 89%;
}

#kyoudou #sec_01 ul.point li span {
  color: #ba2424;
  font-size: 24px;
}

#kyoudou #sec_02 {
  padding: 80px 0;
}

#kyoudou #sec_02 .gInner {
  width: 1100px;
}

#kyoudou #sec_02 .ttl_03 {
  margin-bottom: 10px;
  text-align: center;
}

#kyoudou #sec_02 .gInner>p {
  margin-bottom: 30px;
  text-align: center;
}

#kyoudou #sec_02 ul.sistem {
  display: flex;
  justify-content: space-between;
}

#kyoudou #sec_02 ul.sistem li {
  width: 333px;
}

#kyoudou #sec_02 ul.sistem li .ttl {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

#kyoudou #sec_02 ul.sistem li .txtArea {
  padding: 26px;
  box-sizing: border-box;
  background: #ffffff;
}

#kyoudou #sec_02 ul.sistem li p {
  font-size: 14px;
}

#top ul.exam {
  display: flex;
  margin-bottom: 40px;
}

#kyoudou #sec_02-02,
#works #sec_01 {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

#kyoudou #sec_02-02 {
  padding-bottom: 0;
}

#kyoudou #sec_02-02 .gInner>p,
#works #sec_01 .gInner>p {
  margin-bottom: 20px;
  text-align: center;
}

#kyoudou #sec_02-02 ul.exam,
#works #sec_01 ul.exam {
  display: flex;
  flex-wrap: wrap;
}

#kyoudou #sec_02-02 ul.exam {
  margin-bottom: 40px;
}

#kyoudou #sec_02-02 .btn_01 {
  max-width: 300px;
  margin: auto;
}

#kyoudou #sec_02-02 ul.exam>li,
#works #sec_01 ul.exam>li,
#top ul.exam>li {
  width: 332px;
  margin-top: 60px;
  margin-right: 50px;
  text-align: center;
}

@media screen and (min-width : 768px) {

  #kyoudou #sec_02-02 ul.exam>li:nth-child(-n +3),
  #works #sec_01 ul.exam>li:nth-child(-n +3) {
    margin-top: 0;
  }

  #kyoudou #sec_02-02 ul.exam li:nth-child(3n),
  #works #sec_01 ul.exam li:nth-child(3n),
  #top ul.exam li:nth-child(3n) {
    margin-right: 0;
  }
}

#kyoudou #sec_02-02 ul.exam li .imgArea,
#works #sec_01 ul.exam li .imgArea,
#top ul.exam li .imgArea {
  margin-bottom: 15px;
}

#kyoudou #sec_02-02 ul.exam .inList li,
#works #sec_01 ul.exam .inList li,
#top ul.exam .inList li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #dddddd;
}

#kyoudou #sec_02-02 ul.exam .inList .lBox,
#works #sec_01 ul.exam .inList .lBox,
#top ul.exam .inList .lBox {
  font-weight: bold;
}

#kyoudou #sec_03 {
  padding: 80px 0;
}

#kyoudou #sec_03 .gInner {
  width: 1100px;
}

#kyoudou #sec_03 .gInner>p {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

#kyoudou #sec_03 .example {
  margin-bottom: 60px;
}

#kyoudou #sec_03 .example>div {
  margin-bottom: 40px;
  padding: 20px;
  border: 3px solid #ff972c;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

#kyoudou #sec_03 .example>.box01 {
  position: relative;
  float: left;
  width: 49%;
  color: #ff972c;
}

#kyoudou #sec_03 .box01:before {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  transform: rotate(-10deg);
  width: 100px;
  height: 87px;
  background: url(../Image/kyoudou/icon_kyoudou01.png) no-repeat center top /contain;
  content: "";
}

#kyoudou #sec_03 .box01:after {
  position: absolute;
  top: 117%;
  right: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 50px 0;
  border-style: solid;
  border-color: #ff972c transparent;
  content: "";
}


#kyoudou #sec_03 .example .box02 {
  position: relative;
  float: right;
  width: 49%;
  border-color: #396bcc;
  color: #396bcc;
}

#kyoudou #sec_03 .box02:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(-10deg);
  width: 100px;
  height: 67px;
  background: url(../Image/kyoudou/icon_kyoudou02.png) no-repeat center top /contain;
  content: "";
}

#kyoudou #sec_03 .box02:after {
  position: absolute;
  top: 117%;
  right: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 50px 0;
  border-style: solid;
  border-color: #396bcc transparent;
  content: "";
}

#kyoudou #sec_03 .example>.box03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  clear: both;
  padding: 20px 35px;
  border-color: #c5c5c5;
}

#kyoudou #sec_03 .box03:before {
  position: absolute;
  top: 117%;
  left: 220px;
  z-index: 100;
  width: 0;
  height: 0;

  /* right: 0; */
  margin: 0 auto;
  border-width: 20px 50px 0;
  border-style: solid;
  border-color: #ff972c transparent;
  content: "";
}

#kyoudou #sec_03 .box03:after {
  position: absolute;
  top: 117%;
  right: 215px;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 50px 0;
  border-style: solid;
  border-color: #396bcc transparent;
  content: "";
}

#kyoudou #sec_03 .box03 .inner01 {
  padding: 10px 36px;
  border-radius: 5px;
  background: #ff972c;
  color: #ffffff;
  font-size: 18px;
}

#kyoudou #sec_03 .box03 .inner02 {
  font-size: 24px;
}

#kyoudou #sec_03 .box03 .inner03 {
  padding: 10px 36px;
  border-radius: 5px;
  background: #396bcc;
  color: #ffffff;
  font-size: 18px;
}

#kyoudou #sec_03 .example>.box04 {
  position: relative;
  float: left;
  width: 49%;
  color: #ff972c;
}

#kyoudou #sec_03 .example>.box04:after {
  position: absolute;
  top: 117%;
  right: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 50px 0;
  border-style: solid;
  border-color: #ff972c transparent;
  content: "";
}

#kyoudou #sec_03 .example>.box05 {
  position: relative;
  float: right;
  width: 49%;
  border-color: #396bcc;
  color: #396bcc;
}

#kyoudou #sec_03 .example>.box05:after {
  position: absolute;
  top: 117%;
  right: 215px;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 50px 0;
  border-style: solid;
  border-color: #396bcc transparent;
  content: "";
}

#kyoudou #sec_03 .example>.box06 {
  float: left;
  width: 49%;
  color: #ff972c;
}

#kyoudou #sec_03 .example>.box07 {
  position: relative;
  float: right;
  width: 49%;
  border-color: #396bcc;
  color: #396bcc;
}

#kyoudou #sec_03 .example>.box07:after {
  position: absolute;
  top: 117%;
  right: 215px;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 50px 0;
  border-style: solid;
  border-color: #396bcc transparent;
  content: "";
}

#kyoudou #sec_03 .example>.box08 {
  position: relative;
  float: right;
  width: 49%;
  border-color: #396bcc;
  color: #396bcc;
}

#kyoudou #sec_03 .example>.box08:after {
  position: absolute;
  top: 117%;
  right: 215px;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 50px 0;
  border-style: solid;
  border-color: #396bcc transparent;
  content: "";
}

#kyoudou #sec_03 .example>.box08 span {
  padding: 5px 12px;
  border-radius: 5px;
  background: #396bcc;
  color: #ffffff;
  font-size: 18px;
}

#kyoudou #sec_03 .concept {
  clear: both;
  padding: 50px;
  box-sizing: border-box;
  background: #e7ebf1;
}

#kyoudou #sec_03 .concept h4 {
  margin-bottom: 5px;
  color: #396bcc;
  font-size: 30px;
  text-align: center;
}

#kyoudou #sec_03 .concept .c_ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

#kyoudou #sec_03 .concept ul.ccpt {
  width: 79%;
  margin: 0 auto 20px;
  font-size: 17px;
  line-height: 2.1;
}

#kyoudou #sec_03 .concept ul.ccpt span {
  color: #ba2424;
  font-weight: bold;
}

#kyoudou #sec_03 .concept .box {
  padding: 30px;
  background: #ffffff;
}

#kyoudou #sec_03 .concept .ccpt_02 {
  margin-bottom: 15px;
}

#kyoudou #sec_03 .concept .ccpt_02 li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  background: #396bcc;
  content: "";
}

#kyoudou #sec_03 .concept .in_text span {
  color: #ba2424;
  font-weight: bold;
  font-size: 18px;
}

#kyoudou #sec_03 .contactBox {
  width: 470px;
  margin: auto;
  text-align: center;
}

#kyoudou #sec_03 .contactBox a {
  display: block;
  position: relative;
  margin-top: -29px;
  padding: 25px;
  border: 3px solid #ff972c;
  box-sizing: border-box;
  box-shadow: 7px 8px 9px 0 rgba(0, 0, 0, .15);
  background: #ff972c;
  color: #ffffff;
  font-weight: bold;
}

#kyoudou #sec_03 .contactBox a:before {
  position: absolute;
  top: 84%;
  right: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 12px 33px 0;
  border-style: solid;
  border-color: #ffffff transparent;
  content: "";
  transition: .3s;
}

@media screen and (min-width : 768px) {
  #kyoudou #sec_03 .contactBox a:hover {
    background: #ffffff;
    color: #ff972c;
  }

  #kyoudou #sec_03 .contactBox a:hover:before {
    border-color: #ff972c transparent;
  }
}

#kyoudou #sec_03 .list_01 {
  margin-bottom: 60px;
  padding: 30px;
  border: 3px solid #396bcc;
}

#kyoudou #sec_03 .list_01 li {
  margin-bottom: 20px;
}

#kyoudou #sec_03 .list_01 li:last-child {
  margin-bottom: 0;
}

#kyoudou #sec_03 .list_01 .i_ttl {
  color: #396bcc;
  font-weight: bold;
  font-size: 22px;
}

#kyoudou #sec_03 .list_01 li:first-child .i_ttl {
  color: #ba2424;
}

#kyoudou #sec_03 .list_01 span {
  color: #ba2424;
  font-weight: bold;
}


/*-----------------------------------------------------

  コラム column

------------------------------------------------------*/
#column #sec_01 {
  padding: 80px 0;
}

#column #sec_01 .gInner {
  width: 1100px;
}

#column #sec_01 .listTab {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto 20px;
}

#column #sec_01 .listTab li {
  margin-bottom: 10px;
}

#column #sec_01 .listTab li a {
  display: block;
  margin-right: 20px;
  padding: 10px 20px;
  border: 2px solid #396bcc;
  background: #396bcc;
  color: #ffffff;
  font-weight: bold;
  transition-duration: .3s;
}

@media screen and (min-width : 768px) {
  #column #sec_01 .listTab li a:hover {
    background: #ffffff;
    color: #396bcc;
  }
}

#column .column {
  display: flex;
  flex-wrap: wrap;
}

#column .column li {
  width: 30%;
  margin-right: 55px;
}

#column .column li:nth-child(3n) {
  margin-right: 0;
}

#column .column li a {
  display: block;
  background: #ffffff;
  transition: .4s;
}

#column .column li a .imgArea {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
  transition: .4s;
}

#column .column li:nth-child(n+4) {
  margin-top: 30px;
}

#column .column li .txt_box {
  padding: 0 10px 10px 10px;
}

#column .column li .date_area {
  display: flex;
  margin-bottom: 5px;
}

#column .column li .date_area .date {
  margin-right: 20px;
  color: #000000;
  font-size: 15px;
}

#column .column li .date_area .cate {
  padding: 2px 4px;
  background: #396bcc;
  color: #ffffff;
  font-size: 13px;
}

#column .column li p {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width : 768px) {
  #column .column li a:hover {
    background: #ffffff;
  }

  #column .column li a:hover .imgArea {
    opacity: .6;
  }
}

#column #contents .single .gInner {
  width: 1000px;
  margin: 0 auto 50px;
  padding: 60px;
  background: #ffffff;
}

#column .single .ttl_box {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

#column .single .date_area {
  display: flex;
  margin-bottom: 15px;
}

#column .single .date_area .date {
  margin-right: 15px;
}

#column .single .date_area .badge a {
  padding: 2px 4px;
  background: #396bcc;
  color: #ffffff;
  font-size: 13px;
}

#column .single h3.ttl {
  font-size: 25px;
  line-height: 1.3;
}

#column .single .txt_box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

#column .single .txt_box p {
  margin-bottom: 15px;
  font-size: 16px;
}

#column .single .txt_box p:last-child {
  margin-bottom: 0;
}

#column .single .btn_01 {
  max-width: 300px;
  margin: auto;
}

#column .single .txt_box h4 {
  margin-bottom: 15px;
  border-bottom: 3px solid #396bcc;
  font-size: 18px;
  line-height: 1.7;
}

#column .single .txt_box h5 {
  font-weight: bold;
}

#column #contents .column_box {
  width: 1100px;
  margin: 0 auto 80px;
}

#column #contents .column_box:last-child {
  margin-bottom: 0;
}

#column .column {
  width: 100%;
}

#column .column li .imgArea img {
  width: 100%;
  height: 220px;

  object-fit: cover;
}

#column .column li:last-chil {
  margin-right: 0;
}

#column .column li .dateArea {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #000000;
}

#column .column li .dateArea .date {
  margin-right: 10px;
  font-size: 13px;
}

#column .column li .txtArea {
  padding: 5px;
}

#column .column li .cate {
  padding: 3px 5px;
  background: #396bcc;
  color: #ffffff;
  font-size: 12px;
}

#column .column li .txt {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

#column .single .column li {
  width: 22%;
  margin-right: 44px;
}

#column .single .column li:last-child {
  margin-right: 0;
}

#column .single .column li:nth-child(n+4) {
  margin-top: 0;
}

#column .single .column li a {
  background: #ffffff;
}

#column .single .column li a .imgArea {
  width: 100%;
  height: 150px;
  margin-bottom: 0;
}

#column .single .column li a .imgArea img {
  height: 150px;
}

#column .single .column li .txtArea {
  padding: 10px;
}

#column .listTab02 {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background: rgba(255, 255, 255, .6);
}

#column .listTab02 a {
  display: inline-block;
  color: #396bcc;
  font-weight: bold;
}

#column .listTab02 li {
  margin-right: 20px;
}

#column .listTab02 li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background: #396bcc;
  content: "";
  transition-duration: .3s;
}

@media screen and (min-width : 768px) {
  #column .listTab02 a:hover {
    color: #ff972c;
  }

  #column .listTab02 li:hover:before {
    background: #ff972c;
  }
}


/*-----------------------------------------------------

  レンタルについて rental

------------------------------------------------------*/

#rental #sec_01 {
  padding: 80px 0;
}

#rental #sec_01 .gInner {
  width: 1100px;
}

#rental #sec_01 .ttlArea {
  margin-bottom: 60px;
  text-align: center;
}

#rental #sec_01 .ttlArea .rentaiTtl01 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
}

#rental #sec_01 .ttlArea .rentaiTtl02 {
  margin-bottom: 12px;
  color: #ba2424;
  font-size: 45px;
  line-height: 1;
}

#rental #sec_01 .ttlArea .rentaiTtl03 {
  display: inline-block;
  padding: 5px 40px;
  background: #396bcc;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
}

#rental #sec_01 .ttlArea .rentaiTtl03 span {
  font-size: 16px;
}

#rental #sec_01 .ttlArea ul {
  display: flex;
  justify-content: space-between;
  width: 732px;
  margin: 0 auto 7px;
}

#rental #sec_01 .ttlArea li {
  width: 32%;
  padding: 3px 2px;
  border: 2px solid #396bcc;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
}

#rental #sec_01 .rentaiTtl04 {
  position: relative;
  padding: 12px;
  background: #ff972c;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

#rental #sec_01 .rentaiTtl04:before {
  position: absolute;
  top: 99%;
  right: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 50px 0;
  border-style: solid;
  border-color: #ff972c transparent;
  content: "";
}

#rental #sec_01 .pattern {
  padding: 55px;
  box-sizing: border-box;
  background: #f7eee6;
}

#rental #sec_01 .pattern .ttl_03 {
  margin-bottom: 15px;
  color: #000000;
}

#rental #sec_01 .pattern ul.pattern01 {
  margin-bottom: 40px;
}

#rental #sec_01 .pattern ul.pattern01 li {
  display: flex;
  align-items: center;
  padding: 10px 0 0;
}

#rental #sec_01 .pattern ul.pattern01 li:first-child {
  padding-top: 0;
}

#rental #sec_01 .pattern ul li h5 {
  width: 20%;
  color: #ff8100;
  font-size: 22px;
}

#rental #sec_01 .pattern ul li p {
  width: 80%;
}

#rental #sec_01 .pattern ul.pattern02 li {
  padding: 5px 0 0;
  color: #ff8100;
  font-weight: bold;
  font-size: 22px;
}

#rental #sec_02 {
  padding: 80px 0;
}

#rental #sec_02 .gInner {
  width: 1100px;
}

#rental #sec_02 .box {
  margin-bottom: 70px;
}



#rental #sec_02 ul.rental {
  width: 950px;
  margin: 0 auto 20px;
}

#rental #sec_02 ul.rental li {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b0bbcc;
  font-size: 18px;
}

#rental #sec_02 ul.rental li .left {
  width: 15%;
  font-weight: bold;
}

#rental #sec_02 ul.rental li .right {
  width: 80%;
}



#rental #sec_02 .comment {
  width: 950px;
  margin: auto;
}

#rental #sec_02 ul.product {
  display: flex;
  justify-content: space-between;
}

#rental #sec_02 ul.product li {
  width: 333px;
}

#rental #sec_02 ul.product li a {
  display: block;
  color: #000000;
  transition: .3s;
}



#rental #sec_02 ul.product li .txtArea {
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  transition: .3s;
}

#rental #sec_02 ul.product li .txtArea .ttl {
  margin-bottom: 10px;
  color: #396bcc;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width : 768px) {
  #rental #sec_02 ul.product li a:hover .txtArea {
    background: #396bcc;
    color: #ffffff;
  }

  #rental #sec_02 ul.product li a:hover .txtArea .ttl {
    color: #ffff;
  }
}


/*-----------------------------------------------------

  会社概要 company

------------------------------------------------------*/

#company #sec_01 {
  padding: 80px 0 100px;
}

#company #sec_01 .box01 {
  margin-bottom: 100px;
}

#company #sec_01 .box01 .read {
  margin-bottom: 60px;
  line-height: 2.3;
  text-align: center;
}

#company #sec_01 .box01 .read:last-child {
  margin-bottom: 0;
}

#company #sec_01 .box01 .read>p {
  margin-bottom: 50px;
}

#company #sec_01 .box01 .ttl_03 {
  font-size: 22px;
  text-align: center;
}

#company #sec_01 .box01 .box {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

#company #sec_01 .box01 .box .ttl_04 {
  position: relative;
  margin-bottom: 20px;
  color: #2b57ad;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
}

#company #sec_01 .box01 .box .ttl_04:before {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 7%;
  margin: auto;
  border: 2px solid #396bcc;
  content: "";
}

#company #sec_01 .box01 .box .ttl_04 span {
  display: block;
  color: #97aad0;
  font-size: 13px;
}

#company #sec_01 .box01 .box p {
  line-height: 1.8;
}

#company #sec_01 .box01 .box p span {
  font-size: 11px;
}

#company #sec_01 .box01 .box .rBox,
#company #sec_01 .box01 .box .lBox {
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  background: #e5eff1;
}

#company #sec_01 .box02 .headTxt {
  margin-bottom: 27px;
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

#company #sec_01 .box02 .imgBox {
  margin-bottom: 30px;
}

#company #sec_01 .box02 p {
  line-height: 2.8;
  text-align: center;
}

#company #sec_02 {
  padding: 100px 0;
}

#company #sec_02 table.outline {
  width: 900px;
  margin: auto;
}

#company #sec_02 table.outline tr {
  border-bottom: 1px solid #dddddd;
}

#company #sec_02 table.outline th {
  width: 15%;
  padding: 15px 0;
  text-align: left;
}

#company #sec_02 table.outline td {
  width: 85%;
  padding: 15px 0;
}

#company #sec_03 {
  padding: 100px 0;
}

#company #sec_03 table.history {
  width: 900px;
  margin: auto;
}

#company #sec_03 table.history tr {
  border-bottom: 1px solid #dddddd;
}

#company #sec_03 table.history th {
  width: 15%;
  padding: 15px 0;
  text-align: left;
}

#company #sec_03 table.history td {
  width: 85%;
  padding: 15px 0;
}

/*--------------------------------------------
  パンくず
--------------------------------------------*/

#breadcrumb {
  background: #396bcc;
  line-height: 1;
  text-align: left;
}

#breadcrumb ul {
  width: 1100px;
  margin: 0 auto;
}

#breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  color: #ffffff;
  font-size: 13px;
}

#breadcrumb li:last-child {
  padding-right: 0;
}

#breadcrumb li a {
  padding: 5px 0;
  color: #ffffff;
  text-decoration: underline;
}

#breadcrumb li a:hover {
  text-decoration: none;
}

#breadcrumb li:before {
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: bold;
  content: "＞";
}

#breadcrumb li:last-child:before {
  content: none;
}

/*-----------------------------------------------------

  サイトマップ sitemap

------------------------------------------------------*/
#faq #sec_01 {
  padding: 80px 0 100px;
}

#faq .categoryList {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 1100px;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans CJK JP Subset";
}

#faq .categoryList p {
  display: block;
  width: 85px;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #dddddd;
}

#faq .categoryList ul {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}

#faq .categoryList li {
  margin: 2px 8px 2px 0;
}

#faq .categoryList li:last-child {
  margin-right: 0;
}

#faq .categoryList li a {
  display: block;
  padding: 8px 17px;
  border: 1px solid #396bcc;
  background: #396bcc;
  color: #ffffff;
  font-size: 15px;
  transition-duration: .3s;
}

@media screen and (min-width : 768px) {
  #faq .categoryList li a:hover {
    background: #ffffff;
    color: #396bcc;
  }
}

#faq .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 80px;
  ;
}

#faq .box:last-child {
  margin-bottom: 0;
}

#faq .box h3 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 27px;
  font-size: 24px;
  font-family: "Noto Sans CJK JP Subset";
}

#faq .box h3:before {
  position: absolute;
  top: 0;
  left: 3px;
  width: 5px;
  height: 100%;
  border-radius: 5px;
  background-color: #8aadf1;
  content: "";
}

#faq .faqBox dt {
  position: relative;
  padding: 35px 0;
  padding-right: 75px;
  padding-left: 40px;
  border-bottom: 2px dotted #dddddd;
  color: #272b31;
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Sans CJK JP Subset";
  cursor: pointer;
  transition-duration: .3s;
}

#faq .faqBox dt:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  background: url(../Image/faq/icon_arrow.png) no-repeat center center;
  content: "";
  transition: .4s;
}

@media screen and (min-width : 768px) {
  #faq .faqBox dt:hover:after {
    bottom: -5px;
  }

  #faq .faqBox dt:hover,
  #faq .faqBox dt.open {
    color: #ec7800;
  }
}

#faq .faqBox dt.open:after {
  transform: rotateX(180deg);
}

#faq .faqBox dt:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -3px;
  width: 35px;
  height: 35px;
  margin: 0 6px 0 0;
  background: url(../Image/faq/icon_question.png) no-repeat center center;
  background-size: contain;
  vertical-align: -9px;
  content: "";
}

#faq .faqBox dd {
  display: none;
}

#faq .faqBox dd {
  margin-bottom: 30px;
  padding: 30px;
  background: #ffffff;
  font-size: 15px;
  line-height: 1.9;
}

#faq .faqBox dd h4 {
  margin-bottom: 15px;
  color: #10843a;
  font-size: 18px;
}

#faq .faqBox dd:last-child {
  margin-bottom: 0;
}


/*-----------------------------------------------------

  コインパーキング機器のご紹介 introduction

------------------------------------------------------*/
#introduction .bg_gry {
  padding-top: 50px;
}

#introduction .pnavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

#introduction .pnavi li {
  width: 33.3%;
  border: 0 solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
}

#introduction .pnavi li a {
  display: block;
  height: 100%;
  padding: .5em 1em;
  box-sizing: border-box;
  background: #ff972c;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width : 768px) {
  #introduction .pnavi li a:hover {
    background: #ffffff;
    color: #ff972c;
  }
}

#introduction section.c-box {
  padding-bottom: 3em;
}

#introduction section.c-box .gInner {
  padding: 3em;
  box-sizing: border-box;
  background: #ffffff;
}

#introduction section.c-box p {
  margin-bottom: 1em;
}

#introduction section.c-box img {
  max-width: 100%;
  margin-bottom: 2em;
}

#introduction section.c-box h3 {
  color: #396bcc;
  font-size: 24px;
}

#introduction section.c-box h4 {
  font-size: 20px;
}

#introduction .btn_01 {
  margin-bottom: 1em;
}

/*-----------------------------------------------------

  サイトマップ sitemap

------------------------------------------------------*/

#sitemap #sec_01 {
  padding: 80px 0 80px;
}

#sitemap #sec_01 ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: auto;
}

#sitemap #sec_01 li {
  position: relative;
  width: 30%;
  margin-right: 5%;
  border-bottom: 1px dotted #bdb5b5;
}

#sitemap #sec_01 li:before {
  display: inline-block;
  position: absolute;
  top: 21px;
  left: 0;
  width: 23px;
  height: 17px;
  background: url(../Image/common/icon_arrow.png) no-repeat;
  background-size: contain;
  line-height: 1;
  content: "";
}

#sitemap #sec_01 li:nth-child(3n) {
  margin-right: 0;
}

#sitemap #sec_01 li a {
  display: block;
  position: relative;
  padding: 17px 0 17px 19px;
  color: #1a408a;
  font-weight: bold;
}

@media screen and (min-width : 768px) {
  #sitemap #sec_01 li a:hover {
    padding-left: 25px;
    color: #ff972c;
  }
}


/*-----------------------------------------------------

  privacypolicy　　プライバシーポリシー

------------------------------------------------------*/

#privacy #sec_01 {
  padding: 100px 0;
}

#privacy #sec_01 .gInner {
  width: 1000px;
  margin: auto;
  text-align: left;
}

#privacy #sec_01 .read {
  margin-bottom: 40px;
}

#privacy #sec_01 .privacy dt {
  margin-bottom: 15px;
  padding-left: 16px;
  border-left: 6px solid #396bcc;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}

#privacy #sec_01 .privacy dd {
  margin-bottom: 50px;
}

#privacy #sec_01 .privacy dd:last-child {
  margin-bottom: 0;
}

#privacy #sec_01 .privacy ul {
  margin-left: 30px;
}

#privacy #sec_01 .privacy li {
  padding: 7px 0 7px 17px;
  background: url(../Image/privacypolicy/icon_ccl.png) no-repeat 0 55%;
}

#privacy #sec_01 .privacy li:last-child {
  padding-bottom: 0;
}

#privacy #sec_01 ul.inList {
  margin-left: 0;
}


/*-----------------------------------------------------

  新着情報 news

------------------------------------------------------*/

#news #sec_01 {
  padding: 50px 0 80px;
}

#news #sec_01 .gInner {
  width: 1000px;
  margin: auto;
}

#news #sec_01 .news li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
}

#news #sec_01 .news li a {
  display: flex;
  align-items: baseline;
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  color: #252628;
  font-weight: bold;
  ;
}

@media only screen and (min-width:768px) {
  #news #sec_01 .news li a:after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    border-bottom: solid 2px #ff972c;
    content: " ";
    transition: all .3s ease;

    -webkit-transition: all .6s ease;
  }

  #news #sec_01 .news li a:hover:after {
    width: 100%;
  }

  #news #sec_01 .news li a:hover {
    color: #ff972c;
  }

  #news #sec_01 .news li a:hover .date {
    color: #ff972c;
  }
}

#news #sec_01 .news li a .date {
  margin-right: 14px;
  color: #396bcc;
  font-weight: bold;
}

/*詳細*/
#news .single #sec_01 {
  padding: 50px 0 80px;
}

#news .single #sec_01 .gInner {
  width: 1000px;
  margin: auto;
  padding: 60px;
  box-sizing: border-box;
  background: #ffffff;
}

#news .badge {
  width: 43px;
  margin: 0 10px;
  padding: 4px 7px;
  background: #396bcc;
  color: #ffffff;
  font-size: 12px;
}

#news .single #sec_01 .ttl_box {
  line-height: 1;
  text-align: left;
}

#news .single #sec_01 .ttl_box .date {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}

#news .single #sec_01 .ttl_box .badge {
  display: inline-block;
  padding: 2px 12px;
  background: #396bcc;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

#news .single #sec_01 .ttl_box .badge a {
  color: #ffffff;
}

#news .single #sec_01 .ttl_box .ttl {
  margin-bottom: 30px;
  padding: 16px 0;
  border-bottom: 2px solid #396bcc;
  font-size: 28px;
  line-height: 1.4;
  font-family: "Noto Sans Japanese";
}

#news .single #sec_01 .txt_box {
  margin-bottom: 50px;
  padding: 0 25px 0;
  line-height: 1.9;
  text-align: left;
}

#news .single .btn_01 {
  position: relative;
  z-index: 1;
  width: 40%;
  margin: auto;
}


/*-----------------------------------------------------

  お問い合わせ

------------------------------------------------------*/

#contact #sec_01 {
  padding: 50px 0 80px;
}

#contact #sec_01 .gInner {
  width: 1000px;
  margin: auto;
}

#contact #sec_01 .read {
  margin-bottom: 30px;
  line-height: 2.3;
  text-align: center;
}

#contact #sec_01 table {
  width: 850px;
  margin: auto;
  font-size: 16px;
  line-height: 2.2;
  text-align: left;
}

#contact #sec_01 tbody {
  vertical-align: top;
}

#contact #sec_01 tr {
  border-bottom: 1px solid #d0cabf;
}

#contact #sec_01 th {
  width: 30%;
  padding: 15px 0;
  color: #312e2e;
  font-size: 18px;
  vertical-align: top;
}

#contact #sec_01 th span {
  line-height: 2.1;
}

#contact #sec_01 td {
  width: 70%;
  padding: 15px 0 15px 30px;
  box-sizing: border-box;
  color: #312e2e;
  font-weight: normal;
  font-size: 18px;
  line-height: 2.2;
}

#contact #sec_01 .sheet_01 td li input,
#contact #sec_01 .sheet_01 td li select {
  margin: 0 0 0 15px;
}

#contact #sec_01 .sheet_01 td input,
#contact #sec_01 .sheet_01 td textarea,
#contact #sec_01 .sheet_01 td li select,
form#mailformpro label {
  color: #312e2e;
  line-height: 24px;
}

#contact #sec_01 .sheet_01 td input.long {
  width: 65%;
}

#contact #sec_01 .sheet_01 td input.middle {
  width: 45%;
}

#contact #sec_01 .sheet_01 td input.short {
  width: 30%;
  margin-right: 5px;
}

#contact #sec_01 .sheet_01 td input.born {
  width: 10%;
  margin-right: 5px;
}

#contact #sec_01 .sheet_01 td select {
  padding: 6px 8px;
  line-height: 24px;
  font-family: "メイリオ", Meiryo, sans-serif;
}

#contact #sec_01 .sheet_01 td textarea {
  width: 99% !important;
  height: 150px !important;
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  resize: none;
}

#contact #sec_01 .mfp_buttons {
  padding: 30px 0 0;
}

#contact #sec_01 .mfp_buttons button {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 12px 0;
  border: 2px solid #ef647c;
  border-radius: 0 !important;
  background: #ef647c;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: .4s;
}

#contact #sec_01 .mfp_buttons button:hover {
  border: 2px solid #ef647c;
  background: #ffffff;
  color: #ef647c;
}

#contact .mfp_buttons {
  padding: 40px 0 0;
}

#contact input[type="radio"] {
  width: 1.1em;
  height: 1.1em;
}

#contact #sec_01 .sheet_01 td li {
  margin: 0 0 15px;
}

#contact #sec_01 .sheet_01 td li:last-child {
  margin: 0;
}

/*補助テキスト*/
#contact #sec_01 .sheet_01 td .support {
  margin: 0 0 0 8px;
  color: #737373;
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*送信ボタン*/
#contact #sec_01 .mfp_buttons button,
#contact #sec_01 #mfp_button_send {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 12px 0;
  border: 2px solid #ff972c;
  border-radius: 0 !important;
  background: #ff972c;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
  transition: .4s;
}

#contact #sec_01 #mfp_button_send {
  margin-bottom: 15px;
}

#contact #sec_01 .mfp_buttons button:hover,
#contact #sec_01 #mfp_button_send:hover {
  border: 2px solid #ff972c;
  background: #ffffff;
  color: #ff972c;
}

#contact #sec_01 .mfp_buttons button#mfp_button_cancel {
  border: 2px solid #adadad;
  background: #adadad;
}

#contact #sec_01 .mfp_buttons button#mfp_button_cancel:hover {
  border: 2px solid #adadad;
  background: #ffffff;
  color: #adadad;
}

div.prefcodeResult {
  position: static;
}



/*ボタン装飾*/
input[type=radio] {
  display: none;
}

form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}

.radio,
.checkbox {
  display: inline-block;
  position: relative;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color .2s linear;

  -webkit-transition: background-color .2s linear;
}

.radio:hover,
.checkbox:hover {
  background-color: #ef8dbd;
}

.radio:hover:after,
.checkbox:hover:after {
  border-color: #ffffff;
}

.radio:after,
.checkbox:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid #bbbbbb;
  border-radius: 6px;
  content: "";
  transition: border-color .2s linear;

  -webkit-transition: border-color .2s linear;
}

.radio:before {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #ca0868;
  content: "";
  transition: opacity .2s linear;

  -webkit-transition: opacity .2s linear;
}

input[type=radio]:checked+.radio:before {
  opacity: 1;
}

.checkbox:before {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: rotate(45deg);
  width: 5px;
  height: 9px;
  margin-top: -7px;
  border-right: 3px solid #ca0868;
  border-bottom: 3px solid #ca0868;
  content: "";
  transition: opacity .2s linear;

  -webkit-transition: opacity .2s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox:before {
  opacity: 1;
}

/*=======サンクスページ=======*/

#thanks #mainimage:before {
  background: url(../Image/registration/mv.png) no-repeat center center;
}

.thanksWrapp {
  width: 1100px;
  margin: auto;
  padding: 80px 0;
  line-height: 1.7;
  text-align: center;
}

.thanksWrapp p {
  margin: 0 0 40px 0;
  line-height: 2.2;
}

.thanksWrapp h2,
.thanksWrapp h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Noto Sans Japanese";
}

.thanksWrapp .btn_01 {
  width: 30%;
  margin: auto;
}

/*-----------------------------------------------------

  各フォーム共通CSS

------------------------------------------------------*/
#contactform {
  width: 75%;
  margin: 0 auto;
  box-sizing: border-box;
}

#contactform th,
#contactform td {
  padding: 20px;
  border-bottom: solid 1px #aaaaaa;
  font-size: 16px;
  vertical-align: middle;
  ;
}

#contactform th {
  width: 30%;
  text-align: left;
}

#contactform td {
  width: 70%;
}

#contactform label {
  display: block;
}

#contactform .radioBox li {
  display: inline-block;
  margin-right: 30px;
  line-height: 1;
}

#contactform .radioBox li label {
  border: none;
  background: none;
}

#contactform .radioBox input[type="radio"] {
  display: none;
}

#contactform .radioBox .text {
  display: block;
  position: relative;
  padding-left: 20px;
}

#contactform .radioBox .text:before {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border: solid 1px #aaaaaa;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

#contactform .radioBox .text:after {
  opacity: 0;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 4px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #d31c1c;
  content: "";
}

#contactform .radioBox input[type="radio"]:checked+.text:after {
  opacity: 1;
}

#contactform .short {
  width: 20%;
}

#contactform .middle {
  width: 50%;
}

#contactform .long {
  width: 60%;
}

#contactform .formparts {
  background: #f2f2f2;
}

#contactform .formparts.problem {
  background: #ffe6e6;
}

#contactform table {
  margin-bottom: 30px;
}

/*  Mailform pro Reset CSS
-------------------------------*/
#contactform .mfp_element_textarea {
  width: 80%;
  height: 200px;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
  padding: 5px;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 16px;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
  position: relative;
  width: 200px;
  padding: 18px 40px 19px;
  overflow: hidden;
  border: solid 1px #d80000;
  border-radius: 0;
  background: #d80000;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans Japanese", sans-serif;
  text-align: center;
  text-shadow: none;
  transition: .4s ease;
}

div.mfp_buttons button#mfp_button_cancel {
  border-color: #595959;
  background: #ffffff;
  color: #595959;
  ;
}

@media screen and (min-width : 768px) {

  .mfp_element_submit:hover,
  .mfp_element_reset:hover,
  .mfp_element_button:hover {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #ffffff;
  }

  div.mfp_buttons button#mfp_button_cancel:hover {
    background: #595959;
    color: #ffffff;
  }
}

/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
  padding-left: 0;
  background: none;
  color: #ff2266;
  font-weight: bold;
}

/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
  background-color: #ffdddd;
}

/* 入力OKのエフェクト */
div.mfp_ok {
  border-color: #ff7500;
  background-color: #ff7500;
  font-size: 12px;
}

/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table {
  width: 100%;
  margin: 0 auto 40px;
}

/* 内容確認画面のテーブルのデザイン */

table#mfp_confirm_table {
  width: 75%;
}

#mfp_confirm_table tr {
  border-bottom: 1px solid #c4c4bd;
}

#mfp_confirm_table tr:first-child {
  border-top: 1px solid #c4c4bd;
}

table#mfp_confirm_table tr th {
  width: 16%;
  padding: 30px 20px;
  font-size: 14px;
  letter-spacing: .1em;
  text-align: left;
}

table#mfp_confirm_table tr td {
  padding: 30px 20px;
  font-weight: bold;
  font-size: 14px;
}

table#mfp_confirm_table tr.mfp_colored,
table#mfp_confirm_table tr.mfp_achroma {
  background-color: transparent;
}

div#mfp_phase_confirm .mfp_buttons button:nth-child(1) {
  margin-right: 15px;
}

div#mfp_phase_confirm .mfp_buttons {
  font-size: 0;
}

div#mfp_phase_confirm h4 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
  color: #ba2424;
  font-size: 20px;
}

form#mailformpro {
  padding: 0;
}

/* 入力画面の「必須」のデザイン */
.must-fill {
  display: inline-block;
  float: right;
  margin-top: 3px;
  margin-left: 10px;
  padding: 1px 8px;
  border-radius: 4px;
  background: #ba2424;
  color: #ffffff;
  font-size: 12px;
}

.not_must-fill {
  display: inline-block;
  float: right;
  margin: 7px 0 0 0;
  padding: 1px 8px;
  border-radius: 2px;
  background: #999999;
  color: #ffffff;
  font-size: .7em;
}

/*-----------------------------------------------------
  Pascal PAGER
------------------------------------------------------*/
a[title*="page"] {
  display: inline-block;
  clear: both;
  width: 30px;
  height: 30px;
  border: 1px solid #f4f3ee;
  background: #f4f3ee;
  color: #0168b7;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  ;
}

a[title*="previous"] {
  margin-right: 5px;
}

b u {
  display: inline-block;
  clear: both;
  width: 30px;
  height: 30px;
  background: #0168b7;
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width : 768px) {
  a[title*="page"]:hover {
    border-color: transparent;
    background: #0168b7;
    color: #ffffff;
    font-weight: bold;
  }
}

/*-----------------------------------------------------

  NOT FOUND     not_found

------------------------------------------------------*/
#not_found #main-cts {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

#not_found #main-cts .gInner {
  width: 80%;
}

#not_found #sec_01 {
  padding: 80px;
}

#not_found #sec_01 .message p {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
}


/*-----------------------------------------------------
  ブログなどのページャー（Wordpress）
------------------------------------------------------*/
/* ナビゲーション全体のデザイン */
.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}

/* ボタン<a>タグのデザイン */
.wp-pagenavi a {
  display: inline-block !important;
  margin-right: 4px !important;
  padding: 0 10px !important;
  border: 1px solid #3463be !important;
  background: #ffffff !important;
  color: #3463be !important;
  line-height: 1.8 !important;
  text-decoration: none !important;
}

/* ボタン<a>タグのホバー時のデザイン */
.wp-pagenavi a:hover {
  background: #3463be !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* 表示中のページ番号のデザイン */
.wp-pagenavi .current {
  display: inline-block !important;
  margin-right: 4px !important;
  padding: 0 10px !important;
  border: 1px solid #3463bf !important;
  background: #3463be !important;
  color: #ffffff !important;
  line-height: 1.8 !important;
}

/* 矢印（ < とか > ）のデザイン */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  background: none !important;
  color: #444444 !important;
  font-weight: bold !important;
  line-height: 1.8 !important;
}

/*
     FILE ARCHIVED ON 22:09:41 Feb 03, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:38:06 Nov 22, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 197.368
  exclusion.robots: 0.063
  exclusion.robots.policy: 0.056
  cdx.remote: 0.047
  esindex: 0.008
  LoadShardBlock: 82.925 (3)
  PetaboxLoader3.datanode: 96.229 (5)
  load_resource: 199.783 (2)
  PetaboxLoader3.resolve: 123.363 (2)
*/


/* 0213 */
#top #mainimage .pBox .fontR br {
    display: none;
}

@media screen and (max-width: 767px) {
    #top #mainimage .catchcopy{
        font-size: 20px!important;
    }
    #top #mainimage .pBox ul {
        flex-direction: column;
    }
    #top #mainimage .catchcopy span{
        font-size: 14px;
    }
    #top #mainimage .pBox #agentBox .fontS,
    #top #mainimage .pBox #agentBox .fontL{
        padding-left: 0;
    }
    #top #mainimage .pBox .fontR{
        text-align: left;
        font-size: 16px;
    }
    #top #mainimage .pBox .fontR br{
        display: block;
    }
    #top #mainimage .pBox #agentBox .fontS:last-child{
        text-align: left;
    }
}


.salesBtn{
    transition: all .4s;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.salesBtn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    z-index: 3;
}
.salesBtn:before,
.salesBtn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .4s;
}
.salesBtn:before {
    z-index: 2;
    background: #ffc45c;
    background: -moz-linear-gradient(top, #ffc45c 0%, #ff972c 45%, #ec7800 60%, #ff972c 100%);
    background: -webkit-linear-gradient(top, #ffc45c 0%, #ff972c 45%, #ec7800 60%, #ff972c 100%);
    background: linear-gradient(to bottom, #ffc45c 0%, #ff972c 45%, #ec7800 60%, #ff972c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc45c', endColorstr='#ff972c', GradientType=0);
}
.salesBtn:after {
    z-index: 1;
    background: #5e7eff;
    background: -moz-linear-gradient(top, #5e7eff 0%, #2d73ff 45%, #004eea 60%, #2d73ff 100%);
    background: -webkit-linear-gradient(top, #5e7eff 0%, #2d73ff 45%, #004eea 60%, #2d73ff 100%);
    background: linear-gradient(to bottom, #5e7eff 0%, #2d73ff 45%, #004eea 60%, #2d73ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e7eff', endColorstr='#2d73ff', GradientType=0);
}
@media screen and (min-width: 768px) {
    .salesBtn:hover:before {
        opacity: 0;
    }
}