@charset "utf-8";
/* CSS Document */

body{
	font-size: 16px;
}

/*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("../img/main_bg.png") center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.company-under {
    background: url("../img/main_bg.png") center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 121px 0px 41px;
}
.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;
}
.sub_container{
    margin-top: 50px;
}
.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;
}

.blue{
    color: #0085CE;
}

.bottom{
    padding-bottom: 20px;
}

.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 #fff;
    margin-top: 30px;
    margin-bottom: 60px;
    width: 100%;
}
table th {
    width: 236px;
    padding: 20px;
    border-bottom: 2px solid #fff;
    background: #D9EDF8;
    vertical-align: baseline;
}
table td {
    padding: 15px;
    border-bottom: 2px solid #D9EDF8;
    vertical-align: middle;
}
table .border-top {
    border-top: 2.5px solid #D9EDF8;
}
table tr {
    border-bottom: none;
}
textarea{
	width: 100%;
}
table label{
	display: block;
}
.button{
    width: 500px;
    margin: auto;
    padding: 50px;
    text-align: center;
    margin-bottom: 120px;
    background-color: #F5F5F5;
    border-radius: 15px;
}
.button_txt{
    font-weight: bold;
	margin-bottom: 30px;
}
.button input{
	width: 150px;
    border-radius: 5px;
    border: 1px solid #0085CE;
    background: #0085CE;
    color: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 115%;
    margin: 0 30px;
	-webkit-transition:  all .3s;
	-o-transition:  all .3s;
	transition: all .3s;
} 

.button input[type="reset"]{
    border: 1px solid #ccc;
    background: #ccc;
    color: #0085CE;
} 
.button input[name="submit_back"]{
    border: 1px solid #ccc;
    background: #ccc;
    color: #0085CE;
} 

.button input:hover{
	cursor: pointer;
    background: #fff;
    color: #0085CE;
}
.top.more_button a {
    background-color: #001D59;
    color: #fff;
    padding: 10px 50px;
    margin: 50px auto 50px;
    display: inline-block;
}
.caution{
	margin-bottom: 30px;
}
.caution_box {
    max-width: 788px;
    margin: auto;
}
.caution_midashi {
    text-align: center;
    font-size: 146%;
    color: #0085CE;
	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;
}
	
	
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 {


}