@charset='utf-8';

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media print and (min-width: 769px){


/* =1 body
------------------------------------------------------------ */
body{
	margin:auto;
	padding:0px;
	background-color:#fff;
	color:#000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align:center;
	font-weight: 500;
}
a{
	color:#20479C;
}
.pc_none{
	display:none;
}
.wrap_head01{
	display:none;
}
#wrapper{
	display:none;
}
.wrap_member{
	display:none;
}
.wrap_member_inner{
	display:none;
}

.wrap_visiul{
	margin:auto;
	width:100%;
	min-height:680px;
	background-image:url("../images/top_photo001.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.wrap_visiul_text{
	margin:auto;
	padding-top:150px;
}
.wrap_pagetitle{
	margin:auto;
	margin-bottom:20px;
	width:100%;
	text-align:center;
}
.wrap_pagetitle h3{
	margin:auto;
	padding:10px 0px 10px 0px;
	color:#20479C;
	font-size:33px;
	font-weight:500;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:center;
}

.wrap_main01{
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	width:980px;
	text-align:center;
}
.wrap_main02{
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	width:980px;
	min-height:600px;
	text-align:center;
}
p{
	margin:0px 0px 20px 0px;
	color:#000;
	font-size:16px;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:left;
}
h4{
	display:block;
	margin:auto;
	margin-bottom:30px;
	padding:0px 20px 5px 20px;
	border-bottom:solid 1px #000;
	color:#000;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:center;
}
h5{
	display:block;
	margin:auto;
	margin-bottom:30px;
	color:#000;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:center;
}

.wrap_login{
	margin:auto;
	padding:20px 0px 20px 0px;
	width:100%;
	background-color:rgba(0,0,0,0.85);

}
.wrap_login_inner{
	margin:auto;
	width:980px;
	text-align:center;
	display: flex;
	justify-content: space-between;
}
.wrap_login_left{
	margin:auto;
	padding:30px 0px 30px 0px;
	width:300px;
	border:solid 1px #fff;
	border-radius:10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1em;
	text-align:center;
}
.wrap_login_right{
	margin:auto;
	width:650px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:center;
}
.form_waku01{
	padding:5px;
	border:solid 1px #ddd;
}
.form_button01{
	margin:10px 0px 0px 40px;
	padding:10px 80px;
	border-style:none;
	border-radius:5px;
	background-color:#FF9433;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-decoration:none;
}
.form_button01:hover{
	background-color:#F27300;
	color:#fff;
}
.form_button02{
	margin:40px 0px 0px 0px;
	padding:15px 80px;
	border-style:none;
	border-radius:5px;
	background-color:#FF9433;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-decoration:none;
}
.form_button02:hover{
	background-color:#F27300;
	color:#fff;
}
.form_button03{
	margin:0px 0px 0px 0px;
	padding:5px 20px;
	border-style:none;
	border-radius:5px;
	background-color:#666;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-decoration:none;
}
.form_button03:hover{
	background-color:#666;
	color:#fff;
}


.img_right01{
	margin:0px 0px 20px 20px;
	float:right;
}
.red{
	color:#ff3300;
}
.blue{
	color:#20479C;
}

.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
.clear hr{
	margin:0px;
	padding:0px;
	display:none;
}


.wrap_footer01{
	display:none;
}


.print_none{
	display:none;
}



}