@charset  "utf-8";
/* CSS Document */
body {
	color: #545454;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', メイリオ,Meiryo,'MS PGothic','MS UI Gothic',Helvetica,Arial,sans-serif;
	line-height: 1.75;
	background: #ffffff;
	background-size: cover;
	font-size: 16px;
}

  
/*=========================================================================

　　　　↓ヘッダー↓

===========================================================================*/

header {
    width: 100%;
    text-align: center;
	background: #fff;
	box-shadow: 0px 10px 10px #aaa;
}

.header_in {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}

.top_btn {
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -38.4%;
    display: block;
    width: 79%;
}
/*=========================================================================

　　　　↓全体レイアウト↓

===========================================================================*/
#contents {
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px #aaa;
}

/*=========================================================================

　　　　↓テーブル↓

===========================================================================*/
table {
	border: solid 1px #DADADA;
}

caption {
	background: #3e3e3e;
	color: #fff;
	padding: .5em;
	border-radius: 5px 5px 0 0;
}

table tr {
	border-bottom: solid 1px #ddd;
}

table th {
	border-right: solid 1px #ddd;
	font-weight: 400;
	background: #3E3E3E;
	padding: 1em 1em;
	color: #fff;
	width: 23%;
}

table td {
	padding: 0.5em;
	/* text-align: right; */
	border: solid 1px #797979;
}

@media screen and (max-width: 435px) {
	/* 表示領域が435px以下の場合に適用するスタイル */
	table:not(.table_ichiran),table:not(.table_ichiran) tr,table:not(.table_ichiran) th,table:not(.table_ichiran) td,table:not(.table_ichiran) tbody,caption {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	table th {
		padding: .5em;
		border: 0;
	}
	
}

#send-table {
	border-left: 1px solid #dcdcc1;
	border-top: 1px solid #dcdcc1;
	font-size: 100%;
}

#send-table th {
	background-color: #656565;
	text-align: left;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
	color: #fff;
}

#send-table td {
	background-color: #fff;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
}

#send-table caption {
	background: #7FBFFF;
	padding: 8px 12px;
	margin: 5px 0;
	color: #fff;
	font-size: 130%;
	font-weight: 700;
}

.hissu {
    background: #fffc80;
    border-radius: 3px;
    padding: 0 3px;
    font-size: 80%;
    color: #080808;
}


/*=========================================================================

　　　　↓画像系↓

===========================================================================*/

.right_pic {
	padding: 0 0 1rem 1rem;
	float: right;
}

.left_pic {
	padding: 0 1rem 1rem 0;
	float: left;
}

@media screen and (max-width: 600px) {
	/* 表示領域が600px以下の場合に適用するスタイル */
	.right_pic {
		padding: 0 0 1rem 1rem;
		float: right;
		width: 50%;
	}
	.left_pic {
		padding: 0 1rem 1rem 0;
		float: left;
		width: 50%;
	}
}

@media screen and (max-width: 435px) {
	/* 表示領域が435px以下の場合に適用するスタイル */
	.right_pic {
		padding: 0 0 1rem;
		float: none;
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.left_pic {
		padding: 0 0 1rem;
		float: none;
		width: 60%;
	}
}

/*=========================================================================

　　　　↓フォーム↓

===========================================================================*/
input {
	padding: 7px 8px;
	font-size: 100%;
	margin: 8px 0 6px;
	border-radius: 5px;
	border: solid 1px #A2A2A2;
}

input[type="submit"] {
	background-color: #5DC11A;
	box-shadow: 1px 2px 0 #149421;
	text-shadow: 0 -1px #149421;
	position: relative;
	padding: .5em 1em;
	border-radius: 5px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	border: solid 1px;
}

input[type="submit"]:hover {
	top: 3px;
	box-shadow: none;
	color: #fff;
}

label:hover {
	background: #FFEFB7;
	cursor: pointer;
	border-radius: 6px;
}

/*=========================================================================

　　　　↓レイアウト↓

===========================================================================*/

/*=========================================================================

　　　　↓ボタン↓

===========================================================================*/
.submit {
	background-color: #48bb00;
	box-shadow: 0 8px 0 #399400;
	text-shadow: 0 -1px #007b15;
	position: relative;
	padding: .5em;
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin: .3em 1em 1.7rem;
	text-align: center;
	box-sizing: border-box;
}

.submit:active,.submit:hover {
	top: 8px;
	box-shadow: none;
}

.submit02 {
    background-color: #dc8e00;
    box-shadow: 0 8px 0 #945a00;
    text-shadow: 0 -1px #a36900;
    position: relative;
    padding: .5em;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: .3em 1em 1.7rem;
    text-align: center;
    box-sizing: border-box;
}
.submit02:active,.submit02:hover {
	top: 8px;
	box-shadow: none;
}

.imgbtn {
	display: block;
	margin: 30px auto;
}


/*=========================================================================

　　　　↓フッター↓

===========================================================================*/
footer {
	border-top: 1px solid #425a4b;
	width: 100%;
	padding: 35px 1em 10px;
	font-size: 90%;
	color: #ffffff;
	background: #0f3c20;
	box-sizing: border-box;
}

.footer_in {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 1em;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #fff;
}

/*=========================================================================

　　　　↓リンク↓

===========================================================================*/
a img {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

a img:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}