@charset "utf-8";

.l-content {
  background-color: #0e357f;
  color: #fff;
}

/**
 * forms
 */
.forms {
  background: url("../img/form_bg.jpg") no-repeat center/cover;
  color: #333;
  margin: 0;
  overflow-x: hidden;
  /* padding: 28px 0; */
  position: relative;
}

.forms-tab-list {
  border-bottom: solid 2px #fdf100;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
}

.forms-tab-list::after {
  background: #f28d01;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}

.forms-tab-item {
  background: #0f3580;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;

  font-size: 2rem;
  font-weight: bold;

  height: 65px;
  line-height: 30px;
  padding-bottom: 7px;
  text-align: center;
  width: -webkit-calc((100% - 5px) / 2);
  width: calc(100% / 3);
}

.forms-tab-item em {
  display: block;
  font-size: 1.3em;
  margin-left: .1em;
  vertical-align: middle;
}

/*
.forms-tab-item:first-child {float: left;}
.forms-tab-item:last-child {float: right;}
*/
.forms-tab-item {float: left;}

.is-forms-tab-active {
  background-color: #f28d01;
  font-size: 2.0rem;
  /*line-height: 50px;*/
}

.forms-container {
  left: 0;
  position: relative;
}

.forms-clear {
  clear: both;
  height: 0;
}

@media screen and (min-width: 641px) {
  .forms {
    background-image: url("../img/form_bg_pc.jpg");
    overflow-x: visible;
    padding: 0;
    width: 100%;
  }
  .forms .top_visual{
    margin: 0 auto 30px;
    display: block;
  }
  .forms .top_visual_bg.black{
	  background: #000;
  }
  .forms .top_visual.l-pc-show{
	  display: block;
	  width: 100%;
	  max-width: 1200px;
  }
  .forms .top_visual.l-sp-show{display: none;}

  .forms-container {
    margin: 0 auto;
    position: relative;
    width: 1020px;
  }

  .forms-container::before,
  .forms-container::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 490px;
    z-index: 0;
  }

  .forms-container::before {left: 0;}
  .forms-container::after {right: 0;}
}

.form {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 1000;
}

.form.is-form-active {display: block;}

.form-inner {
  background-color: #fff;
  margin: 0 5px;
  padding: 15px 0 7px 0;
  position: relative;
}

@media screen and (min-width: 641px) {
  .form {
    display: block;
    width: 490px;
  }
  .form-search {float: right;}
  .form-assessment {float: left;}

  .form-inner {
    background: none;
    margin: 0;
    padding: 25px 25px 30px;
  }
  .form.inspection {
    display: none;
  }

}

.btn-form-switch {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: -18px;
  width: 52px;
}

.btn-form-switch img {width: 100%;}
.btn-sell {left: 10px;}
.btn-search {right: 10px;}

.form-title {
  color: #0e357f;
  display: none;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.0;
  margin: 0;
  padding-top: 20px;
  text-align: center;
}

.form-title strong {
  font-size: 4.0rem;
  font-weight: normal;
}

.form-title span {font-size: 2.2rem;}

.form-copy {
  color: #f18d00;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 7px 0 3px;
}

.form-copy em {
  font-size: 2.2rem;
  line-height: 1.1;
}

.form-note {
  font-size: 1.0rem;
  line-height: 1.4;
  margin: 0;
}
.form-note.pt {
  padding-top: 10px;
}
.txt_notes {
	font-size: 1.1rem;
    text-align: center;
	color: #333;
	font-weight: normal;
    display: block;
}

.form-body {margin: 15px 0 0;}

@media screen and (max-width: 640px) {
  .form-copy-wrapper {padding: 0 13px;}

  .form-copy {
	display: none;
    float: left;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
	font-size: 1.3rem;
  }
	.txt_notes {
		font-size: 1.0rem;
	    text-align: left;
	display: none;
	}

  .form-note {clear: both; display: none;}

  .medals .form-note{display: block;}

  .form-copy-wrapper img {
    width: 100%;
  }
	.form-copy em {
	  font-size: 1.5rem;
	  line-height: 1.1;
	}
}

@media screen and (min-width: 641px) {
  .form-title {
    display: block;
    font-size: 5.6rem;
    padding-top: 0;
  }

  .form-title span {font-size: .7em;}
  .form-title strong {font-size: 1.4em;}

  .form-copy {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
  .form-copy br.pc_show {display: block;}
  .form-copy br {display: none;}
  .inspection .form-copy br {display: block;}

  .form-copy em {
    font-size: 1em;
    line-height: 1.4;
  }

  .form-note {
    font-size: 1.1rem;
    margin-bottom: 5px;
    text-align: center;
  }

  .form-note br {display: none;}
  .form-body {margin-top: 20px;}
}

.maker-list {
  overflow: hidden;
  padding: 0 10px;
}

.maker-list li {
  float: left;
  font-size: 1.2rem;
  margin: 10px 0 0 10px;
  padding: 1px 1px 1px 7px;
  width: calc((100% - 20px) / 3);
}


.maker-list .selected {
  border: solid 2px #ff3c00;
  padding: 0 0 0 6px;
}


.maker-list .colspan2 {
  width: calc((100% - 10px) - ((100% - 20px) / 3))
}
.maker-list .wide {
  width: calc((100% - 10px) - ((100% - 10px) / 2))
}

.maker-list .no-icon {text-align: center;}
.maker-list img {margin-right: 4px;}

@media screen and (max-width: 640px) {
  .maker-list li:nth-child(3n+1) {margin-left: 0;}
}

@media screen and (min-width: 641px) {
  .maker-list {
    margin-top: 10px;
    padding: 0;
  }

  .maker-list li {width: calc((100% - 30px) / 4);}
  .maker-list li:nth-child(4n+1) {margin-left: 0;}
  .maker-list li:nth-child(-n+4) {margin-top: 0;}
  .maker-list .colspan2 {width: calc(((100% - 30px) / 4) * 2 + 10px);}
  .maker-list .wide {width: calc(((100% - 30px) / 4) * 1.5 + 5px);}
}

.forms .btn-wrapper {
  margin-top: 20px;
  text-align: center;
}

.forms .btn-wrapper2 {
  margin-bottom: 20px;
  text-align: center;
}

.forms .btn-orange {
  font-size: 1.9rem;
  font-weight: bold;
  padding: 15px 30px;
}

.forms .btn-blue {
  font-size: 1.9rem;
  font-weight: bold;
  padding: 15px 30px;
}

.form-search .banner {padding: 0 10px;}

.form-search .banner p {
  color: #244c94;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.form-search .banner a {
  display: block;
  margin-bottom: 1em;
}

.form-search .banner img {width: 100%;}
.form-search .banner a:last-child {margin-bottom: 0;}

@media screen and (min-width: 641px) {
  .forms .btn-orange {padding: 15px 50px;}

  .form-search .banner {padding: 0;}

  .form-search .banner p {
    font-size: 2.0rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}

.form-note-require {
  font-size: 1.1rem;
  text-align: center;
}

.forms fieldset {
  border: none;
  margin: 0;
  padding: 30px 0 0;
  position: relative;
}

.forms legend {
  background-color: #d4eaf8;
  display: block;
  font-size: 1.5rem;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .forms .top_visual{width: 100%;}
}
@media screen and (max-width: 640px) {
  .forms.top_visual_area {padding: 0;}
  .forms .top_visual{
    margin: 0 auto 0px;
    display: block;
    width: 100%;
  }
  .forms .top_visual.l-pc-show{display: none;}
  .forms .top_visual.l-sp-show{display: block;}
  .forms table,
  .forms tbody,
  .forms tr,
  .forms th,
  .forms td {
    display: block;
  }

  .forms table {margin: 5px 10px 20px;}

  .forms th {
    font-size: 1.3rem;
    padding-top: 10px;
    text-align: left;
  }

  .forms th span {
    font-size: 1.1rem;
    font-weight: normal;
  }
}

.form-input-full,
.form-select-full {
  width: 100%;
}

.input-half-wrapper {overflow: hidden;}

@media screen and (max-width: 640px) {
  .form-input-half {width: calc((100% - 10px) / 2);}
  .form-input-half:first-of-type {float: left;}
  .form-input-half:nth-of-type(2) {float: right;}
}

.car-info table {margin-top: 15px;}
.car-info th {display: none;}
.car-info td {padding-bottom: 5px;}

.form-assessmentt .btn-wrapper {margin: 0;}

@media screen and (min-width: 641px) {
  .form-note-require {
    margin: 0;
    text-align: right;
  }

  .form-body {margin-top: 5px;}

  .forms legend {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
  }

  .forms table {
    border-collapse: collapse;
    margin: 10px 0;
    table-layout: fixed;
    width: 100%;
  }

  .forms th,
  .forms td {
    padding-bottom: 5px;
  }

  .forms th {
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 10px;
    text-align: left;
    width: 130px;
  }

  .form-input-full,
  .form-select-full {
    width: 190px;
  }

  .form-input-half {
    float: left;
    margin-right: 10px;
    width: 90px;
  }

  .input-half-wrapper p {
    font-size: 1.1rem;
    line-height: 37px;
    margin: 0;
  }


  .car-info th {display: table-cell;}
}



/**
 * shops
 */
.shops {
  padding-top: 30px;
  position: relative;
}

.shops-title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}

.shops-title em {font-size: 2.6rem;}

.shops-title strong {
  color: #fff100;
  font-size: 3.4rem;
  margin: 0 .1em;
}

.shops h2 {
  margin: 0;
  position: relative;
  z-index: 1000;
}
.shops h2 span{
    display: block;
    font-size: 1.5rem;
    padding-top:10px;
}
.imagemap-sp {
  position: absolute;
  right: 15px;
  top: 30px;
  width: 61.1%;
  z-index: 500;
}

@media screen and (max-width: 640px) {
	.shops h2 span{
	    font-size: 1.0rem;
	    padding-top:5px;
	}
  .shops h2 img {width: 61%;}
  .shops-inner {margin: -70px 0 40px;}

  .shop-flyer-sp {
    margin-top: 20px;
    position: relative;
    z-index: 1000;
  }

  .shop-flyer-sp img {width: 40.34%;}
}

@media screen and (min-width: 641px) {
  .shops {padding-top: 65px;}

  .shops-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .shops-title em {font-size: 5.6rem;}
  .shops-title strong {font-size: 7.6rem;}
}



/**
 * powers
 */
.powers {
  background: url("../img/powers_bg.jpg") no-repeat left top;
  background-size: 450px 230px;
}

.powers-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}

.powers-copy {
  font-size: 1.2rem;
  margin: 5px 0 0;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .powers {
    background: url("../img/powers_bg_pc.jpg") no-repeat center -100px;
    background-size: contain;
  }

  .powers-title {font-size: 6.0rem;}
  .powers-title br {display: none;}

  .powers-copy {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
  }
}

.powers-items {margin-top: 15px;}
.powers-item {width: calc(50% - 10px);}

@media screen and (max-width: 640px) {
  .powers-item:nth-child(odd) {
    clear: both;
    float: left;
  }

  .powers-item:nth-child(even) {float: right;}
}

.powers-item img {width: 100%;}

.powers-item-title {
  font-size: 1.2rem;
  text-align: center;
}

.powers-item-title em {font-size: 1.3rem;}

.powers-item-title strong {
  color: #fff100;
  font-size: 1.8rem;
  display: block;
}

.powers-item-body {font-size: 1.2rem;}
.powers-item-wrapper {position: relative;}

.powers-item-balloon {
  background-color: #f18d00;
  border-radius: 50%;
  font-size: 1.0rem;
  height: 42px;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  right: -8px;
  text-align: center;
  top: 67px;
  width: 42px;
}

.powers-item-balloon span {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (min-width: 641px) {
  .powers-item {
    float: left;
    margin-left: 20px;
    width: 23%;
  }

  .powers-item:first-child {margin-left: 0;}
  .powers-item-title {font-size: 1.6rem;}
  .powers-item-title em {font-size: 1.8rem;}

  .powers-item-title strong {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .powers-item-body {
    font-size: 1.4rem;
    margin-top: 1.5em;
  }

  .powers-item-balloon {
    font-size: 1.4rem;
    height: 70px;
    line-height: 1.2;
    right: -12px;
    top: 120px;
    width: 70px;
  }
}

.medals {
  background: url("../img/medals_bg_arrow.png") no-repeat center 15px;
  background-size: contain;
  text-align: center;
}

.medals p {
  font-size: 1.6rem;
  font-weight: bold;
}
.medals .form-note {
	font-size: 1.1rem;
	padding:20px 0 0 0;
	text-align: left;
    margin: 0 auto;
    width: 100%;
	font-weight: normal;
}
.medals .form-note:last-child {
  padding:0;
}
.medals img {width: 100%;}

@media screen and (min-width: 641px) {
  .medals p {
    font-size: 3.4rem;
    line-height: 1.4;
  }
  .medals img {width: 513px;}
	.medals .form-note {
		font-size: 1.4rem;
		padding:35px 0 0 0;
	    width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.medals img {width: 98%; margin:0 auto;}
}

/**
 * .search-navi
 */
.search-navi {padding:60px 0  30px 0; }
.search-navi header {
	border-top: dashed 3px #0e357f;
	padding-top: 30px;
	color:#ffffff;
	text-align: center;
}

@media screen and (max-width: 640px) {
  .search-navi {padding:0; }
  .search-navi header {
    border-top: dashed 3px #0e357f;
    padding-top: 30px;
		color:#ffffff;
		text-align: center;
  }

  .search-navi .line-heading-large-copy {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .search-navi .line-heading-large-subject {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-top: 5px;
  }

  .search-navi .line-heading-large-subject strong {
    display: block;
    font-size: 2.8rem;
  }
}

.navi-items {overflow: hidden;}

.navi-item {
  background: #0e357f;
  border: solid 2px #0e357f;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  overflow: hidden;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}

.navi-item:hover {opacity: .7;}

@media screen and (max-width: 640px) {
  .navi-item:nth-child(odd) {float: left;}
  .navi-item:nth-child(even) {float: right;}
  .navi-item:nth-child(-n+2) {margin-top: 0;}
}

.navi-item img {width: 100%;}
.navi-item img:hover {opacity: 1;}

.navi-item a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.navi-item-header {
  background:#dddddd url("/search_order/img/arrow_bottom_yellow.png") no-repeat center 5px;
  background-size: 11px 8px;
	color:#0e357f;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  padding: 15px 0 5px;
  text-align: center;
}

.navi-item-header strong {
  display: block;
  font-size: 1.6rem;
}

@media screen and (min-width: 641px) {
  .navi-items {padding-top: 30px;}

  .navi-item {
    float: left;
    margin-left: 20px;
    width: 240px;
  }

  .navi-item:first-child {margin-left: 0;}
}


/**
 * .brands
 */
.brands {
  background-color: #0e357f;
  padding: 15px 0;
}
.brands header {
	border-top: dashed 3px #0e357f;
	padding-top: 80px;
	color:#ffffff;
	text-align: center;
}
.brands .line-heading-large-copy {
	font-size: 2.5rem;
	line-height: 1.2;
}

.brands .line-heading-large-subject {
	line-height: 1.2;
	color:#ffffff;
	margin-top: 5px;
}

.brands .line-heading-large-subject strong {
	display: block;
}

.brands-lead-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 15px 5px;
}

.brands-lead-text em {color: #fff100;}
.brands-lead-text strong {font-size: 2.2rem;}
.brands-lead-image {width: 100%;}

.brands-inner {
  background: #fff;
  margin: -37px 10px 10px;
  padding: 15px;
}

.brands h3 {
  color: #0e357f;
  font-size: 2.1rem;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.brand-items {
  margin-top: 15px;
  text-align: center;
}

.brand-items li {
  width: 100px;
	display: inline-block;
  margin: 0 7px 10px;
}
.brand-items li.long {
  width: 200px;
}

.brand-items img {
  margin-right: 3px;
}

@media screen and (max-width: 640px) {
  .brands.l-container {margin: 0;}
.brands header {
	padding-top: 40px;
}
.brands .line-heading-large-copy {
	font-size: 2.1rem;
}

.brands .line-heading-large-subject {
	font-size: 2.1rem;
margin-bottom:20px;
}
}

@media screen and (min-width: 641px) {
  .brands {padding-bottom: 15px;}
.brands .line-heading-large-copy {
	font-size: 3.1rem;
}

.brands .line-heading-large-subject {
	font-size: 4.3rem;
}

  .brands-lead {
    padding: 20px 0 0 25px;
    position: relative;
  }

  .brands-lead-text {font-size: 3.2rem;}
  .brands-lead-text strong {font-size: 4.4rem;}

  .brands-lead-image {
    position: absolute;
    right: 0;
    top: 18px;
    width: auto;
  }

  .brands-inner {
    margin: 10px 10px 0;
    padding: 35px 80px 30px;
  }

  .brands-inner h3 {font-size: 3.6rem;}
  .brands-inner br {display: none;}
  .brands-inner span {margin-left: 1em;}

  .brand-items {
    margin-top: 20px;
    text-align: left;
  }

  .brand-items li {
    margin-left: 20px;
		text-align: left;
  }
}



/**
 * .deals
 */
.deals {padding: 0 10px 30px;}

.deals-item {
  background: #eee;
  margin-top: 10px;
  padding: 35px 0 10px;
  position: relative;
  text-align: center;
}

.deals-item::before {
  background: url("../img/deals_arrow_down.png") no-repeat center;
  background-size: 19px 10px;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 13px;
  width: 19px;
}

.deals-item img {
  width: 70%;
}


@media screen and (max-width: 640px) {
  .deals .line-heading-large-subject {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .deals .line-heading-large-subject strong {
    display: block;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 641px) {
  .deals-items {
    margin-top: 0;
    overflow: hidden;
  }

  .deals-item {
    box-sizing: border-box;
    height: 300px;
    width: 490px;
  }

  .deals-item:first-child {
    float: left;
    padding-top: 60px;
  }

  .deals-item:last-child {
    float: right;
    padding-top: 50px;
  }

  .deals-item img {width: auto;}

  .deals-item::before {
    background-size: 37px 20px;
    height: 20px;
    left: 50%;
    margin-left: -19px;
    position: absolute;
    top: 24px;
    width: 37px;
  }
}



/**
 * maintenance
 */
.maintenance {
  background: url("../img/maintenance_bg.jpg") no-repeat center top;
  background-size: contain;
  padding: 105px 0 20px;
}

.maintenance-section {
  background-color: rgba(14, 53, 127, .9);
  border: solid 3px #fff;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
  margin: 0 0 20px;
  padding: 20px 15px;
}
  .maintenance-section:hover {
  background-color: rgba(15, 103, 171, .9);
  }

.maintenance-section a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.maintenance-section header {text-align: center;}

.maintenance-title {
  background: url("../../common/img/icon_arrow_right_yellow.png") no-repeat left center;
  background-size: 9px 15px;
  color: #fff100;
  font-size: 2.3rem;
  font-weight: normal;
  margin: 0;
}

.maintenance-copy {
  font-weight: bold;
  margin-top: 0;
}

.maintenance-body {margin: 0;}
.maintenance-body span {
    line-height: 1.8rem;
    display: inline-block;
}


@media screen and (min-width: 641px) {
  .maintenance {
    background-image: url("../img/maintenance_bg_pc.jpg");
    background-size: cover;
    margin: 0 auto;
    min-width: 1020px;
    padding: 350px 0 220px;
  }

  .maintenance-section {
    border-width: 5px;
    box-sizing: border-box;
    float: left;
    margin: 0 0 0 40px;
    padding: 45px 20px 35px;
    width: 490px;
  }
  .maintenance-section:first-of-type {margin-left: 0;}

  .maintenance-title {
    background-size: 17px 30px;
    font-size: 3.6rem;
  }

  .maintenance-copy {font-size: 1.8rem;}
  .maintenance-body {font-size: 1.4rem;}
}

/**
 * recruite
 */
@media screen and (max-width: 640px) {
  .recruit {margin: 0}
}

.recruit-section {
  background-color: #fff100;
  color: #0e357f;
  margin-bottom: 25px;
}
.recruit-section:hover {
opacity: 0.7;
}

.recruit-section a {
  color: #0e357f;
  display: block;
  text-decoration: none;
}

.recruit-section img {width: 100%;}
.recruit-wrapper {padding: 20px 0 15px;}

.recruit-title,
.recruit-body {
  margin: 0;
  padding-left: 35px;
  padding-right: 15px;
}

.recruit-title {
  background: url("../../common/img/icon_arrow_right.png") no-repeat 18px center;
  background-size: 9px 15px;
  font-size: 2.0rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 641px) {
  .recruit {
   
    overflow: hidden;
    padding: 75px 0;
    position: relative;
    width: 100%;
  }

  .recruit-section-wrapper {
    border-color: #fff;
    border-style: solid;
    border-width: 1px 0;
    margin-bottom: 40px;
  }
  
.recruit-section,.recruit-section * {box-sizing: border-box}  
  
	.recruit-section {
	left: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	max-width: 1020px;
  }

  .recruit-wrapper {
    background: url("../../common/img/icon_arrow_right.png") no-repeat 20px center;
    box-sizing: border-box;
    float: left;
    padding: 45px 30px 45px 50px;
    width: 50%;
  }

  .recruit-section-staff::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 25%;
	background-image: url("../img/recruit1-l.jpg");
  }
  
    .recruit-section-staff::after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
	background-image: url("../img/recruit1-r.jpg");
  }
  
    .recruit-section-shop::after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
	background-image: url("../img/recruit2.jpg");
  }  
  
  

/*  .recruit-section-staff::after {background-image: url("../img/recruit1.jpg");}
.recruit-section-shop::after {background-image: url("../img/recruit2.jpg");}*/

  .recruit-title {
    background: none;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.1;
    padding: 0;
  }

  .recruit-body {
    font-size: 1.4rem;
    padding: 0;
  }
}


/**
 * news
 */
.news {padding-bottom: 47px;}

.news-items {margin-bottom: 22px;}

.news-title {
  margin-bottom: 5px;
  text-align: center;
}

.news-item {
  border-bottom: dashed 1px #08204c;
  padding: 12px 0;
}

.news-item a {
  color: #fff;
  display: block;
}

.news-summary {
  font-size: 1.2rem;
  line-height: 1.7em;
  overflow: hidden;
}

.news-category,
.news-time {
  display: inline-block;
}

.news-category {
  background-color: #0091ee;
  border-radius: 3px;
  padding: 0 1em;
	width: 6em;
	text-align: center;
}
.news-category.cm {
  background-color: #ffa800;
}
.news-category.oshirase {
  background-color: #0091ee;
}
.news-category.news {
  background-color: #6cba10;
}

.news-body {margin: 5px 0 0;}
.news .btn-wrapper {text-align: center;}

.news .btn-wrapper a {
  background-color: #0091ee;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 12px 15px;
  text-decoration: none;
}

.news .btn-wrapper a:hover {opacity: .7;}


@media screen and (min-width: 641px) {
  .news-title {
    font-size: 3.0rem;
    text-align: left;
  }

  .news-summary {float: left;}

  .news-body {
    font-size: 1.4rem;
    margin-left: 210px;
    margin-top: 0;
  }

  .l-footer {border-top: solid 1px #fff;}
}

@media screen and (max-width: 768px) and (min-width: 641px){
	.forms-container {
	    width: 98%;
	}
	.forms-container::before, .forms-container::after {
	    width: 49%;
	}
	.form-inner {
	    padding: 25px 1% 30px;
	}
	.form-copy {
	    font-size: 1.6rem;
	}
	.forms {
	    padding: 50px 0 10px;
	}
	.form {
	    width: 48%;
	    margin: 0 1%;
	}
	.form-title {
	    font-size: 4.6rem;
	}
	.maker-list {
	    margin-left: 15px;
	}
	.maker-list li {
	    font-size: 1.1rem;
	    margin: 10px 0 0 5px;
	    padding: 1px 1px 1px 0;
	}
	.recruit {
	    padding: 0;
	    min-width: inherit;
	}
	.recruit-wrapper {
   		background: url(../../common/img/icon_arrow_right.png) no-repeat 13px center;
	    padding: 45px 340px 45px 40px;
	    width: 100%;
	}
	.recruit-section {
	    margin-left: 0;
	    left: 0;
	    width: 100%;
	}
	.recruit-section-staff::after,
	.recruit-section-shop::after {
	    width: 332px;
	}
	.powers-items {
	 	margin: 0 0 0 1%;
	}
	.powers-item {
	    margin-left: 1%;
	    width: 24%;
	}
	.powers-item-balloon {
	    right: -19px;
	    top: -39px;
	}
	.l-container.l-container.news {
	    margin: 0 auto;
	    width: 95%;
	}
	.powers-title {
	    font-size: 5rem;
	}
	.navi-items {
	    margin-left: 1%;
	}
	.navi-item {
	    margin-left: 1%;
	    width: 24%;
	}
	.maintenance {
	    min-width: inherit;
	    width: 100%;
    	padding: 50px 0 20px;
	}
	.maintenance-section {
	    margin: 0 1%;
	    padding: 45px 2% 35px;
	    width: 47%;
	}
	.maintenance-section:first-of-type {
	    margin-left: 2%;
	}
	.maintenance-section:last-of-type {
	    margin-right: 2%;
	}

}
/*  movie
---------------------------------------- */
.movie {
    background: #fff;
	padding: 0 0 40px 0;
}
.movie h2 {
  text-align: center;
  background-color: #043178;
  padding-top: 15px;
  padding-bottom: 15px;
}
.video_box {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: table;
}
.video_box .movie_title{
	width: 100%;
	display: block;
	text-align: center;
	color: #0e357f;
	font-weight: bold;
    font-size: 20px;
    margin: 0;
	margin-bottom: 10px;
}

.video_box .video_wrap {
  width: 50%;
  padding: 0px 10px;
  margin-top: 20px;
  display: table-cell;
}
.video_box .video_wrap iframe{
    width: 376px;
    height: 215px;
}
.video_box video {
  width: 100%;
}
.movie_title span.__txt {
	background: #043178;
	padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 10px;
	color: #ff0;
	border-radius: 10px;
	display: inline-block;
	margin-right: 5px;
}
.lead_01 {
  position: absolute;
  top: 30px;
  left: 117px;
}
.lead_02 {
  position: absolute;
  top: 30px;
  left: 738px;
}

@media screen and (min-width: 750px) {
.video_box {
    width: 860px;
    display: block;
}
.video_box .video_wrap {
    width: 46%;
    display: inline-block;
}
}
@media screen and (max-width: 768px) {
	.movie h2 img{padding-top: 0;}
	.movie h2 img{width: 100%;}
	.video_box {width: 100%;}
	.video_box .video_wrap {width: 33%;}
	.video_box .video_wrap iframe {width: 100%;}
}
/* form
---------------------------------------- */
input[name="name01"],
input[name="name02"],
input[name="phone"] {
  border-color: #a9a9a9;
}

/*
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}
*/
.vcontrol{
	height: 49px;
	background: #1c1c1c;
	position: relative;
}
.vcontrol a{
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 9px;
	left: 9px;
}
.vcontrol a.vplay{
	background: url(/img/assess/kantan31/assess31_btn_play.png) no-repeat;
}
.vcontrol a.vpause{
	display: none;
	background: url(/img/assess/kantan31/assess31_btn_pause.png) no-repeat;
}
.vcontrol a.vvol{
	left: auto;
	right: 44px;
	background: url(/img/assess/kantan31/assess31_btn_volume.png) no-repeat;
}
.video_box .video_wrap.vfullscreen .vcontrol a.vvol{
	right: 60px;
}
.vcontrol a.vmute{
	left: auto;
	right: 44px;
	display: none;
	background: url(/img/assess/kantan31/assess31_btn_mute.png) no-repeat;
}
.vcontrol a.vfull{
	left: auto;
	right: 9px;
	background: url(/img/assess/kantan31/assess31_btn_winfull.png) no-repeat;
}
.vcontrol a.vmin{
	left: auto;
	right: 9px;
	display: none;
	background: url(/img/assess/kantan31/assess31_btn_winmin.png) no-repeat;
}
.video_box .video_wrap.vfullscreen .vcontrol a.vmin{
	right: 25px;
}
.video_wrap.vfullscreen{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: #000;
    z-index: 99999;
}
.video_wrap.vfullscreen video{
	width: 100%;
	height: 100%;
}
.video_wrap.vfullscreen .vcontrol{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.movie {
	    background: #fff;
	    padding: 0 0 20px 0;
	}
  .movie h2 {
    margin-left: -50%;
    overflow: hidden;
  }
	.movie h2 img {width: 135%;}
	.video_box {
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 20px;
	  display: block;
	}
	.video_box .video_wrap {
	    width: 95%;
	    padding: 0;
	    display: block;
	    margin: 10px auto;
	}
	.video_box .video_wrap.vfullscreen  {
	    width: 100%;
	    margin: 0 auto;
	}
	.video_box .vfullscreen .movie_title{display: none;}
	.video_box .video_wrap.vfullscreen .vcontrol a.vvol{right: 35px;}
	.video_box .video_wrap.vfullscreen .vcontrol a.vmin{right: 4px;}

  .video_box .video_wrap iframe {
    width: 100%;
    height: 56vw;
  }

}

.inspection .tc {
  text-align: center;
}
.inspection #form_block_footer {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: #fff;
}
.inspection #form_box_footer p {
  margin: 0;
}
.inspection #form_block_footer .title {
  position: relative;
  text-align: center;
  font-size: 54px;
  color: #041746;
  background-color: #fff;
  margin: 0;
}
.inspection #form_block_footer .title .__notes {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 14px;
}
.inspection #form_box_footer {
	background-color:#fff;
  color: #222;
  width: 920px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 14px;
}
.inspection #form_box_footer_left,
.inspection #form_box_footer_right {
  width:440px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inspection #form_box_footer_left {
	float:left;
}
.inspection #form_box_footer_right {
	float:right;
}
.inspection #form_box_footer .form_inner_head {
  font-weight: bold;
  background-color: #d4eaf8;
  text-indent: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
}
.inspection #form_box_footer_left .__notes {
	font-size: 12px;
	vertical-align: bottom;
    text-align: right;
    padding: 0 50px 0 0;
}
.inspection #form_box_footer table {
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 5px;
}
.inspection #form_box_footer input,
.inspection #form_box_footer select,
.inspection #form_box_footer input,
.inspection #form_box_footer select {
  width: 200px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #d1d1d1;
  padding: 6px 8px 8px 8px;
  margin-left: 0;
}
.inspection #form_box_footer th {
  text-align: left;
  vertical-align: middle;
  width: 140px;
}
.inspection #form_box_footer .form_inner_phone input {
  width: 180px;
}
.inspection #form_box_footer .input_date {
  width: 100px;
}
@media screen and (max-width: 768px) {
	.inspection #form_block_footer {width: 100%;}
	.inspection #form_box_footer {width: 100%;}
	.inspection #form_box_footer_left, .inspection #form_box_footer_right {width: 49%;}
	.inspection #form_box_footer_left .__notes {padding: 0 0 0 0;}

}
@media screen and (max-width: 640px) {
  .inspection .form_area {
    border-bottom: 1px solid #ccc;
  }
  .inspection h1 {
    margin-top: 0;
  }
  .inspection .input_box {
    font-size: 1.4rem;
    padding: 8px;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: inset 0px 2px 4px #cccccc;
    -webkit-box-shadow: inset 0px 2px 4px #cccccc;
    box-shadow: inset 0px 2px 4px #cccccc;
  }
  .inspection .form_area select, .form_area_noborder select {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 10px 5px 0;
  }
  .inspection {
    background-color: #fff;
    color: #222;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .inspection h2 {
    background-color: #041746;
    text-align: center;
    color: #fff;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 0;
  }
  .form_sttl {
    background-color: #eee;
    padding-left: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .inspection .form_box span {
    font-size: 10px;
    margin-left: 3%;
  }
  .inspection .form_box input,
  .inspection .form_box select,
  .inspection .form_box textarea,
  .inspection_flow .form_box input,
  .inspection_flow .form_box select,
  .inspection_flow .form_box textarea {
    margin-left: 3%;
    margin-right: 3%;
  }
  .inspection .input_full,
  .inspection_flow .input_full {
    width: 90%;
  }
}
.urawa{
	margin: 0 auto;
	max-width: 1020px;
	width: 90%;
}
.urawa img{
	width: 100%;
}
.top_btn_wrapper a{
	display: block;
	margin-bottom: 7px;
}
.forms-container.blue-bg{
	background: #0E357F;
}
.forms-container.blue-bg .form-inner{
	background: none;
}
