@charset "UTF-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

* {
	margin: 0;
	padding: 0;
}

.min {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #f8f8f8;
	z-index: 1;

}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

br {
	letter-spacing: 0
}

ol,
ul {
	list-style: none
}

img {
	vertical-align: bottom;
	max-width: 100%
}

a {
	color: #2098a8
}

a:hover {
	color: #c03
}

input {
	vertical-align: middle;
	outline: none;
}

textarea {
	box-shadow:2px 2px 2px 3px #ededed inset;
	outline: none;
}

html {
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
	color: #111;
	vertical-align: middle;
	text-align: center;
	background: url(images/bg01.png) no-repeat center top;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contents_donyu {
    padding: 15px 0px;
    margin: 0px auto;
    margin-top: 0px;
    width: 95%;
    max-width: 620px;
    background: #ffffc2 none repeat scroll 0 0;
    border-radius: 15px;
}

#header1 {
	background: url(images/.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe85d', endColorstr='#ffffc1', GradientType=0);
}

.kv-box {
	text-align: left;
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.kv-box>div {
	background: #fff;
	border-radius: 10px;
	padding: 20px 30px;
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.5);
	box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.5)
}

.kv-box>div:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 35px;
	height: 100%;
	background: url('./images/kv-arw.png') no-repeat left top
}

.kv-box .kv-ttl {
	margin-bottom: 20px
}

.kv-box>div .kv-pat {
	display: inline-block;
	margin-top: 15px
}

#header2 {
	margin: 0 auto;
	text-align: center
}

.kv-input {
	margin: 20px 0
}

.kv-input input {
	width: 100%;
	max-width: 725px;
	display: inline-block;
	padding: 30px 20px;
	font-size: 20px;
	border: 2px solid #ff0406
}

.contents_center4_{
	width:820px;
	background-color: #fff;
	margin:0px auto 50px;
	padding:0px 50px 0px;
}

.contents_center8{
	width:890px;
	background-color: #fff;
	margin:0px auto;
}

.scale {
    width: 833px;
    height: 567px;
    margin: 0 auto;
        padding: 50px 0;
}

.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.name {/*親div*/
	position: relative;/*相対配置*/
	}

.name p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2.3em;/*サイズ2倍*/
  }

@media screen and (max-width:768px) {

.name p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 1.3em;/*サイズ2倍*/
  }

}


@media screen and (max-width:425px) {

.name p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 0.8em;/*サイズ2倍*/
  }

}


/*********************************************************
	ボタン
*********************************************************/

.button {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 15px 0px;
	text-align: center;
	width: 90%;
	height: 100%;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 60px;
}

.button2 {
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 15px 0px;
	text-align: center;
	width: 90%;
	height: 100%;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 60px;
}

.button:hover {
    opacity: 0.5;
}

.wrap {
	text-align: center;
	
  }
  
div.wrap a.btn_to-index {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	display: block;
	margin: 20px auto;
	max-width: 80%;
	text-decoration: none;
	border-radius: 5rem;
	padding: 20px 30px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1.6;
  }
  
  a.btn_to-index {
	color: #fff;
	background: rgb(126, 0, 0);
 	box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset;
  }
  
  a.btn_to-index:hover {
	color: #ffdf77;
  	box-shadow: rgb(50, 0, 0) 0 160px 0px 2px inset;
  }


/* .btn_to-index{
	border: #ed1c24 4px groove;
	border-radius: 5rem;
	padding: 1rem 0;
	width: 90%;
	color: #fff;
	display: inline-block;
	text-align: center;
	height: 100%;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	margin: 2rem auto;
} */

.btn_to-index p{
	padding: 0;
}


.ikt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(to top, #ff7200 0%, #f9a72b 100%);
    border-image: none;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    text-align: center;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f85032+0,e73827+100 */
background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top,  #f85032 0%, #e73827 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f85032 0%,#e73827 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f85032 0%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}

.ikt2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(to top, #ff7200 0%, #f9a72b 100%);
    border-image: none;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

@media screen and (max-width:768px) {

.button {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 30px 0px;
	margin:0px auto 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 30px;
}

.button2 {
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 30px 0px;
	margin:0px auto 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 30px;
}

}

#bottom-submit,
#kv-submit {
	display: none
}

#bottom-submit+label,
#kv-submit+label {
	display: inline-block;
main	width: 100%;
	max-width: 695px;
	cursor: pointer
}

#bottom-submit+label:hover,
#kv-submit+label:hover {
	opacity: .6
}

#wrapper {

}



#main{
	max-width: 980px;
	margin: 0 auto;

}


#container {
	background: #fff;
	width: 95%;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	border: #490000 2px groove;
	box-shadow: #000 1px 1px 2px;
}

#container.privacy {
	border-top: 0;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.main_text {
	max-width: 100%;
	margin: 0px auto;
	text-align: left;
	padding: 2rem 4rem;
	font-size: 2rem;
	line-height: 1.6;
	/* background: #fff;
	padding: 4rem 4rem;
	border: #490000 2px groove;
	box-shadow: #000 3px 3px 5px; */
}

p{
	padding-top: 4rem;
	padding-bottom: 4rem;
	line-height: 1.8;
}

.main_text2 {
margin: 60px 120px 0px 120px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

.main_text3 {
	margin: 90px 0 0 36px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

.sub{
	width: 100%;
	margin: 0 auto;
}

.schedule{
	border: gold groove 4px;
	margin: 0 auto;
	width: 90%;
	padding: 2rem 0;
	background-color: rgb(208, 255, 208);
	
}

.otani{
	width: 25%;
	float: right;
	margin-top: -4rem;
}

@media screen and (max-width: 768px) {
	.otani{
		width: 50%;
		float: none;
		margin-top: 0;
	}
}

table.prof {
	margin:0px auto 0px auto;
	padding: 0;
	font-size: 1.6rem;
	width: 100%;
	overflow-x: auto;
	box-sizing: border-box;
}

table.prof th {
	/*background-color: #8bffea;*/
	background-color: #ff6347;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	padding: 1.0rem 1.5rem 1.0rem 2.0rem;
	border: solid 3px #333;
	border-radius:8px;
	text-align:left;
	border-spacing: 0px;
}

table.prof td {
	background-color: #ffffff;
	padding: 1.5rem 2.5rem;
	font-size: 2.0rem;
	border-top: 0px solid #fff;
	border-bottom:4px solid #cdcdcd;
	border-right:2px solid #cdcdcd;
	border-left:2px solid #cdcdcd;
	border-radius:8px;
	text-align:left;
	border-spacing: 0px;
}

table.prof td.pat {
	background-color:none;
	padding: 1.5rem 1.0rem;
	text-align: center;
	border-top: 0px solid #fff;
	border-bottom:4px solid #cdcdcd;
	border-right:2px solid #cdcdcd;
	border-left:2px solid #cdcdcd;
	text-align:center;
	border-spacing: 0px;
}

.box01 {
	position: relative;
	margin:2rem 0 1rem 0;
	padding: 1rem 2rem;
	border: solid 3px #333;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}
.box01 .box-title01 {
	position: absolute;
	display: inline-block;
	top: -30px;
	left: 10px;
	padding:0.8rem 2.0rem;
	line-height: 1;
	font-size:3.0rem;
	border-radius: 8px;
	font-weight: bold;
	border: solid 3px #333;
	background-color: #ff7b00;
	color: #fff;
}

.box01 p {
	margin: 0;
	padding: 0;
}


.boxtext {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 900;
	font-size: 5.0rem;

}




/*-----------------------*/

.voice_bg {
	margin: 30px auto 20px;
	width:100%;
	max-width:700px;
	border: 5px #333 solid;
	background: #fffcca;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.voice_bg p.name {
	margin: 20px 25px 25px 25px;
	padding: 0 0 10px 0;
	font-size: 18px;
	text-align: left;
	color: #333;
	border-bottom: 1px #333 dashed ;
}

.voice_bg p {
	margin: 25px auto;
	text-align: left;
	line-height: 2;
	color: #333;
	font-weight:bold;
}

/*accordion*/

dl.accordion dt {
	background: #FF0000;
	cursor: pointer;
	border-bottom: 3.5px solid #5d5d5d;
	word-wrap:break-word;
}

dl.accordion dt {
	display: block;
	color: #fff;
	font-size: 24px;
}

dl.accordion dt::before {
	content: '';
	position: relative;
	float: right;
	border: 25px solid transparent;
	border-top-color: #f9ff00;
	width: 0;
	height: 0;
	top: 11px;
	right: 80px;
}

dl.accordion dt.open::before {
	content: '';
	position: relative;
	float: right;
	border: 25px solid transparent;
	border-bottom-color: #f9ff00;
	width: 0;
	height: 0;
	top: -11px;
	right: 80px;
}

dl.accordion dt {
	font-size: 35px;
	padding-top: 20px;
	text-align:center;
}

dl.accordion ul li {
	border-bottom: 1px solid #f2f2f3;
	list-style: none;
}

dl.accordion ul li a {
	color: #333;
	display: block;
	padding: 10px 30px 10px;
}

dl.accordion ul li a::before {
	content: '';
	position: relative;
	float: right;
	border: 8px solid transparent;
	border-left-color: #333;
	width: 0;
	height: 0;
	top: 0;
	right: -25px;
}

dl.accordion li {
	list-style: none;
}

dl.accordion ul {
	list-style: none;
	padding-left: 0px;
	display:none;
}

ul.acrd{
	list-style: none;
	padding-left: 0px;
}

/*-----------------------*/

table.info1 {
	width: 100%;
	max-width: 840px;
	margin: 0px auto;
	font-size: 15px;
	border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #333;
  border-radius: 5px;
}

table.info1 th {
  text-align: left;
  width: 20%;
  background-color: #f4e621;
  color: #000;
  padding: 10px 10px;
  border: 2px solid #333;
}

table.info1 td {
  text-align: left;
  background-color: #fff;
  padding: 10px 10px;
  border: 2px solid #333;

}


table.info2 {
	width: 770px;
	margin: 0px auto;
	font-size: 15px;
	border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #333;
  border-radius: 5px;
}

table.info2 th {
  text-align: left;
  width: 20%;
  background-color: #f4e621;
  color: #000;
  padding: 10px 10px;
  border: 2px solid #333;
}

table.info2 td {
  text-align: left;
  background-color: #fff;
  padding: 10px 10px;
  border: 2px solid #333;

}



table.info3 {
	width: 750px;
	margin: 30px auto 0px;
	font-size: 15px;
	border-collapse: collapse;
}

table.info3 th {
  position: relative;
  text-align: left;
  width: 35%;
  background-color: #f4e621;
  color: #000;
  text-align: center;
  padding: 10px 0;
}

table.info3 td {
  text-align: left;
  text-align: center;
  background-color: #eee;
  padding: 10px 20px;
}



table.info2_ {
	width: 100%;
	margin: 0px auto;
	font-size: 15px;
	border-collapse: collapse;
}

table.info2_ th {
  position: relative;
  text-align: left;
  width: 35%;
  background-color: orange;
  color: #000;
  text-align: center;
  padding: 10px 0;
}


table.info2_ th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid orange;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.info2_ td {
  text-align: left;
  text-align: center;
  background-color: #eee;
  padding: 10px 20px;
}


table.info3 {
	width: 100%;
	margin: 30px auto 0px;
	font-size: 15px;
	border-collapse: collapse;
}

table.info3 th {
  position: relative;
  text-align: left;
  width: 35%;
  background-color: orange;
  color: #000;
  text-align: center;
  padding: 10px 0;
}

table.info3 td {
  text-align: left;
  background-color: #eee;
  padding: 10px 65px;
}

@media screen and (max-width:768px) {

table.info3 td {
  text-align: left;
  background-color: #eee;
  padding: 10px 20px;
}

}






input.size {
    height:60px;
    width: 95%;
    margin: 0 auto;
    display:block;
    margin:0.1rem auto;
    padding: 1.0rem 1.5rem;
    font-size:2.2rem;
    box-shadow:-1px 0px 8px #a17400 inset;
    border-radius: 10px;
    box-sizing: border-box;
    background:#fff;
  }

table td.item_left {
	font-size: 2.2rem;
	padding: 10px 10px 10px 10px;
	background: #490000;
	font-weight: bold;
	border-collapse:collapse;
	border-spacing:none;
	text-align:center;
	color:#dddddd;
	display: block;
	}
  
	table td.item_right {
	padding: 10px 10px 20px 10px;
	margin:0 auto;
	background: #f1e0b1;
	color: #585858;
	font-weight: bold;
	border-collapse:collapse;
	border-spacing:none;
	font-size: 1.4rem;
	text-align: left;
	display: block;
	}
  
  
	table.form{
	  width:100%;
	  font-size: 1.6rem;
	}
	table.form tr {width:100%;}
	table.form td {}

	.f_ch{
		display:inline-block;
		text-align:center;
	  width: 100%;
	  padding-left:0rem;
	}
  
	input[type=radio]{display:none;}
	input[type=radio] + label{
	  color: #fff;
	  background: #a49b9b;
	  box-shadow:-1px 0px 8px #372727 inset;
	  font-size: 1.8rem;
	  font-weight:500;
	  border-radius:0.5rem;
	  padding:1.0rem 0.5rem 1.0rem 2.5rem;
	  cursor:pointer;
	  margin-right: 4rem;
	  transition: 0.1s;
	  border-radius:4px;
	  width:90%;
	  display:inline-block;
	  margin: 2px 0;
	  box-sizing:border-box;
	  line-height: 1.8;
	}
  
	input[type="radio"]:hover + label {
	  box-shadow: 0 0 10px #372727;
	  transition: 0.1s;
	}
  
	input[type="radio"]:checked + label {
	  color: #fff;
	  background:#ed1c24;
	  font-size: 1.8rem;
	  font-weight:900;
	  transition: 0.1s;
	  box-shadow:3px 3px 4px #372727;
	}
  
	.f_ch label{
		line-height: 135%;
		position: relative;
		margin:0.5rem;
		cursor: pointer;
	}
	.f_ch .rdi {
		position: relative;
		margin: 0 1rem 0 0;
		cursor: pointer;
	}
	.f_ch .rdi:before {
		position: absolute;
		z-index: 1;
	  top: -0.7rem;
		left: -1.0rem;
		width: 1.2rem;
		height:1.2rem;
		content: '';
	  transition: 0.1s;
	  transform:scale(0, 0);
		border: 6px solid #e00000;
	  background: #e00000;
	  border-radius: 100%;
	}
	.f_ch .rdi:checked:before {
	  transform:scale(1, 1);
	}
  
	.f_ch .rdi:after {
		position: absolute;
	  top: -1.2rem;
		left: -1.5rem;
		width: 3.0rem;
		height:3.0rem;
		content: '';
		cursor: pointer;
		border: 2px solid #000;
		background: #ffffff;
	  border-radius: 100%;
	}


	label{
		background:#fff;
	  color: #dbdbdb;
		padding:1.0rem 5.0rem;
		border-radius:4px;
		cursor: pointer;
		font-size: 2.6rem;
	  display: block;
	  margin: 20px 0;
	}
	
	textarea {
	  height: 160px;
	  width: 100%;
	  margin: 10px 0;
	  padding: 0.5rem 1.0rem;
	  font-size:2.0rem;
	  border: 1px solid #000;
	  box-sizing: border-box;
	}
	
	button.smit{
	background: url(images/btn_icon1.png) no-repeat;
	background-position: 25px 44px;
	background-color: #da0000;
	margin: 0px auto 0px auto;
	cursor: pointer;
	border: none;
	width: 100%;
	height: 120px;
	border-radius: 15px;
	box-shadow: 0px 9px 0px #009d37;
	-o-box-shadow: 0px 9px 0px #009d37;
	-webkit-box-shadow: 0px 9px 0px #009d37;
	-moz-box-shadow: 0px 9px 0px #009d37;
	color: #fff;
	font-size: 3.5rem;
	font-weight:900;
	letter-spacing: 0.3rem;
	font-weight: bold;
	}
	
	button.smit:hover {
	margin: 6px auto -6px auto;
	box-shadow: 0px 3px 0px #009d37;
	-o-box-shadow: 0px 3px 0px #009d37;
	-webkit-box-shadow: 0px 3px 0px #009d37;
	-moz-box-shadow: 0px 3px 0px #009d37;
	}
	
	
	.button{
	  display:block;
	  margin: 30px auto ;
	  cursor:pointer;
	  padding: 3rem 5rem;
	  width: 80%;
	}
	/*
	.button:hover{
	  opacity:;
	  transition: 0.3s;
	  transform: scale(1.2,1.1);
	}
	*/
	.btn_ani{
	animation: big 1s forwards;
	}
	
	button.btn-solid-gold {
	  color: #80690d;
	  border-right: 4px solid #cea82c;
	  border-bottom: 16px solid #987c1e;
	  border-left: 4px solid #ffed8b;
	  border-radius: 0;
	  background: -webkit-gradient(linear, right top, left top, from(#ffd75b), color-stop(30%, #fff5a0), color-stop(40%, #fffabe), color-stop(50%, #ffffdb), color-stop(70%, #fff5a0), to(#fdd456));
	  background: -webkit-linear-gradient(right, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
	  background: linear-gradient(-90deg, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
	  text-shadow: -1px -1px 1px #ffffd9;
	}
	
	button.btn-solid-gold:hover {
	  margin-top: 40px;
	  color: #b1921b;
	  transition: 0.1s;
	  border-right: 4px solid #cea82c;
	  border-bottom: 7px solid #987c1e;
	  border-left: 4px solid #ffed8b;
	}











/*-----------------------*/
.mailform{
	width: 720px;
	font-size: 16px;
	border-collapse: collapse;
}

.mailform2{
	width: 720px;
	font-size: 16px;
	border-collapse: collapse;
	margin:40px auto;
	padding:20px 10px;
}

/*-----------------------*/

table.shirushi {
		border: 1px solid #555555;
		background: url('./images/tbg.jpg') no-repeat bottom;
		background-size: cover;
		border-collapse: collapse;
		margin: 50px auto;
		font-size: 25px;
		line-height: 3;
		font-weight: normal;
		width: 90%;
		color: #000;
		box-shadow: 0 4px 5px 0px #000;
}

table.shirushi th{
		border: 1px solid #555555;
		font-size: 35px;
		line-height: 3;
		background: url('./images/tbg_.jpg') no-repeat top;
		color: #FFF;
}

table.shirushi td{
		border: 1px solid #555555;
		font-weight: bold;
		padding: 10px 10px;
}

table.shirushi td{
		border: 1px solid #555555;
		font-weight: bold;
}


table.shirushi2 {
		border: 1px solid #555555;
		background: url('./images/tbg.jpg') no-repeat bottom;
		background-size: cover;
		border-collapse: collapse;
		margin: 50px auto;
		font-size: 25px;
		line-height: 2;
		font-weight: normal;
		width: 90%;
		color: #000;
		box-shadow: 0 4px 5px 0px #000;
}

table.shirushi2 th{
		border: 1px solid #555555;
		font-size: 30px;
		line-height: 2.5;
		background: url('./images/tbg_.jpg') no-repeat top;
		background-size: cover;
		color: #FFF;
		padding: 10px 10px;
}

table.shirushi2 td{
		border: 1px solid #555555;
		font-weight: bold;
		padding: 10px 10px;
}

table.shirushi3 {
		border: 1px solid #555555;
		background: url('./images/tbg.jpg') no-repeat bottom;
		background-size: cover;
		border-collapse: collapse;
		margin: 50px auto;
		font-size: 30px;
		line-height: 2;
		font-weight: normal;
		width: 90%;
		color: #000;
		box-shadow: 0 4px 5px 0px #000;
}

table.shirushi3 th{
		border: 1px solid #555555;
		font-size: 30px;
		line-height: 2;
		background: url('./images/tbg_.jpg') no-repeat top;
		background-size: cover;
		color: #FFF;
		padding: 10px 10px;
}

table.shirushi3 td{
		border: 1px solid #555555;
		font-weight: bold;
		padding: 10px 10px;
		line-height: 2;
}


.b-name {
		width: 60%;
}
/*-----------------------*/

.p40{  padding-top: 40px;}

.p50{  padding-top: 50px;}

.p80{  padding-top: 80px;}

.p100{  padding-top: 100px;}

.pb100{padding-bottom:100px;}

.s27 {font-size: 27px;}

.s37 {font-size: 37px;}

.s40 {font-size: 40px;}

.s45 {font-size: 45px;}

@media screen and (max-width:970px) {
	.kv-box {
		background: 0;
		text-align: center
	}

	.kv-box .kv-ttl {
		margin-bottom: -40px
	}

	.kv-box>div:after {
		content: "";
		position: absolute;
		left: 0;
		top: auto;
		bottom: 100%;
		width: 95%;
		height: 26px;
		background: url('./images/kv-arw-sp.png') no-repeat right bottom;
		background-size: contain
	}


}

@media screen and (max-width:768px) {

html {
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
	color: #333;
	vertical-align: middle;
	text-align: center;
	font-size: 100%;
}

	#header1 {
		margin-bottom: 20px
	}

	.kv-box .kv-ttl {
		margin-bottom: -7%
	}

	.kv-box>div{
		padding: 10px 15px;
		width:100%; 
	}
	.kv-box>div img{
	width:100%;
	}

	.kv-input input {
		padding: 15px 10px;
		font-size: 16px
	}

table.info2 {
	width: 100%;
}

}

iframe.count1 {
	height: 35px;
	margin-top: 20px
}

iframe.count2 {
	height: 25px;
	margin-top: 20px;
	display: inline
}

iframe.count3 {
	height: 36px;
	display: inline
}



.txt-box {
	padding: 0 36px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6

table.info2 {
	margin: 0px auto;
	font-size: 16px;
	border-collapse: collapse;
}


}

@media screen and (max-width:768px) {
	.txt-box {
		padding: 0 20px
	}

.main_text {
	margin: 0px 10px 0px 10px;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 2rem 1rem;
}

.main_text2 {
margin: 0px 30px 0px 30px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

.main_text3 {
	margin: 90px 0 0 36px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

table.shirushi {
		font-size: 18px;
}

table.shirushi th{
		font-size: 18px;
}


table.shirushi2 {
		font-size: 18px;
}

table.shirushi2 th{
		font-size: 18px;
}

table.shirushi3 {
		font-size: 18px;
}

table.shirushi3 th{
		font-size: 18px;
}

#container {
	width: 98%;
}

}



@media screen and (max-width:425px) {

.p30{  padding-top: 10px;}

.p40{  padding-top: 0px;}

.p50{  padding-top: 50px;}

.p80{  padding-top: 80px;}

.p100{  padding-top: 50px;}

.pb100{padding-bottom:50px;}

.s25 {font-size: 20px;}

.s27 {font-size: 20px;}

.s37 {font-size: 20px;}

.s40 {font-size: 25px;}

.s45 {font-size: 25px;}


.spn{display: none;}

	.txt-box {
		padding: 0 10px;
		font-size: 16px
	}

.mt20 {
	margin-top: 20px
}

.main_text10 {
	margin: 20px 25px 0
}

.main_text20 {
	margin: 20px 0 0 36px
}


table.prof {
	margin:0px auto 0px auto;
	padding: 0;
	font-size: 1.6rem;
	width: 100%;
	overflow-x: auto;
	box-sizing: border-box;
   }
   
   table.prof th {
   /*background-color: #8bffea;*/
   background-color: #ff6347;
   color: #fff;
   font-size: 1.5rem;
   font-weight: 700;
   padding:0.2rem 0.5rem 0.2rem 0.5rem;
   border: solid 3px #333;
   border-radius:8px;
   text-align:center;
   border-spacing: 0px;
   }
   
   table.prof td {
   background-color: #ffffff;
   padding:0.5rem 1.0rem;
   font-size: 1.4rem;
   border-top: 0px solid #fff;
   border-bottom:4px solid #cdcdcd;
   border-right:2px solid #cdcdcd;
   border-left:2px solid #cdcdcd;
   border-radius:8px;
   text-align:left;
   border-spacing: 0px;
   }
   
   table.prof td.pat {
   background-color:none;
   padding: 1.5rem 1.0rem;
   text-align: center;
   border-top: 0px solid #fff;
   border-bottom:4px solid #cdcdcd;
   border-right:2px solid #cdcdcd;
   border-left:2px solid #cdcdcd;
   text-align:center;
   border-spacing: 0px;
   }
   
   .box01 {
   position: relative;
   margin: 2rem auto 1rem;
   padding: 1rem 1rem;
   border: solid 3px #333;
   border-radius: 8px;
   background: #fff;
   box-sizing: border-box;
   }
   .box01 .box-title01 {
   position: absolute;
   display: inline-block;
   top: -30px;
   left: 10px;
   padding:0.8rem 1.5rem;
   line-height: 1;
   font-size:1.6rem;
   border-radius: 8px;
   font-weight: bold;
   border: solid 3px #333;
   background-color: #ff7b00;
   color: #fff;
   
   }
   
   .boxtext {
	 text-align: center;
	 font-weight: 900;
	 font-size:1.8rem;
   }





.voice_bg {
	margin: 30px auto 20px;
	width:100%;
	max-width:700px;
	border: 5px #333 solid;
	background: #fffcca;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.voice_bg p.name {
	margin: 25px 10px 25px 10px;
	padding: 0 0 10px 0;
	font-size: 18px;
	text-align: left;
	color: #333;
	border-bottom: 1px #333 dashed ;
}

.voice_bg p {
	margin: 2rem auto 1rem;
	text-align: left;
	line-height: 1.6;
	color: #333;
	font-weight:bold;
	font-size: 1.6rem;
}




}

@media screen and (max-width:425px) {
	.main_text10 {
		margin-top: 15px
	}

	.main_text {
		margin-top: 0px
	}

	.main_text2 {
		margin-top: 30px
	}

	.main_text3 {
		margin-top: 50px
	}
}

.main_sub0 {
	margin: 30px 0 54px 0;
	text-align: center
}

.main_text_center {
	margin: 36px auto 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.6
}

.main_text_center2 {
	margin: 72px auto 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.6
}

.main_text_center3 {
	margin: 90px auto 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.6
}




table.resall {
	margin: 10px auto;
	font-size: 14px;
	border-collapse: separate;
	width: 95%;
	max-width: 750px;
	overflow-x: auto
}

table.resall th {
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 20%;
  padding: 10px 0;
		font-size: 16px
}

table.resall th:first-child{
  border-radius: 5px 0 0 0;
}

table.resall th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.resall td {
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-right: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px 0px 5px 0px #eee inset;
  width: 20%;
  padding: 10px 0;
}

table.resall tr td:nth-of-type(3) {
	color: #f00;
}



table.resall1 {
	margin: 10px auto;
	font-size: 14px;
	border-collapse: collapse;
	width: 95%;
	max-width: 750px;
	overflow-x: auto
}

table.resall1 th {
  text-align: center;
  background: #f4e621;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  border-top: 3px solid #333;
  padding: 10px 0;
font-size: 16px
}

table.resall1 td {
  text-align: center;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  border-top: 3px solid #333;
  padding: 10px 0;
}

table.resall1 tr td:nth-of-type(1) {
  width: 15%;
}




table.resall2 {
	margin: 10px auto;
	font-size: 14px;
	border-collapse: separate;
	width: 100%;
	max-width: 740px;
	overflow-x: auto
}

table.resall2 th {
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
		font-size: 16px
}

table.resall2 th:first-child{
  border-radius: 5px 0 0 0;
}

table.resall2 th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.resall2 td {
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-right: 1px solid #a8b7c5;
  border-top:none;
  padding: 10px 0;
}

table.resall2 tr td:nth-of-type(3) {
	color: #f00;
}



@media screen and (max-width:768px) {

	table.resall th,
	table.resall td {
		padding: 10px 5px;
		font-size: 14px
	}

	table.resall tr td:nth-of-type(4) {
		text-align: left
	}

	table.resall tr td.haito{
		text-align: right;
	}

	table.resall td.teki {
		font-size: 20px;
		text-align: right
	}

	table.resall td.teki span {
		font-size: 14px;
		color: #000
	}
}

@media screen and (max-width:425px) {

	table.resall th,
	table.resall td {
		font-size: 12px
	}

	table.resall td.teki {
		font-size: 16px;
	}

	table.resall td.teki span {
		font-size: 12px;
	}

table.resall2 {
	margin: 10px auto;
	font-size: 11px;
	border-collapse: separate;
	width: 100%;
	max-width: 770px;
	overflow-x: auto
}

table.resall2 th {
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 2px 0;
  font-size: 10px
}

table.resall2 td {
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-right: 1px solid #a8b7c5;
  border-top:none;
  padding: 0px 0px;
}


}

.mailform2 {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	margin: 40px auto;
	padding: 20px 10px
}

.insize1 {
	width: 100%;
	border: 1px solid #f00;
	font-size: 16px;
	padding: 15px 10px
}

.insize2 {
	width: 100%;
	border: 1px solid #f00;
	font-size: 16px;
	padding: 15px 10px
}

.insize3 {
	width: 100%;
	height:200px;
	border: 1px solid #f00;
	font-size: 18px;
	padding: 5px 10px
}

#footer {
	background: rgb(19, 17, 17);
	margin: 2rem auto 0;
	width: 100%;
	padding: 2rem 0;
}

#footer_in{
	padding: 2rem 0;
	font-size: 1.6rem;
}

#footer p{
	color: #fff;
}

#footer a:not(:last-child) {
	margin-right: 2em
}

@media screen and (max-width:425px) {
	#footer a {
		display: block;
		font-size: 12px;
		margin-right: 0;
		margin-bottom: 10px
	}
}

#footer p {
	margin: 15px
}

#footer+p {
	padding: 0 10px;
	font-size: 12px
}

.law {
	margin-top: 50px
}

.law p {
	font-size: 15px;
	line-height: 1.6
}

.law table {
	width: 100%;
	max-width: 650px;
	background-color: #fff;
	font-size: 15px;
	line-height: 1.6;
	border-spacing: 0;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left
}

@media screen and (max-width:425px) {
	.law .company td {
		display: block;
		width: 100%;
		border-bottom: 0
	}

	.law .company {
		border-bottom: 1px solid #999
	}
}

.law td {
	border: 1px solid #999;
	padding: 12px 15px;
	line-height: 1.6
}

.law td.t1 {
	background-color: #c8ff96;
	line-height: 1.6
}

.bold {
	font-weight: bold
}

.under {
	display: inline;
	line-height: 1;
	text-decoration: underline;
	/*border-bottom: 1px solid #000;*/
	/*margin: .3em 0*/
}

.under2 {
	display: inline;
	line-height: 1;
	text-decoration: underline;
	/*border-bottom: 1px dashed #000;*/
	/*margin: .3em 0*/
}

.under3 {
	display: inline;
	line-height: 1;
	text-decoration: none;
	border-bottom: 1px dashed #f00;
	padding-bottom: 2px;
	margin: .3em 0
}

.fright {
	float: right
}

@media screen and (max-width:768px) {

	img.fright {
		margin-right: 0
	}

}

@media screen and (max-width:425px) {

	img.intxt {
		width: 30%;
		margin-top: 30px
	}
}


.black {
	color: #111
}

.white {
	color: #fff
}

.red {
	color: #f00
}

.dred {
	color: #900
}

.yellow {
	color: #fdd93b
}

.orange {
	color: #ffa500
}

.green {
	color: #295301
}

.size0 {
	font-size: 14px
}

.size20 {
	font-size: 20px
}

.size1 {
	font-size: 24px
}

.size2 {
	font-size: 30px
}

.size3 {
	font-size: 36px
}

.size4 {
	font-size: 42px
}

.size5 {
	font-size: 48px
}

.size6 {
	font-size: 54px
}

@media screen and (max-width:768px) {
	.size0 {
		font-size: .8em
	}

	.size20 {
		font-size: 1.1em;
		line-height: 1.2
	}

	.size1 {
		font-size: 1.2em;
		line-height: 1.2
	}

	.size2 {
		font-size: 1.5em;
		line-height: 1.2
	}

	.size3 {
		font-size: 1.8em;
		line-height: 1.2
	}

	.size4 {
		font-size: 2em;
		line-height: 1.2
	}

	.size5 {
		font-size: 2.2em;
		line-height: 1.2
	}

	.size5 {
		font-size: 2.4em;
		line-height: 1.2
	}

	.size6 {
		font-size: 2.8em;
		line-height: 1.2
	}

}

.bgred {
	background: #f00;
	padding: .4em .4em .2em .4em;
	display: inline-block;
	line-height: 1;
	margin: 8px 0
}

.bgyellow {
	background: #fff000;
	display: inline;
	line-height:2;
}

.bgyellow2 {
	background: #ffdb00;
	display: inline;
	line-height: 1
}

.bg_r {
	background: #cc0000 none repeat scroll 0 0;
	line-height: 2;
	padding: 2px 5px 0;
}

.quota {
	background: #ffdb00;
	padding: 11px 15px 9px 15px;
	display: inline-block;
	line-height: .5;
	margin: .2em 0 .6em 0;
	font-size: 20px;
	letter-spacing: 5px;
	color: #000
}

.bcenter {
	text-align: center;
	display: block;
	margin-right: 80px
}

.bcenter2 {
	text-align: center;
	display: block
}

.bright {
	text-align: right;
	display: block;
	margin-right: 36px
}

.bright2 {
	text-align: right;
	display: block
}

.bleft {
	text-align: left;
	display: block
}

.tume {
	letter-spacing: -0.05em
}

.lh1 {
	line-height: 1
}

.lh2 {
	line-height: 2
}

.lh3 {
	line-height: 3
}

.abe {
	width: 95%;
	max-width: 760px;
	border: 3px double #000;
	margin: 50px auto;
	padding-top: 20px;
	padding-bottom: 50px;
	background: url("https://www.tatsuming.com/images/iback.gif");
	text-align: left
}

@media screen and (max-width:768px) {
	.abe {
		padding-top: 0;
		padding-bottom: 30px
	}

	.abe .fright {
		margin-top: 0;
		margin-left: 0;
		width: 30%
	}
}

@media screen and (max-width:425px) {
	.abe .fright {
		margin-top: -40px
	}
	.bgyellow {
		line-height: 1.8
	}
}

.abeumavoice {
	margin: 50px auto;
	background: #ffe5e5;
	border: 1px solid #000
}

.voice {
	margin: 0 auto;
	background: url("https://www.tatsuming.com/images/v2.gif");
	background-repeat: repeat-y;
	text-align: left;
	padding: 5px 0
}

.voice p {
	margin-left: 100px
}

.abeuma {
	border: 3px double #000;
	margin: 50px auto;
	background: #effff7
}

.race {
	background: #6c6;
	border-bottom: 1px double #000
}

.a-horce {
	font-size: 20px;
	line-height: 40px;
	background: url("https://www.tatsuming.com/images/iback.gif") repeat
}

.abeuma2 {
	border: 3px double #000;
	margin: 20px auto;
	background: url("https://www.tatsuming.com/images/iback.gif") repeat;
	font-size: 21px
}

.race2 {
	background: #6c6;
	border-bottom: 1px double #000
}

.a-tit2 {
	font-size: 19px
}

.a-horce2 {
	font-size: 17px;
	line-height: 30px;
	background: url("https://www.tatsuming.com/images/iback.gif") repeat
}

.yelbox {
	background: #fff000
}

p.jump a {
	height: 119px;
	margin: 50px auto;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 60px;
	display: block;
	background: url("https://www.tatsuming.com/images/bt2.png")center top no-repeat
}

.jump a:hover {
	border: 0;
	cursor: pointer;
	margin: 50px auto;
	background: #f00;
	color: #fff;
	display: block;
	background: url("https://www.tatsuming.com/images/bt2.png")center bottom no-repeat
}

.center {
	text-align: center
}

p.error-msg {
	padding: 0;
	margin: 0 auto;
	font-weight: bold;
	color: #f00;
	text-align: center
}

.on_sp {
	display: none
}

@media screen and (max-width:425px) {
	.on_sp {
		display: block
	}
}

.bdn {
	display: none
}

dl.accordion dt {
	background: #8a8a8a;
	cursor: pointer;
	border-bottom: 3.5px solid #5d5d5d;
	font-size: 35px;
	text-align: center;
	display: block;
	padding: 20px 10px;
	color: #fff;
	position: relative;
	margin-top: 100px;
	line-height: 1.2
}

dl.accordion dt::before {
	content: '';
	position: absolute;
	border: 25px solid transparent;
	border-top-color: #f9ff00;
	top: 50%;
	right: 30px;
	margin-top: -12.5px
}

dl.accordion dt.open::before {
	margin-top: -37.5px;
	border-top-color: transparent;
	border-bottom-color: #f9ff00
}

@media screen and (max-width:768px) {
	dl.accordion dt {
		font-size: 22px;
		font-weight: 600;
		margin-top: 80px
	}

	dl.accordion dt::before {
		border-width: 20px;
		right: 10px
	}
}

@media screen and (max-width:425px) {
	dl.accordion dt {
		font-size: 20px;
		font-weight: 600;
		margin-top: 50px;
		line-height: 1.2
	}
}

.accordion dd {
	display: none;
	overflow-x: auto
}

ul.acrd {
	list-style: none;
	padding-left: 0
}