/*
Theme Name: astra-child
Template: astra
*/



/*　DIV 設定　*/
div.all,
div.inquire_block_top,
div.inquire_block {
width: 100%;
margin: 0 0 80px 0;
height: auto;
overflow: hidden;
clear: both;
}

div.company_block,
div.inquire_block_top,
div.inquire_block,
div.all_w_60 {
margin: 0 auto;
width: 60%;
}

@media screen and (max-width: 480px) {
div.company_block,
div.inquire_block_top,
div.inquire_block,
div.all_w_60 {
width: 100%;
}
}

/*　P 設定*/
p.center {
text-align: center;
margin: o auto;
}

/*　dl dt dd 設定*/
div.company_block dl {
display: flex;
flex-wrap: wrap;
width: 100%;
}

div.company_block dt {
margin: 0 0 10px 0;
padding: 20px;
	width: 30%;
background-color: #DADADA;
display: flex;
  align-items: center;
  justify-content: center;
}

div.company_block dd {
margin: 0 0 10px 0;
padding: 20px;
	width: 70%;
background-color: #F3F3F3;
}

/*　スマホのみ改行　*/
.br_mobile {
display:none;
}

@media screen and (max-width: 480px) {
.br_mobile {
display: block;
}
}

/*　span設定　*/
span.red_small {
font-size: 0.8em;
color: red;
}

span.red {
font-size: 0.8em;
color: red;
}


span.small_gray {
font-size: 0.8em;
color: gray;	
}

/*　　メールフォーム　　*/

div.inquire_block dl {
width: 100%;
}

div.inquire_block dt {
height: 50px;
margin: 0;
padding: 0;
padding-top: 10px;
padding-left: 20px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

div.inquire_block dd {
margin: 0;
margin-bottom: 20px;
padding: 15px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.wpcf7-form p {
    margin-bottom: 0;
}
	
div.submit_btn {
	text-align: center;
}

div.btn_block {
display:flex;
justify-content:center;
}

div.previous_btn,
div.kakunin_submit_btn {
width: 30%;
margin: 20px;
}


input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  font-weight: bold;
  width: 100px!important;
  padding: 10px;
  border-radius: 10px;
  background-color: #87cefa;
  border: none;
  color: #fff;
  cursor: pointer;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  padding: 11px 10px;
  border-radius: 10px;
  background-color: #233b6c;
  border: none;
  color: #fff;
  cursor: pointer;
}
span.wpcf7-spinner {
  display: none;
}