@charset "utf-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ==========================================================================
   Main Styles
   ========================================================================== */

/* Base
   ========================================================================== */

body {
  color: #333;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  overflow-x: hidden;
}
a {
  color: #000;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
img {
  vertical-align: top;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
input[type="image"]:focus{
 outline:none;
}
button {
  border: none;
  background: none;
}
button:hover {
  opacity: 0.7;
}

/* ==========================================================================
   RWD Common Style
   ========================================================================== */

/* Common Base
   ========================================================================== */

.sp-fix {
  display: none !important;
}
.pc-fix {
  display: block !important;
}

/* Common end */

/* ==========================================================================
   PC/Tablet Style
   ========================================================================== */

@media only screen and (min-width: 769px) {

/* Base
   ========================================================================== */

a:hover img,
input[type="image"]:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* Layout
   ========================================================================== */

.container {
  /*background: url(../images/common/container_bg.png) 0 100% repeat-x;*/
  overflow: hidden;
  width: 100%;
}
.wrapper {
  width: 100%;
}
.wrapper-inner {
  margin: 0 auto;
  width: 1200px;
}
.main {
  margin: 0 -200px;
}
.section-inner {
  margin: 0 auto;
  width: 1200px;
}

/* Header
   ========================================================================== */

.header-wrap {
  height: 90px;
}
.header {
  background-color: #01bcf1;
  -webkit-box-shadow: 0px 0px 2.91px 0.09px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2.91px 0.09px rgba(0, 0, 0, 0.5);
  height: 90px;
  width: 100%;
}
.header-top {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  z-index: 1;
}
.header-logo {
  float: left;
  padding: 20px 20px 0 20px;
}
.header-tel {
  background-color: #004686;
  border-right: 1px solid #2f689b;
  float: right;
  height: 90px;
}
.header-tel a {
  display: inline-block;
  padding: 20px 25px 0 26px;
}



/* Wrapper
   ========================================================================== */

/***** mv *****/

.mainVisual {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
.mainVisual .mainVisual_pc {
  background: url(../images/mainVisual_bg.jpg) center 0 no-repeat;
  padding: 30px 0 28px;
}
.mainVisual .mainVisual_pc_style2 {
  padding: 0;
}
.mainVisual_inner {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.mainVisual_inner_style2 {
  overflow: hidden;
  width: 1600px;
  margin: 0 auto;
  position: relative;
  left: 2px;
}
.mainVisual h1 {
  text-align: center;
}
.mainVisual a.movie {
  display: block;
  float: right;
}
.main-approval {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main-approval__txt {
  font-family: 'Helvetica Neue','Helvetica','Arial','Verdana','Tahoma',sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.72);
  position: absolute;
  top: -15px;
  right: 20px;
  }

/***** home *****/

.home-more-h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  padding: 39px 0 18px;
  text-align: center;
}
.home-point img {
  width: 100%;
  box-shadow:0px 0px 1px 2px #d2e9eb;
  -moz-box-shadow:0px 0px 1px 2px #d2e9eb;
  -webkit-box-shadow:0px 0px 1px 2px #d2e9eb;
}
.home-contact {
  padding: 36px 0;
  background: url(../images/section_force_bg.jpg) center 0 no-repeat;
}
.home-contact-h2 {
  color: #319f2d;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 29px;
  text-align: center;
}
.part_force {
  width: 1200px;
  margin: -75px auto 0;
}
.part_force .row {
  overflow: hidden;
  margin-bottom: 32px;
}
.part_force .row:first-child img:first-child {
  margin-top: 12px;
}
.part_force .row img {
  float: left;
}
.part_force .row img:last-child {
  float: right;
}
.force_tit {
  text-align: center;
  margin-top: 40px;
}
.section_voice {
    background: url(../images/section_voice_bg.jpg) center 155px no-repeat;
    padding-bottom: 55px;
}
.voice_h2 {
    margin-top: -13px;
    position: relative;
    z-index: 150;
}
.part_voice {
  width: 1200px;
  margin: 30px auto 0;
}
.part_voice .row {
  overflow: hidden;
  margin-bottom: 20px;
}
.part_voice .row img {
  float: left;
}
.part_voice .row img:last-child {
  float: right;
}
.section_voice .p-sellform {
  background: none;
  margin-top: 45px;
}
.section_voice .p-sellform-btn02 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  text-align: center;
}
.section_voice .p-sellform-btn02 img,
.section_voice .p-sellform-btn02 a {
  display: block;
  float: left;
}
.section_voice  .p-sellform-btn02 img:last-child {
  float: right;
}
.section_voice  .p-sellform-btn02 a {
  margin: -30px 25px 0;
}

/* satei */

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  margin: 50px 0 30px;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #ffb400;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #ffb400;
}

.stepBar.step3 .step {
  width: 33.333%;
}
.satei-cnt{
	width:80%;
	margin:0 auto;
}
.mB200 {
  margin-bottom: 200px
}
.freesatei_text {
  text-align: center;
  color: #f6ae00;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.freesatei{
    width:700px;
	padding:1%;
	margin:0 auto;
  text-align: left;
}
.freesatei .error {
  display: none;
}
.freesatei td,.freesatei th {
  border: 1px solid #fff;
	padding:14px;
}
.freesatei td select {
  -webkit-appearance: menulist-button;
  width: 240px;
  position: absolute;
  opacity: 0;
  height: 30px;
  font-size: 11px;
}
.freesatei th{
	width:140px;
  font-weight: normal;
}
.freesatei td{
   background: #f9f9f9;
}
.freesatei-orange{
   background-color: #fff7da;
   color: #d49601;
}
.freesatei-blue{
   background-color: #daf7ff;
   color: #00a0cd;
}
.freesatei-label{
   width:20%;
}
.freesatei .nihongo,.freesatei .input-telno{
   width:90%;
}
.freesatei .customSelect,.fc-form .customSelect  {
  background: url(../images/p_sellform_select_wide.png) 0 0 no-repeat;

  font-size: 11px;
  height: 30px;
  line-height: 30px;
  width: 240px;
}
.freesatei  .customSelectInner,.fc-form .customSelectInner  {
  margin: 0 30px 0 6px;
}
.freesatei input[type="text"],.fc-form input[type="text"],	.freesatei input[type="tel"],.fc-form input[type="tel"] {
  border: 1px solid #cdcdcd;
  font-size: 11px;
  height: 30px;
  padding: 6px;
}
.satei-btn p {
	text-align: center;
	margin-bottom: 1.5em;
}
.satei-btn ul{
 display: table;
	margin-left: auto;
	margin-right: auto;
}
.satei-btn li {
	display: table-cell;
	padding: 20px;
  background-color: #fff7da;
}
.satei-btn li:first-child {
  padding-right: 10px;
}
.satei-btn li:nth-child(2) {
  padding-left: 10px;
}
.sateicaption {
  line-height: 1.5;
}
.satei-return{
  border: medium none;
	display: inline-block;
	font-weight: bold;
	background-color: #eeeeee;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	height: 70px;
	line-height: 46px;
	padding: 0px 43px;
  width: 320px;
}
.satei-submit{
  border: medium none;
	display: inline-block;
	font-weight: bold;
	background-color: #ffb400;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	height: 70px;
	line-height: 46px;
	padding: 0px 66px;
  width: 320px;
}
.satei-submit:hover {
  background-color: #ffcc6a;
}
.satei-return:hover {
  background-color: #ddd;
}
.satei_kanryo .kanryo_img {
  width: 127px;
  margin: 135px auto 30px;
}
.satei_kanryo p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.satei_kanryo p .orange {
  color: #f6ae00;
}


/* Parts
   ========================================================================== */



/* p-sellform */

.p-sellform {
  background: #e9fdff;
}
.p-sellform-h2 {
  margin-top: -13px;
  position: relative;
  z-index: 150;
}
.p-sellform-h3 {
  margin-bottom: 19px;
}
.p-sellform-box {
  background: url(../images/p_sellform_box_bg.png) 0 0 no-repeat;
  height: 308px;
  margin-top: 11px;
  padding: 39px 0 0 40px;
  position: relative;
  width: 1204px;
}
.p-sellform-kitty {
  position: absolute;
  right: 6px;
  top: -29px;
}
.p-sellform-select {
  float: left;
  margin-right: 25px;
  overflow: hidden;
  width: 250px;
}
.p-sellform-select dt {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.9);
  width: 4em;
}
.p-sellform-select dd {
  float: right;
}
.p-sellform-select dd .customSelect {
  background: url(../images/p_sellform_select.png) 0 0 no-repeat;
  float: right;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  width: 168px;
  display: inline-block;
  /* color: #9E9E9E; */
}
.p-sellform-select dd .customSelect .customSelectInner {
  margin: 0 30px 0 6px;
  width: 132px ;
  width: 122px;
  display: inline-block;
}
.p-sellform-box > div {
  margin-bottom: 22px;
}
.p-sellform-input {
  float: left;
  margin-right: 25px;
  overflow: hidden;
  width: 250px;
}
.p-sellform-input dt {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.9);
  width: 4em;
}
.p-sellform-input dd {
  float: right;
}
.p-sellform-input input {
  border: 1px solid #cdcdcd;
  font-size: 11px;
  height: 30px;
  padding: 6px;
  width: 168px;
  line-height: 1;
}
.button_box {
  position: relative;
}
.p-sellform-btn {
  margin-top: 20px;
  padding-bottom: 42px;
  text-align: center;
}
.p-sellform-select dd select {
  -webkit-appearance: menulist-button;
  width: 168px;
  position: absolute;
  opacity: 0;
  height: 30px;
  font-size: 11px;
}
.p-sellform-select dd span.error {
  color: #f00;
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
  background: #FFF7D7;
}
.p-sellform-input dd span.error {
  color: #f00;
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
  background: #FFF7D7;
}

/* Footer
   ========================================================================== */

footer {
  background: #004686;
  padding: 14px;
}
footer .footer_company {
  margin: 0 auto 1em;
  width: 1200px;
  font-size: 13px;
  color: #ffb400;
}
footer .footer_inner {
  margin: 0 auto;
  width: 1200px;
  font-size: 13px;
  color: #ffb400;
  line-height: 1.5;
}
footer .footer_privacy {
  margin: 0 auto;
  width: 1200px;
  font-size: 13px;
  color: #ffb400;
  text-align: right;
  margin-top: 1em;
}
footer .footer_privacy a {
  color: #ffb400;
}

.kana-text {
	font-size: 14px;
	line-height: 5px;
	height: 20px;
}

}

/* ==========================================================================
   Mobile Style
   ========================================================================== */

@media screen and (max-width: 768px) {

/* Mobile Base
   ========================================================================== */

  div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  .pc-fix {
    display: none !important;
  }
  .sp-fix {
    display: block !important;
  }

/* Mobile Header
   ========================================================================== */

  .header {
    background-color: #01bcf1;
    height: 64px;
    position: relative;
    z-index: 1000;
  }
  .header-logo {
    float: left;
    padding-top: 6px;
    width: 167px;
  }
  .header-tel {
    display: none;
  }
  .header-top-inner {
    margin: 12px 3%;
    overflow: hidden;
  }

  .sp-header-menu {
    float: right;
  }
  .sp-header-menu li{
    float: left;
    cursor: pointer;
    width: 40px;
  }

/* Mobile Main
   ========================================================================== */

  .part_cm a {
    display: block;
    width: 70%;
	margin: 0 auto;
    margin-top: 30px ;
  }
  .home-contact {
    background: #e0f5d5;
    padding-bottom: 8%;
  }
  .home-contact-h2 {
    width: 80%;
    margin: 20px auto 0;
  }
  .force_tit {
    width: 95%;
    margin: 0 2.5% 2.5%;
  }
  .part_force div img {
    margin: 20px 4%;
    width: 92%;
  }
  .home-point {
    background-color: #e2fffd;
    padding-top: 19px;
    padding-bottom: 10px;
  }
  .home-point img {
    width: 100%;
    box-shadow:0px 0px 1px 2px #d2e9eb;
    -moz-box-shadow:0px 0px 1px 2px #d2e9eb;
    -webkit-box-shadow:0px 0px 1px 2px #d2e9eb;
  }
  .satei-lead {
    font-size: 12px;
    line-height: 1.5;
    padding: 13px 4.7%;
  }
  .part_voice div img {
    margin: 2% 4%;
    width: 92%;
  }

/* Mobile Parts
   ========================================================================== */

  .p-sellform {
    background: rgba(0, 0, 0, 0) url(../images/sp_p_sellform_bg.png) repeat-y scroll center 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 20px;
  }
  .p-sellform .section-inner {
    padding-top: 21%;
  }
  .p-sellform-h2 {
    margin-top: -1.5%;
    position: relative;
  }
  .p-sellform-h2 img {
    width: 100%;
    position: absolute;
    top: -10px;
  }
  .p-sellform-kitty {
    display: none;
  }
  /*.p-sellform-customer {*/
    /*display: none;*/
  /*}*/
  .p-sellform-btn {
    text-align: center;
    margin: 0 auto;
    width: 94%;
  }
  .p-sellform-btn button {
    padding: 0;
  }
  .p-tell-btn {
    text-align: center;
    margin: 2em auto;
    width: 94%;
  }
  .p-sellform-btn input {
    width: 100%;
  }
  .p-sellform-box {
    background: url(../images/sp_p_sellform_box_bg_01.png) 0 0 no-repeat,
    url(../images/sp_p_sellform_box_bg_03.png) 0 100% no-repeat,
    url(../images/sp_p_sellform_box_bg_02.png) 0 0 repeat-y;
    -webkit-background-size: 100% auto,100% auto,100% auto;
    background-size: 100% auto,100% auto,100% auto;
    margin: 0 3% 15px;
    padding: 17px 6% 6%;
  }
  .p-sellform-select {
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
  }
  .p-sellform-customer .p-sellform-input {
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
  }
  .p-sellform-select dt {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
    text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.9);
  }
  .p-sellform-customer .p-sellform-input dt {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.9);
  }
  .p-sellform-select dd {
    float: right;
  }
  .p-sellform-customer .p-sellform-input dd {
    float: right;
  }
  .p-sellform-customer .p-sellform-input dd input {
    width: 100%;
    line-height: 2.4;
    border: 1px solid #CACACA;
    font-size: 0.8em;
  }
  .spselect {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: .01px;
    text-overflow: "";
    appearance: none !important;
    width: 92% !important;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cdcdcd;
    padding-right: 30px !important;
    background: #FFFfff url(../images/select_down.png) 0 0 no-repeat !important;
    background-repeat: no-repeat !important;
    background-size: 30px 30px !important;
    background-position: right center !important;
    cursor: pointer !important;
  }
  .p-sellform .customSelect {
    background: url(../images/p_sellform_select.png) 0 0 no-repeat;
    float: right;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    width: 168px;
  }
  .p-sellform .customSelectInner {
    margin: 0 30px 0 6px;
    width: 132px ;
  }
  .p-sellform-select dd select {
    -webkit-appearance: menulist-button;
    width: 168px;
    position: absolute;
    opacity: 0;
    height: 30px;
    font-size: 11px;
  }
  .p-sellform-select dd span.error {
    color: #f00;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    background: #FFF7D7;
  }
  .p-sellform-input dd span.error {
    color: #f00;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    background: #FFF7D7;
  }
  .p-sellform-h3 {
    margin-bottom: 15px;
    width: 53%;
  }
  .p-sellform .customSelectInner {
  	background-color:#fff !important;
  	margin:0px !important;
  	padding-left:1%!important;
  	display:block;
  	width:99% !important;
  }
  .p-sellform-select .hasCustomSelect {
    width:65% !important;
  }
  .p-sellform-select dt {
    width:15% ;
    padding-right:2%;
    text-align:left;
  }
  .p-sellform-customer .p-sellform-input dd {
    width: 83%;
  }
  .p-sellform-select dd {
    width:83%;
  }
  .p-sellform-customer .p-sellform-h3 {
    margin-bottom: 15px;
    width: 70%;
  }
  .section_voice {
    background: #c1e9f4;
  }
  .section_voice .p-sellform {
    margin-top: 5%;
  }
  .freesatei {
    width:90%;
  	padding:1%;
  	margin:0 auto;
  }
  .freesatei .error {
    display: none;
  }
  .freesatei td select {
    -webkit-appearance: menulist-button;
    width: 240px;
    position: absolute;
    opacity: 0;
    height: 30px;
    font-size: 11px;
  }
  .freesatei th,.freesatei td {
    border:1px solid #fff;
  }
  .freesatei th{
  	width:30%;
  	padding:1%;
  }
  .freesatei td{
    padding:1%;
    background: #f9f9f9;
  }
  .freesatei-orange{
    background-color: #fff7da;
    color: #d49601;
  }
  .freesatei-blue{
    background-color: #daf7ff;
    color: #00a0cd;
  }
  .freesatei-label{
    width:20%;
  }
  .freesatei .nihongo,.freesatei .input-telno{
    width:90%;
  }
  .freesatei .customSelect,.fc-form .customSelect  {
    background: url(../images/p_sellform_select_wide.png) 0 0 no-repeat;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    width: 240px;
  }
  .freesatei  .customSelectInner,.fc-form .customSelectInner  {
    margin: 0 30px 0 6px;
  }
  .freesatei input[type="text"],.fc-form input[type="text"],
  .freesatei input[type="tel"],.fc-form input[type="tel"] {
    border: 1px solid #cdcdcd;
    font-size: 11px;
    height: 30px;
    padding: 6px;
  }
  .satei-btn ul{
    display: table;
  	margin-left: auto;
  	margin-right: auto;
  }
  .satei-btn li {
  	display: table-cell;
  	padding-left: 40px;
  }
  .satei-return {
    border: medium none;
  	border-radius: 2px;
  	display: inline-block;
  	font-weight: bold;
  	background-color: #ccc;
  	box-shadow: 0px 1px 0px #C6C6C6;
  	color: #FFF;
  	font-size: 15px;
  	font-weight: bold;
  	height: 46px;
  	line-height: 46px;
  	padding: 0px 43px;
  }
  .satei-submit {
    border: medium none;
  	border-radius: 2px;
  	display: inline-block;
  	font-weight: bold;
  	background-color: #ffb400;
  	box-shadow: 0px 1px 0px #C6C6C6;
  	color: #FFF;
  	font-size: 15px;
  	font-weight: bold;
  	height: 46px;
  	line-height: 46px;
  	padding: 0px 66px;
  	margin-bottom:30px;
  }
  .satei-submit:hover {
    background-color: #ffcc6a;
  }
  .satei-return:hover {
    background-color: #ddd;
  }
  .satei-cnt{
    width:90%;
    margin: 0 auto;
  }
  .satei-cnt p{
    font-size:13px;
  }
  .freesatei{
    width:100%;
    font-size:13px;
  }
  .satei-btn li{
  display:block;
  margin-bottom:30px;
  padding-left:0px;
  }
  .stepBar{
    font-size:13px;
  }
  .freesatei_text {
    text-align: center;
    color: #f6ae00;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .freesatei th{
    width:30%;
    padding:3%;
  }
  .freesatei th img{
    width:70%;
  }
  .freesatei .nihongo,.freesatei .input-telno,.freesatei #add01{
    width:80%;
  }
  .freesatei select{
    width:60%;
  }
  .freesatei .customSelect,.fc-form .customSelect  {
    background: url(../images/p_sellform_select.png) 0 0 no-repeat;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    width: 168px;
  }
  .freesatei input[type="text"],.fc-form input[type="text"],	.freesatei input[type="tel"],.fc-form input[type="tel"] {
    border: 1px solid #cdcdcd;
    font-size: 11px;
    height: 30px;
    padding: 6px;
  }
  .stepBar {
    position: relative;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .stepBar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 40px;
    padding: 0 40px 0 20px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stepBar .step:before, .stepBar .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 20px;
    height: 23px;
  }
  .stepBar .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
  }
  .stepBar .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
  .stepBar .step:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .stepBar .step:first-child:before, .stepBar .step:first-child:after {
    content: none;
  }
  .stepBar .step:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .stepBar .step.current {
    color: #FFF;
    background-color: #ffb400;
  }
  .stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #ffb400;
  }
  .stepBar.step3 .step {
    width: 33.333%;
  }
  .sub-nav ul {
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    line-height:20px;
    margin-bottom:0px;
  }
  .sub-nav li {
    border-top: 1px solid #FFF;
    border-left: none;
    float: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .sub-nav li a {
    padding: 0px 4.7%;
  }
  .satei_kanryo .kanryo_img {
    width: 127px;
    margin: 135px auto 30px;
  }
  .satei_kanryo p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .satei_kanryo p .orange {
    color: #f6ae00;
  }
  .mB200 {
    margin-bottom: 200px;
  }




/* Mobile Footer
   ========================================================================== */

   footer {
     background: #004686;
     padding: 14px;
   }
   footer .footer_company {
     font-size: 13px;
     text-align: center;
     color: #ffb400;
     margin-bottom: 1em;
   }
   footer .footer_inner {
     font-size: 13px;
     text-align: center;
     color: #ffb400;
     line-height: 1.5;
   }
   footer .footer_privacy {
     font-size: 13px;
     color: #ffb400;
     text-align: center;
     margin-top: 1em;
   }
   footer .footer_privacy a {
     color: #ffb400;
   }

   .mainVisual .mainVisual_sp_style2 {
     /*border-top: solid 1px #004686;*/
     margin-top: 1px;
   }

   .kana-text {
     font-size: 11px;
     line-height: 1px;
     height: 8px;
   }

}

@media screen and (max-width: 480px) {

  .p-sellform-customer .p-sellform-input dt {
    width:18% ;
    padding-right:1%;
  }
  .p-sellform-customer .p-sellform-input dd {
    width:80%;
  }
  .p-sellform-select dt {
    width:18% ;
    padding-right:1%;
  }
  .p-sellform-select dd {
    width:78%;
  }
  .p-sellform .hasCustomSelect {
    margin-left:-5% !important;
  }
  .satei-cnt{
    width:95%;
  }
  .satei-cnt p{
    font-size:13px;
  }
  .freesatei{
    width:100%;
    font-size:13px;
  }
  .satei-btn li{
    display:block;
    margin-bottom:30px;
    padding-left:0px;
  }
  .freesatei th{
    width:30%;
    padding:3%;
  }
  .freesatei th img{
    width:70%;
  }
  .freesatei .nihongo,.freesatei .input-telno,.freesatei #add01{
    width:80%;
  }
  .freesatei select{
    width:60%;
  }
  .freesatei .customSelect,.fc-form .customSelect {
    background: url(../images/p_sellform_select.png) 0 0 no-repeat;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    width: 168px;
  }
  .freesatei input[type="text"],.fc-form input[type="text"],	.freesatei input[type="tel"],.fc-form input[type="tel"] {
    border: 1px solid #cdcdcd;
    font-size: 11px;
    height: 30px;
    padding: 6px;
  }
  .freesatei .zipitem{
    width: 50px;
  }
  .sub-nav ul {
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    line-height:20px;
    margin-bottom:0px;
  }
  .sub-nav li {
    border-top: 1px solid #FFF;
    border-left: none;
    float: none;
    width:100%;
    height: 45px;
    line-height: 45px;
  }
  .sub-nav li a,.rec-nav li a,.reason-nav li a{
    padding: 0px 4.7%;
  }

}

@media screen and (max-width: 320px){

  .p-sellform-select dt {
    width:30% ;
    padding-right:1%;
  }
  .p-sellform-select dd {
    width:66%;
  }
  .p-sellform-customer .p-sellform-input dt {
    width:22% ;
    padding-right:1%;
  }
  .p-sellform-customer .p-sellform-input dd {
    width:73%;
  }
} /* Mobile end */

.target-area {
	margin-left: 15px;
	padding: 0;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.target-area {
		margin: 0;
		padding: 0 5%;
	}
}

/* Commons
   ========================================================================== */

.bold {
  font-weight: bold;
}

.ml00 {margin-left: 0 !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}



button:focus {
	outline:0;
}
/*** 調整 ***/
footer .footer_inner a{
	color: #ffb400;
}
footer .footer_inner a:hover{
	color: #ffb400;
}



/* topsaatei */
.top__cancel-txt__wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}

.top__cancel-txt01 {
    margin-top: 10px;
    line-height: 20px;
    font-weight: bold;
}
.top__cancel-txt02{
  font-size:14px;
  letter-spacing: 1px;
}

.sp__top__cancel-txt__wrap {
    /* margin: 0 auto; */
    text-align: center;
    margin-top: 10px;
}
.sp__top__cancel-txt01 {
    font-weight: bold;
    line-height: 18px;
    font-size: 12px;
}
.sp__top__cancel-txt02 {
    font-size: 12px;
}

.disp_tel{
	font-size: 1.5em;
	font-weight: bold;
	color: #004686;
}
.tel_error{
	font-size: 0.7em;
	font-weight: bold;
	color: #ff0000;
}

/* 文字強調 */
.emphasis {
    color: #ff0000;
    font-weight: bold;
}
