/* =layout
-------------------------------------------------------------- */
@media screen and (max-width: 999px) {
  #wrapper {
    width: 640px;
    margin: 0 auto;
    box-shadow: 0 3px 10px #aaa;
  }

  .pc {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
}

.content-width {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .content-width {
    width: 600px;
  }
}

.sec-title {
  font-size: 3.5rem;
  text-align: center;
}

.purple {
  color: #171c61;
  font-size: 2.5rem;
}

.red {
  color: #e50012;
}

.yellow {
  color: #fff000;
}

.rem2 {
  font-size: 2rem;
}

.rem4 {
  font-size: 4rem;
}

.rem7 {
  font-size: 7rem;
}

.middle {
  vertical-align: middle;
}

@media screen and (max-width: 999px){
  .rem2 {
    font-size: 2.7rem;
  }

  .purple {
    font-size: 3rem;
  }
}

/*------------------------------------------
             #header
-------------------------------------------*/
#header {
  width: 100%;
}

#header .content-width {
  position: fixed;
  z-index: 9999;
  left: 50%;
  margin-left: -500px;
  text-align: right;
  background:none;
}

@media screen and (max-width: 999px) {
  #header .content-width {
    margin-left: -300px;
	position:absolute;
  }
}

/*------------------------------------------
             #mainvisual
-------------------------------------------*/

#mainvisual h1 {
  margin: 0;
}
#mainvisual h1 img {
  width: 100%;
}

/*------------------------------------------
             #style
-------------------------------------------*/

#style {
  color: #000;
  background: #eeeeee;
  padding: 5px 0 60px;
}

#style .sec-title {
  margin: 40px 0 50px;
}
#style .list-box li {
  width: 33.3%;
  min-height: 605px;
  border-right: solid 3px #000;
  box-sizing: border-box;
  text-align: center;
  padding: 0 35px;
}

#style .list-box li:last-child {
  border: none;
}

#style .list-box .style-title {
  min-height: 150px;
}

#style .list-box .style-title p {
  margin-bottom: 20px;
}

#style .list-box .style-title .rem2 {
  line-height: 1.4;
}

#style .arrow {
  position: relative;
}

#style .arrow::after {
  content: url("../images/arrow.png");
  position: absolute;
  bottom: -22px;
  right: 50%;
  margin-right: -11px;
}

#style .detail {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 999px){
  #style {
    padding-bottom: 0;
  }

  #style .list-box li {
    display: block;
    width: 100%;
    min-height: 0;
    border: none;
    padding: 0;
    font-size: 0;
    margin-bottom: 40px;
  }

  #style .list-box li .imgbox {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
  }

  #style .list-box li .style-title {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 55%;
  }

  #style .list-box li .style-title p:last-child {
    margin: 0;
  }

  #style .list-box li .sp-pad {
    padding: 21px 0;
    box-sizing: border-box;
  }

  #style .arrow::after {
    bottom: -15px;
  }

  #style .list-box li .detail {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
/*------------------------------------------
             #voice
-------------------------------------------*/

#voice {
  background: url("../images/voice_bg.png");
  color: #fff;
  padding: 5px 0 35px;;
}

#voice .balloon {
  text-align: center;
  padding-bottom: 30px;
}

#voice .balloon img {
  vertical-align: middle;
  margin-right: 13px;
}

#voice .balloon img:last-child {
  margin: 0;
}

#voice .photo {
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  text-align: center;
}

#voice .example li {
  width: 33.3%;
  text-align: center;
  font-weight: bold;
}

#voice .example li .line-h {
  line-height: 0.7;
}

#voice .example li .middle {
  margin: 0 0.1em;
}

#voice .example li .position {
  font-size: 1.5rem;
}

#voice .example li .name {
  font-size: 1.3rem;
}

@media screen and (max-width: 999px) {
  #voice .example li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 5px 0;
  }

  #voice .example li:last-child {
    margin: 0;
  }

  #voice .example li img {
    width: 400px;
  }

  #voice .example li .position {
    font-size: 2.5rem;
  }

  #voice .example li .name {
    font-size: 2rem;
  }
}

/*------------------------------------------
             #flow
-------------------------------------------*/

#flow {
  color: #000;
  background : #eeeeee;
  padding: 1px 0 40px;
}

#flow .noto {
  letter-spacing: 1px;
}

#flow li {
  position: relative;
  width: 165px;
  margin-right: 43px;
}

#flow li::after {
  content: url("../images/arrow_right.png");
  position: absolute;
  top: 168px;
  right: -26px;
}

#flow li:last-child {
  margin: 0;
}

#flow li:last-child::after {
  content: none;
}

#flow li .imgbox {
  text-align: center;
}

#flow .upper {
  position: absolute;
  top: 98px;
  width: 160px;
  height: 160px;
  box-shadow: 0px 0px 5px #555;
}

#flow li .detail {
  margin-top: 150px;
}

#flow .back-y {
  text-align: center;
  font-size: 4rem;
  margin: 0;
}

#flow .back-y span {
  position: relative;
  z-index: 10;
}

#flow .back-y span::after {
  content: url("../images/yellow_bar.png");
  position: absolute;
  left: 50%;
  margin-left: -320px;
  top: 20px;
  z-index: -1;
}

@media screen and (max-width: 999px){
  #flow ul {
    text-align: center;
  }

  #flow ul li .detail {
    text-align: left;
    font-size: 1.8rem;
  }

  #flow .back-y::after {
    width: 90%;
  }

}
/*------------------------------------------
             #license
-------------------------------------------*/

#license {
  background: url("../images/license_bg.jpg");
  background-size: cover;
  padding: 50px 0 100px;
}

#license .sec-title {
  text-align: left;
  margin: 0;
}

#license ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#license li {
  font-size: 2.5rem;
  padding-left: 20px;
  background: url("../images/arrow_right.png")
  no-repeat left center;
}

@media screen and (max-width: 999px) {
  #license {
    background-position: -150px 0;
  }

  #license .sec-title {
    text-align: center;
  }

  #license ul {
    padding-left: 70px;
  }
}

/*------------------------------------------
             #repair
-------------------------------------------*/

#repair {
  color: #000;
  background: #eeeeee;
  padding: 20px 0;
}

#repair .imgbox {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

#repair .text-box {
  display: inline-block;
  vertical-align: top;
}

#repair .sec-title {
  text-align: left;
  line-height: 1.3;
}

#repair .detail {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  #repair {
    text-align: center;
  }

  #repair .sec-title {
    text-align: center;
  }

  #repair .detail {
    text-align: left;
    font-size: 2.4rem;
  }
}

/*------------------------------------------
             #career
-------------------------------------------*/

#career {
  background: url("../images/career_bg.png");
  background-size: cover;
  color: #000;
  padding: 15px 0 30px;
}

#career .sec-title {
  color: #fff;
  margin: 15px 0;
}

#career .noto {
  letter-spacing: 1px;
}

#career .white-box {
  background: rgba(255,255,255,.7);
  border-radius: 10px;
  padding: 28px 5px 25px 25px;
  margin-bottom: 25px;
}

#career .rep {
  padding-left: 5px;
}

#career .position {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  text-align: center;
  border-right: solid 2px #000;
  margin: 0;
  padding: 33.3px 20px;
  line-height: 1.4;
}

#career .rep .position {
  padding: 54px 17px;
}

#career .detail {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  width: 450px;
  margin: 0;
  padding: 0 30px 0 15px;
}

#career .imgbox {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 999px) {
  #career .white-box {
    padding: 20px;
  }

  #career .white-box .position {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: solid 2px #000;
    padding: 20px;
    font-size: 3rem;
  }

  #career .white-box .detail {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    font-size: 2.4rem;
  }

  #career .white-box .imgbox {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #career .white-box .imgbox img {
    width: 100%;
  }
}

/*------------------------------------------
             #message
-------------------------------------------*/

#message {
  background: #1d2087;
  padding: 40px 0 50px;
}

#message .sec-title {
  color: #fff000;
  margin: 0 0 10px 0;
  font-weight: normal;
}

#message .rem4 {
  font-weight: bold;
}

#message p {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 999px) {
  #message .detail {
    font-size: 2.4rem;
    text-align: left;
  }
}

/*------------------------------------------
             #form
-------------------------------------------*/

#form {
  color: #000;
  background: #eeeeee;
  padding: 1px 0 68px;
}

#form .arrow {
  margin: 0;
  background: url("../images/arrow_right.png")
  no-repeat left center;
  padding-left: 20px;
  font-size: 2rem;
}
#form .arrow span {
  font-size: 1.7rem;
  margin-left: 1em;
}
#form input ,
#form select {
  width: 100%;
  min-height: 55px;
  background: #fff;
  box-shadow: none;
  border: solid 3px #000;
  border-radius: 6px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#form input {
  font-size: 1.5rem;
  padding: 10px;
}
#form select {
  font-size: 2.0rem;
  padding: 10px 50px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*IE対応*/
select::-ms-expand {
  display: none;
}
#form .select-box label {
  position: relative;
}
#form .select-box label:after {
  position: absolute;
  top: -5px;
  right: 25px;
  transform: rotate( 90deg );
  content: url("../images/arrow_right.png");
  pointer-events: none;
}
#form .under {
  margin-top: 20px;
}

#form .submit {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#form .send {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #ff2020;
  width: 450px;
  margin: 0;
  padding: 23.6px 0;
}

#form .send:hover {
  opacity: .7;
  cursor: pointer;
}

#form .text-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

@media screen and (max-width: 999px) {
  #form .arrow {
    font-size: 2.4rem;
  }

  #form .submit {
    width: 100%;
  }

  #form .send {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 3rem;
    padding: 10px 0;
  }

  #form .text-box {
    font-size: 2.4rem;
  }
 
#form input,#form select {
  	font-size: 2.4rem;
  }
  
}

/*------------------------------------------
             #footer
-------------------------------------------*/
#footer {
  /*background: #1d2087;*/
  font-size: 10px;
  padding: 5px;
  text-align: center;
  background: #323136;
  color: #fff;
}

#footer small {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin: 0;
  padding: 7px 0;
  display: block;
}

#footer small a {
  color: #fff;
  text-decoration: underline;
}
.con{
	display:none;
	}
@media screen and (max-width: 999px) {
  #footer .copy {
    font-size: 1.5rem;
  }
  #footer {
	  padding-bottom:150px;
	  }
 .con{
	 display:inherit;
	overflow: hidden;
	position: fixed;
    bottom: 0;
    width: 640px;
        z-index: 9999;
	background: url(../../sp/images/footer_bg01.png);
}
.con ul{
	overflow: hidden;
	padding: 5px 20px;
	list-style:none;
}
.con li{
	float: left;
	width: 45%;
}
.con li.txt{
	border: 2px solid #fff;
	margin-right: 10px;
	padding: 2%;
	color:#FFF;
	text-align:center;
}
.con li.txt p{
	font-size: 21px;
	font-weight:bold;
	line-height: 1;
	margin: 0;
}
.con li.txt a{
	font-size: 28px;
	color: #fff996 !important;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
 
  
  
}

/*------------------------------------------
             .thanks
-------------------------------------------*/

.thanks p {
  font-size: 2rem;
  text-align: center;
}

.thanks a {
  /*font-size: 2rem;
  text-align: center;*/
}

/* =with-validate
-------------------------------------------------------------- */
.with-validate {
  display: 100%;
  position: relative;
}
.with-validate label.error {
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: -5px;
  bottom: 100%;
  margin-bottom: 10px;
  background-color: #c3272a;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 4px;
  width: auto;
}
.with-validate label.error::before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 100%;
  margin: 0;
  left: 20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #c3272a transparent transparent;
}




.bounus_block_pc {
	width:100%;
	height:150px;
	text-align:center;
	background:#ffff00 url(../images/bounus_pc.png) center no-repeat;
}

	
@media screen and (max-width: 999px) {
	.bounus_block_pc {
		width:100%;
		height:150px;
		text-align:center;
		background:#ffff00 url(../images/bounus_sp.png) center no-repeat;
	}	
}


.orange_bold {
	font-weight:700;
	color:#e50012;
	font-size:1.8rem;
}