
/* CSS Document */

body{
	font-size: 94%;
}

/*iosbuttonリセット*/
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* ==========================
sitemap_box
============================= */

.main_visual{
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg19.png") center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.sub_container,.pankuzu{
    max-width: 980px;
	width: 90%;
    margin: auto;
}
.errmsg {
    color: #ff0000;
}
.form_section {
    max-width: 900px;
    margin: auto;
}
.sec_midashi{
	max-width: 90vw;
	margin: auto;
	font-size: 146%;
	font-weight: bold;
	text-align: center;
	color: #28a860;
	border-bottom: #28a860 3px solid;
	margin-bottom: 30px;
}
.num_area{
	margin-bottom: 60px;
}
.num_title {
    font-size: 159%;
    font-weight: bold;
    color: #28a860;
}
.num_box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
	flex-wrap: wrap;
}
.text_box {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 50px;
	text-align: center;
}



.red-attention{
	color: #ff0000;
}
.flow_img{
	margin-bottom: 50px;
}
.flow_img.val{
	margin-top: 70px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 2px;
    border: 1px solid #aaa;
    padding: 5px;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    max-width: 95%;
}
select {
    padding: 5px;
}
table{
    border-collapse: separate;
    margin: auto;
    border-top: 1px solid #28a860;
    margin-top: 30px;
    margin-bottom: 60px;
    width: 100%;
}
table th {
    width: 260px;
    padding: 20px;
    border-bottom: 1px solid #28a860;
    background: #eaf6ef;
    vertical-align: baseline;
}
table td {
    padding: 15px;
    border-bottom: 1px solid #28a860;
    vertical-align: middle;
}
textarea{
	width: 100%;
}
table label{
	display: block;
}
.button{
	width: 500px;
	margin: auto;
	padding: 30px;
	text-align: center;
    margin-bottom: 120px;
}
.button_txt{
    font-weight: bold;
	margin-bottom: 30px;
}
.button input{
	width: 150px;
    border-radius: 2px;
    border: 1px solid #28a860;
    background: #28a860;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 115%;
    margin: 0 30px;
	-webkit-transition:  all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
} 
.button input:hover{
	cursor: pointer;
    background: #fff;
    color: #28a860;
}
.more_button.than{
    margin-bottom: 100px;
}
.caution{
	margin-bottom: 30px;
}
.caution_box {
    max-width: 788px;
    margin: auto;
}
.caution_midashi {
    text-align: center;
    font-size: 146%;
    color: #28a860;
	margin-bottom: 10px;
}
.scroll_box {
    height: 200px;
    overflow-y: scroll;
	border:#c1c1c1 solid 2px;
	padding: 20px 15px;

}
.scroll_box li {
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}
.num_title .black {
    font-size: 75%;
    color: #000;
}
@media screen and ( max-width: 767px ){
	
.num_title{
	max-width: 90vw;
	margin: auto;
	margin-bottom: 10px;
}
.num_box {
	/* max-width: 90vw; */
	margin: auto;
    margin-bottom: 0;
    justify-content: center;
}
.num_img{
    margin-bottom: 30px;
}
.item{
    width: 100% !important;
    margin-top: 10px;
}
.item-phone{
    font-size: 18px !important;
}
	
table{
	display: block;
	}
table th, table td {
    display: block;
    width: 100%;
	box-sizing: border-box;
}
tbody, tr {
    display: block;
    width: 100%;
}
table th {
    border-bottom: none;
	}
table td input.sp_wide{
	}
.button {
	width: 100%;
	box-sizing: border-box;
	}
.type3{
	display: block;
	}
.button input {
	margin: 10px;
	}
textarea {
	width: 100%;
	min-height: 300px;
	}
.sp_txt{
	font-size: 80%;
	}
    .sp_block{
        margin: auto;
    }

.caution,.privacy{
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}
}
@media print {


}