﻿@charset "UTF-8";

/***************************************************
   HTML All Class Element Styles
***************************************************/
html,
body {
	text-align: center;
}

body {
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 170%;
	color: #000;

}


a {
	color: #036eb8;
	text-decoration: underline;
}

a:hover {
	color: #238ed8;
	text-decoration: none;
}

.cb {
	clear: both;
	font-size: 0;
}

p {
	margin-bottom: 15px;
}

.wrap_out {
	width: 100%;
	margin: 0;

	position: relative;

}




#wrap {
	width: 100%;
	text-align: left;
	height: 100%;
	/* for IE6 */
	min-height: 100%;
	position: relative;
}

.contener {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#back-top {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#back-top a {
	width: 57px;
	display: block;
}

#back-top span {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 7px;
	background: url(img/go_top.png) no-repeat center center;
}

.ki {
	background-color: #ff0;
	line-height: 170%;
	color: #000;
}

.wakubg {
	padding: 3px 5px;
	margin: 10px 0 0 0;
	border: 1px solid #000;
	font-size: 15px;
}

video {
	width: 100%;
	margin-bottom: 20px;
}

.icon-area {
	margin: 30px 0 10px 40px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.icon-area img {
	width: 60px;
	margin-right: 20px;
}

/***************************************************
  Header Element Styles
***************************************************/

.head_bg {
	width: 100%;
	height: 74px;
}

.head01 {
	width: 1000px;
	margin: 0 auto;
	height: 74px;
	font-size: 30px;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
	color: #0034DC;
}

.head01 img {
	width: 100%;
}



/***************************************************
  Sidebar Element Styles
***************************************************/
.navi {
	width: 200px;
	margin-bottom: 2px;
	color: #000000;
}

.navi:last-child {
	border-bottom: 0;
}

.navi#stay {
	background-color: #e73650;
	color: #fff;
	line-height: 120%;
	border-radius: 5px;
}

.nav-txt {
	margin-left: 10px;
	font-size: 15px;
	padding: 15px 10px;
	position: relative;
}

.nav-txt-small {
	font-size: 13px;
}

.navi a {
	display: block;
	text-decoration: none;
	color: #231815;
	line-height: 120%;
	background: transparent;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 5px;
}

.navi a:hover {
	display: block;
	background-color: #e73650;
	color: #fff;
}

.con_l_naka {
	padding: 0;
	margin: 0 0 25px;
}

/***************************************************
  Contents Element Styles
***************************************************/


.con_r {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	min-height: 600px;
	position: relative;
}

.con_l {
	display: none;
}

.top01 {
	width: 100%;
	position: relative;
	line-height: 0;
}

.siki {
	position: absolute;
	left: 50px;
	bottom: 120px;
	width: 260px;
	border: 3px solid #ffdd00;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	line-height: 140%;
}

.siki2 {
	width: 350px;
	border: 3px solid #ffdd00;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	line-height: 140%;
	margin-left: 450px;
}

.siki-title {
	width: 100%;
	margin: 0 0 5px;
	background-color: #ffdd00;
	line-height: 140%;
	color: #000;
	text-align: center;
}

.btn-top a {
	width: 230px;
	position: absolute;
	right: 50px;
	bottom: 100px;
	line-height: 120%;
	padding: 20px 10px;
	background-color: #DC0000;
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	border: 2px solid #ffff00;
}

.btn-top a:hover {
	opacity: 0.7;
}

.t-bana {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 60px;
	width: 50px;
}

.top02 {
	margin: 0 0 30px;
	background-color: rgba(255, 255, 255, 0.90);
}

.top02-title {
	background-color: #f29600;
	font-size: 17px;
	font-weight: bold;
	line-height: 200%;
	color: #ffffff;
	padding-left: 30px;
}

.top02-txt {
	padding: 15px;
	font-size: 14px;
	line-height: 150%;
}

.notice {
	border: 4px solid #ffdd00;
	width: 670px;
	background-color: rgba(255, 255, 255, 1);
	padding: 10px 10px 10px 20px;
	position: relative;
	font-size: 14px;
	text-align: left;
	line-height: 170%;
	margin: 0 0 10px 50px;
}

.n-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 180%;
	color: #ff0000;
	text-align: center;
}

.info {
	width: 200px;
	height: 280px;
	margin: 0 0 20px;
	font-size: 14px;
	text-align: left;
}

.info-title {
	margin: 0 auto;
	/*background: #002f6b;
    color: #ffffff;
    font-size: 17px;
    line-height: 46px;
    padding-left: 15px;*/
}

.info-title img {
	display: block;
	width: 100%;
}

.infobox {
	height: 223px;
	overflow: auto;
	padding: 10px 5px;
	background-color: rgba(255, 255, 255, 0.7);
	line-height: 130%;
	color: #000000;
}




.title01 {
	line-height: 45px;
	height: 45px;
	width: 970px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
	background-color: #1935A2;
}

.title02 {
	line-height: 120%;
	width: 740px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	background-color: #e73650;
}

.hon {
	width: 1000px;
	background-color: rgba(255, 255, 255, 0.90);
	margin: 0 50px 30px;
	padding: 0 0 30px;
	min-height: 540px;
}

.hon_in {
	padding: 20px 30px 0;

}

.bana-area {
	margin: 20px 0 20px 30px;
	display: flex;
	flex-wrap: wrap;
}

.bana01 {
	width: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bana01 img {
	width: 100%;
}

.bana01 a:hover {
	opacity: 0.7;
}

.btn-sanka {
	width: 350px;
	margin: 0 0 10px 450px;
}

.btn-sanka img {
	width: 100%;
}

.btn-sanka a:hover {
	opacity: 0.7;
}

.btn-enter a {
	width: 324px;
	margin: 0 0 10px 450px;
	background-color: rgba(146, 0, 2, 1.00);
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 10px;
	line-height: 130%;
	padding: 20px 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	border: 3px solid #ff0;
}

.btn-enter a:hover {
	opacity: 0.7;
}

.f-area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 30px;
	margin-left: 20px;
}

.photo {
	width: 20%;
	margin: 0 5% 0 0;
}

.photo img {
	width: 100%;
}

.g-txt {
	width: 75%;
	font-size: 16px;
	line-height: 170%;
}


/***************************************************
  Footer Element Styles
***************************************************/
.foot01 {
	text-align: center;
	line-height: 42px;
	font-size: 13px;
	background-color: #1935A2;
	color: #fff;
	width:100%;
	position: fixed;
	bottom:0px;
}

.jimu {
	width: 100%;
	background: transparent;
	padding: 10px 0;
	color: #fff;
}

.jimu-area {
	width: 1000px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 8%;
	font-size: 13px;
	color: #fff;
	line-height: 123%;
}

.jimu-area#top {
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 800px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	color: #fff;
	line-height: 123%;
	background-color: rgba(0, 0, 0, 0.58);
	padding: 10px 0;
}

.jimu-area#top .jimu01 {
	width: 40%;
	margin: 0;
}

.jimu01 {
	width: 40%;
	margin: 0;
}

.jimu02 {
	width: 45%;
	margin: 0 0 0;
}

.jimu-area#top .jimu02 {
	width: 45%;
	margin: 0 0 0;
}

/**
.jimu03{
width:55%;
margin: 0 0 0;
}

.jimu-area#top .jimu03{
width:32%;
margin: 0 0 0;
}
**/

.jimu-area a {
	color: #fff;
}

/***************************************************
  Mouse Over Element Styles   
***************************************************/



/***************************************************
  Table Layout Element Styles   //index.html
***************************************************/

table#form_table {
	width: 538px;
	border: 1px #acacac solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#form_table th {
	padding: 5px;
	border: #acacac solid;
	border-width: 0 0 1px 1px;
	background: #e4f5ff;
	line-height: 120%;
	text-align: left;
	width: 102px;
	height: 40px;
	color: #5a5a5a;
	text-indent: 5px;
	font-weight: normal;
}

table#form_table td {
	padding: 5px;
	border: 1px #acacac solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	color: #5a5a5a;
}

table#form_table td.alpha {
	width: 100px;
}

table#form_table td input {
	border: 1px solid #b98633;
}

table#form_table td input.form_one {
	width: 30px;
}

table#form_table td input.mail_a {
	width: 300px;
}

table#form_table td input.mail_b {
	width: 30px;
}

#sou {
	background: url(img/contact_bu.jpg);
	width: 282px;
	height: 26px;
	border: 0;
	font-size: 0;
	margin: 0 auto;
}

#sou:hover {
	background: url(img/contact_bu_on.jpg);
}

/***************************************************
  Qand.html
***************************************************/

.midasi1 {
	text-align: left;
	font-size: 16px;
	border-bottom: #e73650 solid 1px;
	border-left: #e73650 solid 3px;
	margin: 0 0 10px 0;
	padding-left: 10px;
	line-height: 170%;
	font-weight: bold;
}

.midasi2 {
	text-align: left;
	font-size: 15px;
	border-bottom: #e73650 solid 1px;

	margin: 0 0 5px 0;
	padding-left: 10px;
	line-height: 170%;
	font-weight: bold;
}

.midasi3 {
	text-align: left;
	font-size: 16px;
	color: #811d22;

	margin: 0 0 10px 0;
	padding-left: 10px;
	line-height: 170%;
	font-weight: bold;
}

.midasi4 {
	text-align: left;
	font-size: 16px;
	color: #000;

	margin: 0 0 10px 0;
	padding-left: 10px;
	line-height: 170%;
	font-weight: bold;
}

.midasi5 {
	text-align: left;
	font-size: 16px;
	color: #fff;
	background-color: #811d22;
	margin: 0 0 10px 0;
	padding-left: 10px;
	line-height: 200%;
	font-weight: bold;
}

.bun {
	margin: 0 0 20px 20px;
	line-height: 170%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bun span {
	display: block;
	width: 100px;
	text-align: right;
	font-size: 14px;
}

.bun input {
	margin-right: 50px;
}

.kugiri {
	margin: 0 10px 10px;
	height: 1px;
	border-bottom: 1px dotted #999999;
}


td.hissu {
	font-weight: bold;
}

table#theme td {
	padding: 3px;
}

table#kiji td {
	padding: 0;
}

.waku {
	margin: 0 20px 20px;
	width: 400px;
	padding: 10px;
	background-color: #FFF9EA;
}

.aka {
	color: #f00;
}

table.boshu td {
	padding: 2px 5px;
}

.endai a:hover {
	opacity: 0.6;
}

.akawaku {
	border: 2px solid #f00;
	padding: 10px;
	text-align: center;

}

.akawaku2 {
	width: 700px;
	margin: 0 auto 30px;
	border: 3px solid #f00;
	padding: 10px;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.90);
}

.akawaku3 {
	width: 700px;
	margin: 0 auto 10px;
	border: 3px solid #f00;
	padding: 10px;
	text-align: center;
	background-color: #F6FF69;
	font-size: 16px;
	font-weight: bold;
}

.waku-t {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.p-bb {
	border-bottom: 1px solid #0072bd;
}

.szk {
	font-size: 11px;
}

.aki {
	padding-left: 7px;
}

.waku2 {
	margin: 0 20px 20px;
	padding: 10px;
	border: 1px solid #000000;
}

.sitei {
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
	line-height: 200%;
	background-color: rgba(255, 0, 253, 1.00);
}

.ippan {
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
	line-height: 200%;
	background-color: rgba(0, 203, 255, 1.00);
}

.sankou {
	width: 500px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
	line-height: 250%;
	background-color: rgba(0, 21, 255, 1.00);
	color: #ffffff;
	margin: 0 0 20px 20px;
	text-align: center;
}

.sankou a {
	text-decoration: none;
	color: #ffffff;
}

.sankou a:hover {
	opacity: 0.6;
}

.kon {
	color: rgba(0, 108, 255, 1.00);
}

.n-btn a {
	width: 270px;
	background-color: rgba(0, 108, 255, 1.00);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 30px;
}

.n-btn a:hover {
	opacity: 0.6;
}

.toi-kaiki {
	width: 638px;
	margin: 10px 0;
	padding: 10px;
	background-color: #FFA33D;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
}

.btn-endai a {
	width: 300px;
	display: block;
	color: #000000;
	background-color: #FF8AE8;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	padding: 10px 0;
	height: 50px;
	text-align: center;
	text-decoration: none;
}

.btn-endai a:hover {
	opacity: 0.6;
}

.btn-endai#sitei a {
	background-color: #71FFF4;
}

.btn-endai#sitei a:hover {
	opacity: 0.6;
}

.btn-endai2 a {
	width: 300px;
	display: block;
	color: #ffffff;
	background-color: #B70003;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
}

.btn-endai2 a:hover {
	opacity: 0.6;
}

.btn-endai3 a {
	width: 300px;
	display: block;
	color: #ffffff;
	background-color: #E74700;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
}

.btn-endai3 a:hover {
	opacity: 0.6;
}

.btn-endai4 a {
	width: 350px;
	margin: 0 auto;
	display: block;
	color: #000000;
	background-color: #FFD600;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	padding: 10px 0;
	height: 50px;
	text-align: center;
	text-decoration: none;
}

.btn-endai4 a:hover {
	opacity: 0.6;
}

.btn-endai5 a {
	width: 300px;
	display: block;
	color: #ffffff;
	background-color: #001DFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
}

.btn-endai5 a:hover {
	opacity: 0.6;
}

.btn-endai6 a {
	width: 350px;
	display: block;
	color: #ffffff;
	background-color: #0354E3;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 auto;
	border-radius: 10px;
}

.btn-endai6 a:hover {
	opacity: 0.6;
}

.btn-area {
	display: flex;
	flex-wrap: wrap;
}

.btn-area2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.btn-pre a {
	width: 500px;
	display: block;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #860000;
	color: #ffffff;
	border-radius: 8px;
	line-height: 170%;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.btn-pre a:hover {
	opacity: 0.7;
}


.btn-pre2 a {
	width: 500px;
	display: block;
	padding: 7px 20px;
	margin: 0 auto;
	background-color: #860000;
	color: #ffffff;
	border-radius: 8px;
	line-height: 110%;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.btn-pre2 a:hover {
	opacity: 0.7;
}



.btn-pro a {
	display: block;
	width: 200px;
	padding: 5px;
	background-color: #860000;
	color: #ffffff;
	border-radius: 8px;
	line-height: 170%;
	font-size: 15px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}

.btn-pro a:hover {
	opacity: 0.7;
}

.btn-pro2 a {
	display: block;
	width: 300px;
	padding: 5px;
	background-color: #860000;
	color: #ffffff;
	border-radius: 8px;
	line-height: 170%;
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}

.btn-pro2 a:hover {
	opacity: 0.7;
}

.n-btn2 a {
	width: 350px;
	background-color: #690CFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 30px;
}

.n-btn2 a:hover {
	opacity: 0.6;
}

.btn-entry a {
	width: 350px;
	background-color: #3356FF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 30px;
	border-radius: 10px;
}

.btn-entry a:hover {
	opacity: 0.6;
}

.btn-entry#sanka a {
	width: 350px;
	background-color: #860000;
}

.semi {
	width: 210px;
	text-align: center;
	margin-bottom: 20px;
}

.semi img {
	width: 100%;
}

.semi a:hover {
	opacity: 0.7;
}

.e-title {
	border-left: 5px solid #811d22;
	border-bottom: 1px solid #811d22;
	padding-left: 10px;
	font-size: 16px;
}

.btn-area {
	width: 650px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn-p a {
	width: 300px;
	background-color: #3356FF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 30px;
	border-radius: 10px;
}

.btn-p a:hover {
	opacity: 0.6;
}

.ev-pdf {
	float: right;
	top: 5px;
	right: 30px;
	width: 150px;
}

.ev-pdf img {
	width: 100%;
}