2019/10/25@charset "utf-8";

/* CSS Document */

/*-------------------------------
フォーム専用簡易ヘッダーフッター
---------------------------------*/

main.form_input, main.form_confirm, main.form_fin{padding-top:0;}


/*form_header--------------*/
.form_header{
   background: #fff;
   border-bottom: 1px solid #bebebe;
}

.form_header .inner{
    max-width: 1280px;
    height:100px;
    width: 98%;
    margin: 0 auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form_header h1 {
    width: 25%;
    padding:0;
}

.form_header h1 img{
    width: 80%;
    max-width: 280px;
}

.form_header .logo_copy {
    width: 75%;
    font-size: 0.8rem;
    position: static;
    transform: none;
}


/*form_footer--------------*/
.form_footer{
    background: #2F3437;
    padding: 20px 0;
    color: #fff;
}

.form_footer p{
    font-size: 0.875rem;
    text-align:center;
}


/*PCのみ==========================================*/
@media print, screen and (min-width:751px) {

.form_header .inner{
    height:100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}




}

/*タブレット==============================================*/

@media screen and (min-width:751px) and (max-width:1060px) {


.form_header .inner{
    width:100%;
    padding: 0 10px 0 5%;
}

.form_header .logo_copy {padding-left:2%;}

.form_header h1 img {
    width: 100%;
    max-width: 280px;
}

}

/*スマホ==========================================*/

@media screen and (max-width: 750px) {

.form_header .inner{
    width:100%;
    margin-bottom: 6vw;}


.form_header .logo_copy {
    width: 100%;
    height: 8vw;
    max-height: 44px;
    background: #EAEAEB;
    position: relative;
    margin: 0;
}

.form_header .logo_copy span {
    font-size: 0.937rem;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.form_header h1 {width: 100%;}

.form_header h1 a{
    display: block;
    line-height: 0;
    padding: 3.8vw 2vw 3vw 5%;
    
}   
    
.form_header h1 img{
    width: 100%;
    max-width: 260px;
}

}

/*------------------------------
body
------------------------------*/

.formstep {
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:60px 0;
  overflow:hidden;
  border:2px solid #eb5527;
 }
 

.formstep li{
  display:table-cell;
  position:relative;
  background: #fff;
  padding: 12px 0 13px;
  color: #eb5527;
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  font-weight:bold;
  text-align:center;
}

.formstep li:last-child{
  padding-right: 1em;
}

.formstep li:last-child:before,
.formstep li:last-child:after{
  display:none;
}
.formstep li:before,
.formstep li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.formstep li:before{
  top: 50%;
  right: -20px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 30px 0 30px 20px;
  z-index: 10;
  margin-top:-30px;
}

.formstep li:nth-child(2):before{
  top: 50%;
  border-style: solid;
  border-color: transparent transparent transparent #eb5527;
  border-width: 30px 0 30px 20px;
  z-index: 10;
  margin-top:-30px;
}

.formstep li:after{
  top: 50%;
  right: -17px;
  border-style: solid;
  border-color: transparent transparent transparent #eb5527;
  border-width: 30px 0 30px 20px;
  z-index: 10;
  margin-top:-30px;
}

.formstep li:nth-child(2):after{
  border-color: transparent transparent transparent #fff;
}


.formstep li.current{
  background: #eb5527;
  color:#fff;
}

.formstep li.current:after{
  border-color: transparent transparent transparent #eb5527;
  right: -18px;
}

.formstep li.current:before{
  border-color: transparent transparent transparent #fff;

}


.form input[type="text"],.form input[type="password"], .form select, .form textarea {
    width: 100%;
    resize: vertical;
    border-radius: 4px;
    border: 1px solid #c8c8c8;
    padding: 12px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 10px 0px;
    background:#fffafa;
}

.form input[type="text"]::-ms-expand, .form select::-ms-expand, .form textarea::-ms-expand{display: none;}

.form{position:relative;}

::placeholder {
  	color:#bbb;
}



.form .table02{
    width: 100%;
    border-top: 1px solid #dddcdc;
    margin: 30px auto 60px;
}

.form .table02 tr {
    border-bottom: 1px solid #dddcdc;
}

.form .table02 th, .table02 td {
    vertical-align: middle;
    padding: 14px 30px;
}


.table02 td .ftxt {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    width: 2.4em;
}

.table02 td .btxt {
    margin: 0 16px;
    display: inline-block;
    text-align: center;
}

.table02 td .ttxt {
    margin-top: 10px;
    display: inline-block;
}


.required {
    display: inline-block;
    color: #eb5527;
    margin-left: 10px;
}

.radiobtn, .checkbtn{position: relative;}

.radiobtn input[type=radio] {
    opacity: 0;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
}

.radiobtn label {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    padding-left: 38px;
    vertical-align: middle;
    margin: 8px 20px 8px 0px;
}

.radiobtn input[type=radio]:checked+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: #eb5527;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #eb5527;
}

.radiobtn input[type=radio]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: #d4d4d4;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 1px #d4d4d4;
    border-radius: 10px;
}

.table02 .selectbox{
    background:#fff;
    color:#282828;
    padding: 12px 10px;
 }


.table02 .gray_bg{background:#f7f7f7;}

.table02 input[type="button"] {
    margin-left: 30px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    max-width: 190px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    border: 1px solid #282828;
    padding: 12px;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.table02 input[type="button"]:hover{
    opacity: 1;
    background: #EB5527;
    border: solid 1px #EB5527;
    color:#fff;
 }
 
 .checkbtn input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbtn input[type=checkbox]+label {
    position: relative;
    padding-left: 35px;
    vertical-align: middle;
    display: inline-block;
    margin: 8px 20px 8px 0px;
}

.checkbtn input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: 0px;
    background-color: #fff;
    border: 2px solid #b2b2b2;
}

.checkbtn input[type=checkbox]:checked+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: 0px;
    background-color: #fff;
    border: 2px solid #eb5527;
}


.checkbtn input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 46%;
    width: 13px;
    height: 4px;
    margin-top: -4px;
    margin-left: 4px;
    border-left: 3px solid #eb5527;
    border-bottom: 3px solid #eb5527;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none;
}


.form button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin:20px auto;
    width:100%;
    font-size: 16px;
}

.dSSL{
    margin:60px auto;
    box-sizing: border-box;
    width:auto;
    display: table;
}

.dSSL  figure {
    padding-right:20px;
    display: table-cell;
    vertical-align:middle;
}
   
.table02 label.error{
    color:#eb5527;
    font-weight:bold;
}

.table02 p.pError{
    color:#eb5527;
    font-weight:bold;
}

.mbp{margin-bottom:50px;}


.correct{
    display:block;
    text-align:center;
    margin-top:40px;
}

.form_fin h4{margin-bottom:40px;}

.form_fin .textlink{
    display:block;
    text-align:center;
    margin:60px 0;
}

#labo_tsushin h6{font-size:1.12rem;}
#labo_tsushin .ppo_bg{margin:16px 0 50px;padding:50px 0 60px;}
#labo_tsushin .ppo_bg::after{content: "";float: none;clear: both;display: block;}
#labo_tsushin .ppo_bg .fltLimg{width:28%;margin-right:6%;}
#labo_tsushin .ppo_bg p{margin-bottom:50px;}

/*PC==========================================*/

@media print, screen and (min-width:751px) {

.form_input .pagetitle_detail h1{font-size: 1.64rem;}

.form .table02 th {
    width: 34%;
    border-right: 1px solid #dddcdc;
    text-align: left;
}


.form .fl_l{
    width: 48%;
    float:left;
}

input[type="text"].small2 {
    width: -webkit-calc(100% - 2em - 10px);
    width: -moz-calc(100% - 2em - 10px);
    width: calc(90% - 2em - 10px);
}

.form input[type="text"].small3 {
    width:40%;
}

.form input[type="text"].small4{
    width:20%;
}



.table02 .selectwrap{width:40%;}


.correct{
    position: absolute;
    bottom: 34px;
}

#labo_tsushin .ppo_bg .contents{max-width:800px;}

}

/*スマホ==========================================*/

@media screen and (max-width: 750px) {


.formstep{margin:9vw 0;} 


.formstep li{padding: 4vw 0 4.2vw 2vw;}

.formstep li:before, .formstep li:nth-child(2):before, .formstep li:after{
   border-width: 7.5vw 0 7.5vw 4.6vw;
   margin-top:-7.5vw;
}


.formstep li:before{right: -14%;}

.formstep li.current:after{right: -12%;}

.formstep li:after{right: -12%;}

.over {
    margin-right: -6.3%;
    margin-left: -6.3%;
}

.form .table02{margin: 4vw auto 7vw;}

.form .table02 tr, .form .table02 th, .form .table02 td{display: block;}

.form .table02 tr {border-bottom: 1px solid #dddcdc;}

.form .table02 th {
    text-align:left;
    padding: 20px 5% 0;
}

.form .table02 td {padding: 14px 5%;}


.form input[type="text"], .form select, .form textarea{margin:4px 0 14px;}

.form input[type="text"].small4{width:26%;}
.table02 input[type="button"]{
    margin: 4px 0 14px 4%;
    max-width:26vw;
    border-radius: 6vw;
}
.table02 td .btxt{margin:0 0.7em;}

.form .selectwrap{margin:-2vw 0 0;}

.form button{font-size: 3.46vw;}

.table02 label.error{line-height: 1.94em;}

.radiobtn{display:block;}


.checkbtn li{
    border-top:1px solid #dddcdc;
    padding:16px 0;
}

.checkbtn li input[type=checkbox]+label {margin: 0 2vw 0 4vw;}

.cbtn_sptd{padding: 14px 0  0!important;}

.checkbtn input[type=checkbox]+label{padding-left: 10vw;}

.checkbtn input[type=checkbox]+label::before, .checkbtn input[type=checkbox]:checked+label::before{
   width:17px;
   height:18px;
}

.checkbtn input[type=checkbox]:checked+label::after {
    top: 46%;
    width: 15px;
    height: 6px;
    margin-top: -6px;
    margin-left: 4px;
    border-left: 4px solid #eb5527;
    border-bottom: 4px solid #eb5527;
}

.dSSL figure {
    padding-right: 0;
    display: block;
    margin: 0 auto;
    text-align:center;
    padding-bottom:20px;
}


.mbp{margin-bottom:7vw;}

.form_confirm .table02 th{font-weight:bold;}

.form_confirm .table02 td {padding: 4px 5% 20px;}

.form_fin h4 {
    margin-bottom: 8vw;
    text-align:center;
}

.form_fin .textlink{margin:8vw 0;}

#labo_tsushin .ppo_bg {margin: 3vw 0 8vw;padding: 10vw 0;}
#labo_tsushin .ppo_bg .fltLimg{width:40%;}
#labo_tsushin .ppo_bg h6{display:inline-block;vertical-align:top;margin:18vw 0;}
#labo_tsushin .ppo_bg p{margin:6vw 0;}

}

/*タブレット==============================================*/

@media screen and (min-width:751px) and (max-width:1060px) {


.formstep li{padding:1.6vw 1.8vw;}

.form button{font-size: 1.6vw;}



}

/*
*	フォームのエラー表示用
*/
@media screen and (min-width:751px) {
	.pErrorBox{
		background-color:#FDEEF3;
		color:#eb5527; 
		text-align:center; 
		margin-top:20px; 
		margin-bottom:20px; 
		padding:40px;
		font-weight:bold;
	
	}
}

@media screen and (max-width:751px) {
	.pErrorBox{
		background-color:#FDEEF3;
		color:#eb5527; 
		text-align:center; 
		margin-top:10px; 
		margin-bottom:10px; 
		padding:20px;
		font-weight:bold;
	
	}
}


tr td input.tipped, tr td textarea.tipped {
    color: #999999!important;
}

.required_cont {
    background-color: #FDEEF3;
}

.error_bg{
	background-color: #FDEEF3;
}

/* IE */
input:-ms-input-placeholder {
  color: #bbbbbb;
}

/* Edge */
input::-ms-input-placeholder {
  color: #bbbbbb;
}

.thanks_line{
	text-align: center;
	padding-top: 60px;
}