
@media only screen and (min-width: 320px) and (max-width: 799px) {
/*tablet用の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;
}

.sp_none{
	display: none;
}



#all_cont{
width: 100%;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

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

header p{
    display: none;
}

.flex_head_container{
	width: 90%;
    margin: 2% auto;
    display: flex;
    justify-content: space-between;

}

.f-item01{
width: 50%
}

.f-item02{
width: 45%
}

.flex_head_container img{
	width: 90%;

}

.btn a{
    display:block;
    width:100%;
    height:100%;
    padding: 8% 0;
    text-decoration: none;
    background:#dd5943;
    text-align:center;
    color:#FFFFFF;
    font-size:3vw;
    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 img{
	width: 100%;
}
.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{
    opacity: 0;
    margin-bottom: 0;
    padding: 7% 0;
    text-align: center;
    background-color: #fff;
    transform : translate(0, 45px);
    transition : all 600ms;
}

.item.ani_show,
.item.def {
    opacity: 1;
    transform: translate(0, 0);
}


.bg_1{
	    background-color: #fdfaf3;
}

.item label{
font-size: 14px;
color: #4d4d4d;
margin:0 auto;
    font-weight: bold;
}

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

.error {
    display: none;
    color: #ff0000;
    font-size: 90%;
    margin-top: 0.5em;
}


.formdesign {
	overflow: hidden;
	width: 80%;
	margin: 3% auto 0;
	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.1em;
    right: 1.2em;
    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% 5%;
	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% auto;
    width: 83%;
}

 .sent_cont{
	text-align: center;
}

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

 .sent_cont input{
 	width:90%;
	text-align: center;
}


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


#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: 8% 0;
}
footer p{
	margin-top: 1%;
}




/* thanks.html*/

.thanks{
    background-color: #dd5943;
    color: #fff;
    text-align: center;
    padding: 6% 0;
    font-size: 5.5vw;
    line-height: 120%;
}

.thanks_img{
	width: 100%;
	margin:3% auto;
}
.thanks_img img{
  width: 100%;

}

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



input,select {
  font-size: 16px !important;
  transform: scale(0.9);
  font-weight: bold;
}





.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:3% 0 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: 80%;
  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: 2%;
    width: 36%;
    border-radius: 27px;
}

.select-recently2 label img{
	width:50%;
}

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

/* privacy.html */

.privacy_cont{
width: 85%;
margin:6% auto;
}

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

.privacy_cont p{
  margin: 2% 0;
    line-height: 22px;
    font-size: 0.8em;
}




/* company.html */

.company_cont{
width: 85%;
margin:6% auto;
}

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

.company_cont p{
  margin: 2% 0 28%;
    line-height: 16px;
    font-size: 0.8em;
}

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

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

.company_cont tr{
  text-align: left;
  margin: 10px;

}

.company_cont th{
  width: 100%;
  display: block;
  border-bottom: 1px solid #aaa;
}
.company_cont td{
  width: 100%;
  display: block;
}

th.margin_c, td.margin_c{
  padding: 10px 0;
}


}
