
  *,*::after,*::before{
    box-sizing: border-box;
  }
  body{
    width: 100%;
    margin: 0;
    overflow: scroll;
    -webkit-overflow-scrolling : touch;
    background: white;
    font-family: 'Product Sans';
    line-height: 1.4;
    color: #455a64;
    font-size: 17px;
  }
  section{
    position: relative;
    padding: 40px 4.5% 50px;
  }
  .a:-webkit-any-link {
      color: #607d8b;
      text-decoration: none;
      cursor: none;
  }
  input[type="submit"]{
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
    width: 170px;
    position: relative;
    left: 0%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #ff365d;
    font-size: 20px;
    color: white;
    margin-top: 50px;
    border: none;
  }
  input[type="submit"]::-webkit-search-decoration{
    display: none;
  }
  input[type="submit"]::focus{
    outline-offset: -2px;
  }

  .first{
    width: 100%;
    height: 105px;
    position: relative;
  }
  .logo{
    position: absolute;
    left: -1%;
    width: 100px;
    height: 100px;
  }
  .svju{
    position: absolute;
    top: 10px;
    left: -1%;
    margin-left: 150px;
    font-size: 40px;
    color: #455a64;
    text-align: right;
  }
  .univ{
    position: absolute;
    top: 12px;
    left: -1%;
    margin-left: 500px;
    font-size: 40px;
    color: #455a64;
    text-align: right;
  }
  .spring{
    position: absolute;
    top: 65px;
    left: -1%;
    margin-left: 150px;
    font-size: 25px;
    text-align: right;
  }
  .apply{
    font-size: 27px;
    margin-top: 35px;
    color: #263238;
  }
  .line{
    width: 100%;
    height: 1px;
    background: #78909c;
    opacity: 0.3;
    margin-top: 5px;
    margin-bottom: 9px;
  }
  .apply-explanation{
    font-size: 15px;
    color: #263238;
    margin-bottom: 40px;
  }
  .mark{
    margin-bottom: 15px;
    font-size: 15px;
  }
  .red{
    color: #ff365d;
    margin-right: 6px;
    margin-left: 3px;
  }
  .box{
    margin-bottom: 25px;
  }
  .head{
    margin-bottom: 7px;
  }

  .select-div{
    background: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 0.5px #B0BEC5;
    width: 75px;
    display: inline-block;
    height: 31px;
  }
  .select-group{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    color: #455A64;
    font-family: 'Arial';
    height: 100%;
  }
  .select-group:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .year-select{
    font-family: 'Product Sans';
    color: #455A64;
    float: left;
    background: transparent;
    position: relative;
    z-index: 1;
    line-height: 25px;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    text-indent: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .nen{
    color: #607d8b;
    margin-left: 10px;
    font-size: 16px;
    position: relative;
    top: -7px;
  }

  input[type="text"] {
    width: 40%;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 0.5px #B0BEC5;
    padding: 0 10px;
    font-family: 'Arial';
    font-size: 16px;
    color: #455A64;
  }
  input[type="text"]:focus {
    outline: none;
  }
  select:focus {
    outline: none;
  }
  input::-webkit-input-placeholder {
    font-size: 14px;
  }
  input:-moz-placeholder {
    font-size: 14px;
  }

  .address{
    width: 99% !important;
  }

	textarea {
		width: 100%;
		height: 230px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border: solid 0.5px #B0BEC5;
		padding: 10px;
		font-family: 'Arial';
		font-size: 16px;
		color: #455A64;
	}
	textarea:focus {
		outline: none;
	}
  .sex-box article{
    color: #607d8b;
    display: inline;
    font-size: 16px;
    position: relative;
    top: -3px;
    margin-left: 1px;
    margin-right: 6px;
  }

  .mid{
    width: 57% !important;
  }

  .attention{
    font-family: 'Arial';
    font-size: 15px;
    color: #455A64;
    margin-bottom: 30px;
  }
  .caution{
    font-family: 'Arial';
    font-size: 16px;
    color: #455A64;
    margin-left: 9px;
    position: relative;
    top: -4px;
  }
  input[type="checkbox"]{
    width: 20px;
    height: 20px;
  }
  input[type="radio"]{
    width: 17px;
    height: 17px;
  }

  .from{
    margin-top: 30px;
  }
  .from-div{
    background: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 0.5px #B0BEC5;
    width: 57%;
    display: inline-block;
    height: 31px;
  }
  .from-group{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    color: #455A64;
    font-family: 'Arial';
    height: 100%;
  }
  .from-group:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .from-select{
    font-family: 'Product Sans';
    color: #455A64;
    float: left;
    background: transparent;
    position: relative;
    z-index: 1;
    line-height: 25px;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    text-indent: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
