@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
	color: #000;
	font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

hr{
	border:none;
	border-top:dotted 2px #006600;
	height:0;
	margin-top:20px;
}

.container{
	background-color: #a5d21e;
	padding:20px 10px;
}

.whiteBox2 {
	border-radius: 5px;
	padding: 10px 10px 10px;
	background:#FFFFFF;
	font-size: 14px;
	color: #000000;
}

.title_1 {
	text-align:center;
	padding:10px 0;
	color: #000;
	font-size: 16px;
	font-weight:bold;
}

.sakana_shukudai{
	padding:10px 0 0;
}

.sakana_shukudai a{
	background:#1216B6;
	border-radius:50px;
	display:block;
	padding:10px 0;
	text-align: center;
	color:#fff;
	font-size:16px;
	font-weight:700;
	text-decoration: none;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}

.info {
	font-size: 12px;
	line-height: 1.4;
}

.back{
	padding:20px 0 0;
	text-align: center;
}

.back a img{
	width:20%;
}

.pagetop{
	padding:10px 0 0;
	text-align: right;
}

footer{
	background: #001901;
	text-align: center;
}

.logo{
	text-align: center;
	padding:40px 0 0;
}

.logo img{
	width: 40%;
}

.copyright {
	color: #fff;
	font-size: 9px;
	padding: 10px 0;
}

/*form*/

form p{
	padding:5px 0;
	line-height: 1.6;
}

.form_text:before{
	content:"■ ";
	color:#1216B6;
}

input, button, textarea, select {
	font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
  margin: 0;
  padding: 3px 5px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-size:13px;
}

input[type=text]{
	width:75%;
}

input[type=text].w50{
	width:50%;
}

/*ラジオボタン*/
input[type="radio"] {
  display: none;
}
label.radio {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
label.radio::before,
label.radio::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
label.radio::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
label.radio:hover::before {
  background: #fff;
}
label.radio::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  -webkit-transform: scale(2);
  transform: scale(2);
}
input[type="radio"]:checked + label.radio::before {
  background: #fff;
  border: 1px solid #3498db;
}
input[type="radio"]:checked + label.radio::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*プルダウン*/

select{
	padding-right:2.0em;
}

label.down{
	z-index: 0;
	position: relative;
}

label.down:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 60%;
	right: .6em;
    margin-top: -.2em;
    border-width: .45em .3em;
    border-style: solid;
    border-color: #000 transparent transparent;
    z-index: -1;
}

textarea{
	width:100%;
	height:8em;
	box-sizing: border-box;
}

/*掟リンク*/

form a{
	color:#ff3300;
	text-decoration: underline;
}

/*送信ボタン*/
input[type="submit"] {
	background:#1216B6;
	border:none;
	width:100%;
	margin:10px 0 0;
	padding:8px 0;
	color:#fff;
	font-size:18px;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}
