@media screen and (min-width:800px) {
/*pc用のcssを記述*/

a{
  color: #3ca7d0;
  text-decoration: none;
}

a:hover, input:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pc_none{
	display: none;
}


#all_cont{

}

header{
	border-top: 5px solid #f9ad00;
    padding-top: 1%;
}



header p{
	font-size: 0.9em;
    text-align: center;
    margin-bottom: 2%;
}

.flex_head_container{
	width: 900px;
	margin: 1% auto;
	display: flex;
	justify-content: space-between;

}

.btn{
    width:250px;
    height:40px;
    line-height:40px;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#dd5943;
    text-align:center;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}



.main_img{
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/main_img_bg.jpg");
	background-size:cover;
}

.main_img .main_img_png{
	width: 900px;
	margin: 0 auto;
}

.contact_form{
	background-color: #fff;
}

.contact_form_cont{

	margin: 0 auto;

}

.mitsumori_form{
	width: 600px;
	padding:5% 7%;
	border-radius: 10px;
	margin: 5% auto;
	background-color: #fff;
}

.item{
    margin-bottom: 0;
    padding: 4%;
    text-align: center;
    background-color: #fff;
}

.bg_1{
	    background-color: #fdfaf3;
}

.item label{
font-size: 1.1em;
color: #4d4d4d;
margin:0 auto;
}

.item td{
font-size: 1.1em;
}


.formdesign {
	overflow: hidden;
	width: 70%;
	margin: 2em auto;
	text-align: center;
}
.formdesign select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.formdesign select::-ms-expand {
    display: none;
}
.formdesign.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: 3px solid #c69c6d;
  border-radius: 50px;
	background: #ffffff;
}
.formdesign.cp_sl03::before {
	    position: absolute;
    top: 1.8em;
    right: 1.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #c69c6d;
    pointer-events: none;
}
.formdesign.cp_sl03 select {
	font-size: 1em;
	padding: 3%;
	color: #c69c6d;
}


.formdesign.cp_sl02 {
    position: relative;
	border-radius: 2px;
	border: 3px solid #c69c6d;
  border-radius: 50px;
	background: #ffffff;
}

.formdesign.cp_sl02 input {
	font-size: 1em;
    padding: 3% 0% 3% 3%;
    color: #c69c6d;
    border: none;
    width: 96%;
}

 p.sms{
 font-size: 0.7em;
 color: #ff9224;
 	margin:4% 0 ;
}

 .sent_cont{
	text-align: center;
}

 .sent_cont p{
	font-size: 0.8em;
	margin-bottom:1%;
}


/* 無料チェックお申し込み*/


#secure, #worry{
	background-color: #f4f0eb;
	padding: 3%;
}


.secure_cont, .worry_cont{
	width: 900px;
	margin: 0 auto;
	line-height: 0;
}

#explain, #gooddeal{
		width: 900px;
	margin: 0 auto;
		padding: 3%;
}

footer{
	text-align: center;
	font-size: 0.7em;
	border-top: 5px solid #f9ad00;
	margin:0;
	padding: 2% 0;
}
footer p{
	margin-top: 1%;
}




/* thanks.html*/

.thanks{
    background-color: #dd5943;
    color: #fff;
    text-align: center;
    padding: 2%;
    font-size: 1.3em;
    line-height: 125%;
}

.thanks_img{
	width: 900px;
	margin:3% auto;
}

footer.thanks_foot{
	border-top: 5px solid #dd5943;
	margin:0;
	padding-top: 2%;
}




.custom-radio label {
    color: #ddd;
}
.custom-radio label:hover
{
    color: #888;
}
.custom-radio input[type="radio"]:checked + label {
    color: #000;
    border: 1px solid #000;
}

input[type=radio] {
display: none; /* ラジオボタンを非表示にする */
}

.select-recently, .select-recently2{
	margin:5% 0;
}
.select-recently input, .select-recently2 input {
  display: none;
  margin-bottom: 3%;
}

.select-recently input[type="radio"]:checked + label,
.select-recently2 input[type="radio"]:checked + label {
  color: #bf9701;
  border: 3px solid #bf9701;
  background-color: #fbf4dc;
}
.select-recently label {
  color: #c69c6d;
  background-color: #fff;
  border: 3px solid #c69c6d;
  text-align: center;
  display: inline-block;
  padding: 3% 0px;
  margin: 0 3% 3% 0;
  width: 40%;
  border-radius: 50px;	/* 角丸を指定する */
}

.select-recently2 label {
  color: #c69c6d;
  background-color: #fff;
  border: 3px solid #c69c6d;
  text-align: center;
  display: inline-block;
  padding: 3% 0px;
  margin: 0 3% 3% 0;
  width: 25%;
  border-radius: 50px;	/* 角丸を指定する */
}


.select-recently label:hover,
.select-recently2 label:hover {
    color: #e4c199;
    border: 3px solid #e4c199;
    cursor: pointer;
}

/* privacy.html */

.privacy_cont{
width: 900px;
margin:6% auto;
}

.privacy_cont h2{
  font-size: 1.5em;
    margin-bottom: 7%;
}

.privacy_cont p{
  margin: 2% 0;
    line-height: 23px;
}

/* company.html */

.company_cont{
width: 900px;
margin:6% auto;
}

.company_cont h2{
      font-size: 1.5em;
    margin-bottom: 3%;
}

.company_cont p{
margin: 2% 0 6%;
    line-height: 23px;
}

.company_cont h3{
  font-size:1.2em;
}

.company_cont table{
  border-collapse:separate;
  border-spacing: 0 10px;
  font-weight: bold;
}

.company_cont tr{
  text-align: left;


}

.company_cont th{
  width: 20%
}
.company_cont td{
  width: 70%
}
}
