/* CSS Document */

/*トップページ側 　その他共通*/

*{
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: "Open Sans", "Noto Sans Japanese", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  }
  
  body{
	color:#333;
	background-position: 0 -3em;
	margin:0;
	padding:0;
	text-align: center;
	border-top: 3px solid #0089d3;
	}
  
  a:hover {
	  opacity: 0.8;
	  transition-property: all;
	  transition-duration: 0.1s;
	  transition-timing-function: ease-in-out;
	  }
  
  /**/
  .content {
  	max-width: 980px;
  	margin: 5em auto 0;
  	text-align: center;
	  width: 90%;
  }
  .content p{
  	font-size: 1.3em;
  	line-height: 1.7em;
  }
  
  .heder_box{
    display: flex;
    margin: 0 auto 3em;
    max-width: 750px;
}
  .heder_box h1{
	  padding: 0;
	  margin: 0 2em;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	 }
	 .heder_box h1 img{
    max-width: 100%;
    width: 100%;
	 }
  .heder_box h3{
  font-size: 1.8em;
  margin: 0;
  color: #14A0DC;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  }
  .heder_box h3 small{
  	font-size: 0.7em;
  }
  
  /**/
  .position{
  	margin-bottom: 6em;
  }
  .position_title{
	  font-size: 1.6em;
	  padding: 50px 0 0;
	  letter-spacing: 0.08em;
	  clear: both;
	  display: inline-block;
	  width: 100%;
	  margin-bottom: -20px;
	 }
  .position_title b{
	  font-size: 1.2em;
  }
  .position_button{
	  margin: 4em auto 0;
	  max-width: 970px;
	  display: table;
	  width: 85%;
	  border-spacing: 0.6em 0;
	 }


  .send_btn {
	  background: #fff;
	  border: 2px solid #14a0dc;
	  border-radius: 3px;
	  color: #484848;
	  padding: 20px!important;
	  margin: 40px 0.5em;
	  font-size: 1.3em;
	  font-weight: bold;
	  text-decoration: none;
	  width: 25%;
	  display: table-cell;
	  vertical-align: middle;
	  box-shadow: 3px 2px 1px rgba(0,0,0,0.1);
	  position: relative;
	  transition: background 0.2s ease;
	 }
  .send_btn:hover{
	  background: #14a0dc;
	  color:#fff;
	  opacity: 1;
	  transition: background 0.2s ease;
	 }

.send_btn:after{
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	border-top: 2px solid #14a0dc;
	border-right: 2px solid #14a0dc;
	position: absolute;
	top: 0;
	right: auto;
	transition: all 0.2s ease-in-out;
	transform: rotate(45deg);
	top: 48%;
	right: 5%;
	margin: -3px;
	bottom: 18px;
	}

.send_btn:hover :after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
    bottom: 13px;
}
  .back_btn {
	  background: #aaa;
	  -webkit-border-radius: 4;
	  -moz-border-radius: 4;
	  border: 0 !important;
	  border-radius: 5px;
	  color: #FFF;
	  padding: 15px 80px !important;
	  margin: 20px 0 50px;
	  font-size: 18px;
	  font-weight: bold;
	  text-decoration: none;
  }
  .fotter{
	  padding: 25px 0;
	  width: 100%;
    border-top: 1px solid #ddd;
	 }
  .fotter p{
	  display: inline-block;
	  text-align: center;
	  color: #464646;
	  width: 95%;
	 }
  .fotter p a{
	  color: #464646;
	  text-decoration: none;
	 }
  
  /* margin */
  .mt0{
	  margin-top: 0!important;
  }
  .mt10{
	  margin-top: 10px!important;
  }
  .mt20{
	  margin-top: 20px!important;
  }
  .mt30{
	  margin-top: 30px!important;
  }
  .mt40{
	  margin-top: 40px!important;
  }
  .mb0{
	  margin-bottom: 0px!important;
  }
  .mb10{
	  margin-bottom: 10px!important;
  }
  .mb20{
	  margin-bottom: 20px!important;
  }
  .ml0{
	  margin-left: 0!important;
  }
  .ml10{
	  margin-left: 10px!important;
  }
  .ml30{
	  margin-left: 30px!important;
  }
  .mr0{
	  margin-right: 0!important;
  }
  .mr10{
	  margin-right: 10px!important;
  }
  
  /**/
  .w80 label{
	  width: 80px;
  }
  .w300 label{
	  width: 300px;
  }



@media screen and (max-width: 700px) {
  .heder_box{
    display: block;
    max-width: 750px;
    text-align: center;
}
  .heder_box h1{
	  margin: 0 auto 1em;
	  display: block;
	  width: 100%;
	 }
  .heder_box h3{
  font-size: 1.6em;
  display: block;
  text-align: center;
  }
	.content p{
		font-size: 1.2em;
	}
  .position_button{
	  display: block;
  }
  .send_btn{
  	width: 85%;
  	display: block;
  	margin: 0 auto .5em;
  }
  .send_btn br{
  	display:none;
  }
}