﻿/*基本設定-----------------------------------------------*/

* {
    margin:0;
    padding:0;
}

ul{
    list-style: none;
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}



/*基本設定ここまで-----------------------------------------------*/
/*ヘッドライン-----------------------*/
.headline {
    display: block;
    background-color: #0259a9;
    text-align: center;
    color:#fff;
    position:relative;
    box-sizing: border-box;
    padding:20px 0;
    height: 119px;
    margin: 0px 0;
    clear:both;
}
.headline:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 55px 0 55px;
    border-color: #0259a9 transparent transparent transparent;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
    content: " ";
}
.headline-txt {
    text-align: center;
    box-sizing: border-box;
}
h2 {
    font-size: 40px;
    margin:20px 0 5px  0;
    line-height: 1.8rem;
}
span {
    display: block;
}

/*ヘッドラインここまで----------------------*/
/*scroll------------------------------------------------------*/


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0;
  background: #0099ff;
  opacity: 0.6;
  border-radius: 50%;
    z-index:100000
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*scrollここまで-----------------------------------------------*/

/*応募フォーム------------------------------------------------------*/
.wrap_entry{
    position: relative;
    max-width:1260px;
    margin:0 auto;
}

.form {
    margin:0 auto;
    background-color:#fa9900;
    /*max-width:1260px;*/
    width:100%;
    height:119px;

}
.form:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 55px 0 55px;
    border-color: #fa9900 transparent transparent transparent;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
    content: " ";
}
.entry{
    background-color: #0259a9;
}
.entry:after{
    border-color: #0259a9 transparent transparent transparent;
}
.form_tbl {
    width:auto;
    height: auto;
    margin:20px auto;
    border-style:none;
    max-width:1100px;
    empty-cells: hide;
}

.form_tbl th {
    width:20%;
    text-align: left;
    padding-left:50px;
}
.form_tbl td{
    padding: 5px 20px;
    height: 3rem;
    font-weight: bold;
    width:auto;
}

.form_tbl td input[type="text"]{
    width:20rem;
    padding:5px 10px;
    border:0;
    border:solid 1px #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.blue {
    display: inline-block;
    margin-left:0.5rem;
    font-size:0.7rem;
    padding:0 0.3rem;
    background-color:#0259a9;
    border-radius: 5px;
    color:#fff;
    vertical-align: top;
    font-weight: normal;
}
/** custum select **/
.style {
    overflow: hidden;
    width:20rem;
}
.style select {
    width:20rem;
    padding:5px 1rem;
    cursor:pointer;
    text-indent:0.01px;
    text-overflow: ellipsis;
    border: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance:none;
    appearance:none;
}
.style select::-ms-expand {
    display: none;
}
.style.ws_s03 {
    position:relative;
    border-radius:2px;
    border:1px solid #ccc;
    border-radius: 4px;
    background:#fff;
    padding-left:5px;
    height:2rem;
}
.style.ws_s03::before {
    position: absolute;
    top:0.8em;
    right:0.8em;
    width:0;
    height:0;
    padding: 0;
    content:'';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top:6px solid #888;
    pointer-events:none;
}
.style.ws_s03 select {
    padding:8px 38px 8px 3px;
    color:#888;
}
textarea{
    width:90%;
    border:1px solid #ccc;
    border-radius: 5px;
    box-shadow:none;
    padding:5px 8px;
}

.textarea_re {
    width:90%;
    max-width: 40rem;
    border:1px solid #ccc;
    border-radius: 5px;
    box-shadow:none;
    padding:5px 8px;
    margin-bottom:20px;
    min-height:5rem;
}
textarea:focus {
    outline: none;
}
.link a {
    width:100%;
    margin-bottom:20px;
}
.form_wrapper {
    max-width:1260px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin:0 auto;
}
.form_wrapper table{
    box-sizing: border-box;
    border-collapse:collapse;
    margin: 0 auto;
    text-align: center;
    max-width:1260px;
    border:1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom:10px;

}
.form_wrapper table th{
    padding-left:4rem;
    padding-right: 3rem;
    font-weight: 500;
}
.form_wrapper table td {
    padding-right:3rem;
}

.text_re{
    height:1.5rem;
    width: 20rem;
    padding: 5px 5px;
    border: 0;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.text_re_addr11,.text_re_addr11_2{
    min-height:1.5rem;
    width: 20rem;
    padding: 5px 5px;
    border: 0;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-size: 1rem;
}
.form_wrapper table th,
.form_wrapper table td{
    text-align: left;
    vertical-align: top;
    padding-top:1.5rem;
}

.blue {
    display: inline-block;
    margin-left:0.5rem;
    font-size:0.7rem;
    padding:0 0.3rem;
    background-color:#0259a9;
    border-radius: 5px;
    color:#fff;
    vertical-align: top;
    font-weight: normal;
}
input[type="text"]{
    width:20rem;
    padding:5px 10px;
    border:0;
    border:solid 1px #ccc;
    border-radius: 5px;
    font-size: 1rem;
  }

input[type="email"] {
    width: 20rem;
    padding: 5px 10px;
    border: 0;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-size: 1rem;
}
input[name="btn"]{
    width:100%;
    text-align: center;
    background-color:#ff9900;
    border-radius: 5px;
    padding:8px 20px;
    font-size:1rem;
    font-weight: 600;
    color:#fff;
    cursor:pointer;
    border:none;
    margin-bottom: 20px;
}


input[name=btn_submit],
input[name=btn_back] {
	text-align:center;
	padding: 5px 20px;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #2887d1;
	background: #4eaaf1;
  margin-bottom: 10px;
}

input[name=btn_back] {
	margin-right: 20px;
	box-shadow: 0 3px 0 #777;
	background: #999;
}

.kakuningamen {
}

.kakuningamen p{
  text-align:center;
}

.kanryogamen {
  margin:20px auto;

}
.kanryogamen p {
  max-width:600px;
  width:90%;
  text-align:center;
    margin:0 auto;
}

.bold{
  color:#0099ff;
  font-size:250%;
}

.error_list{
color:red;
border:1px solid red;
border-radius:5px;
padding:5px 30px;
margin:37px auto 0;
text-align:center;
}
@media (max-width: 1060px) {
    main{
      padding-top:0px;
    }
    .form_wrapper table {
        width:95%;
        margin: 0 auto;
    }
    .form_wrapper table th,
    .form_wrapper table td{
        display: block;
        border-top:none;
        width:auto;
        padding:5px 10px;
    }
    .form_wrapper table th{
        margin-top:10px;
    }
    .form_wrapper table tr:first-child th{
        margin-top:20px;
    }
}
