@charset "UTF-8";
body{
	font-size : 18px;
	line-height: 150%;
	text-align: center;
	height: 100%;
	width: 100%;
	font-family: Meiryo, Verdana;
	color : #4b4b4b;
	overflow-x: auto;
	overflow-y: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  margin-top : 0px;
}

h1{
	font-size : 5vw;
	text-align: center;
  clear : left;
  line-height : 140%;
  margin-bottom : 5px;
  margin-top : -1px;
  -webkit-border-top-left-radius : 6px 6px;
  -webkit-border-top-right-radius : 6px 6px;
  -webkit-border-bottom-right-radius : 6px 6px;
  -webkit-border-bottom-left-radius : 6px 6px;
  color : black;
  font-size : 24px;
  font-weight : bold;
}

h2{
	position: relative;
	padding-bottom: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color : #cccccc;
	font-size : 24px;
	font-weight: normal;
	color: black;
	margin-bottom: 10px;
	margin-left : 5px;
	margin-right: 5px;
	margin-top : 40px;
	text-align : center;
  padding-left : 5px;
}

h2::after{
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: red;
}

h3{
	position: relative;
	padding-bottom: 0.2em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color : #cccccc;
	font-size : 24px;
	font-weight: normal;
	color: black;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top : 40px;
	text-align : center;
  padding-left : 5px;
}

h3::after{
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: red;
}

a:link{
	color: #3333FF;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #3333FF;
}

a:hover{
	text-decoration : underline;
}

a:active{
	color: #3333FF;
	text-decoration: none;
}

div{
	text-align: left;
}

p{
	margin-bottom: 3px;
	margin-top: 5px;
}

li{
	list-style-position: outside;
	line-height: 150%;
	margin-bottom: 5px;
	margin-left: -15px;
	margin-top: 5px;
	list-style-type: disc;
}

ul{
	clear: right;
	list-style-type: disc;
}

img{
	border-style: none;
}

strong{
	font-weight: 700;
	color: black;
}

em{
	font-style: normal;
	color : black;
  font-weight : bold;
}

a:hover img{
	opacity: 0.6;filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

#header{
	text-align: center;
	width: 100%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
  margin-top : 5px;
  position : relative;
}

#navigation{
	text-align: center;
	width: 98%;
	margin-left: 1.2%;
	margin-right: 0.8%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: none;
}

#container{
	width: 100%;
	vertical-align: top;
	text-align: center;
	padding-bottom: 100px;
	height: 100%;
}

#contents{
	width : 96%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
  text-align : center;
  float : none;
}

#footer{
	vertical-align: middle;
	text-align: center;
	line-height: 190%;
	height: 30px;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#page_top{
	position: fixed;
	bottom: 120px;
	right: 20px;
}

#page_top a{
	display: block;
	z-index: 999;
	padding : 21px 0px 0px;
	border-radius: 30px;
	width : 60px;
	height : 37px;
	background-color : rgba(0, 0, 0, 0.7);
	color : #ffffff;
	text-decoration: none;
	text-align: center;
	font-size : 18px;
	line-height: 105%;
	position: fixed;
	bottom : 20px;
	right: 20px;
}

#page_top a:hover{
	text-decoration: none;
	opacity: 0.7;
}

#mitumori{
	position: fixed;
	bottom : 160px;
	right: 20px;
}

#mitumori a{
  display: block;
  z-index: 999;
  text-decoration: none;
  text-align: center;
  font-size : 16px;
  position: fixed;
  border-top-left-radius: 30px 30px;
  border-top-right-radius: 30px 30px;
  border-bottom-right-radius: 30px 30px;
  border-bottom-left-radius: 30px 30px;
  color: white;
  padding-top : 22px;
  padding-left : 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  right: 20px;
  width : 60px;
  height : 37px;
  bottom : 155px;
  line-height: 100%;
  background-color : red;
  background-repeat : repeat;
  background-position : 0% 0%;
	background-image : linear-gradient(#ff0001, #8f0202);background-attachment : scroll;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
}
#mitumori a:hover{
	text-decoration: none;
	opacity: 0.7;
}

#menu{
	position: fixed;
	bottom: 160px;
	right: 20px;
}

#menu a{
	display: block;
	z-index: 999;
	text-decoration: none;
	text-align: center;
	font-size : 17px;
	position: fixed;
	border-top-left-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	border-bottom-right-radius: 30px 30px;
	border-bottom-left-radius: 30px 30px;
	color: white;
	background-color : rgba(0, 0, 0, 0.7);
	padding-top : 22px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	right: 20px;
	width : 60px;
	height : 37px;
	bottom : 87px;
	line-height: 100%;
}

#menu a:hover{
	text-decoration: none;
	opacity: 0.7;
}

#sideber{
	float: right;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	box-sizing: content-box;
	font-family: Meiryo, Verdana;
}

#sideber a{
	color: black;
	background-repeat: repeat-y;
	position: relative;
	display: block;
	padding-left: 40px;
	width: 100%;
	box-sizing: border-box;
}

#sideber a:hover{
	color: red;
	text-decoration: none;
}

#sideber li{
	text-decoration: none;
	list-style-type: none;
	margin-left: -20px;
	padding-bottom: 5px;
	padding-top: 13px;
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	display: block;
}

#sideber li:hover{
	color: red;
	text-decoration: none;
	list-style-type: none;
}

.sidemenu{
	margin-top: -1px;
	margin-bottom: -1px;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	display: block;
	cursor: pointer;
	text-align: left;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	padding-bottom: 11px;
	font-size: 16px;
	box-sizing: border-box;
	float: left;
	padding-left: 20px;
	overflow: hidden;
	width: 100%;
}

.sidemenu-b{
	font-weight: 400;
	text-align : left;
	font-size : 16px;
	font-style: normal;
	padding-top: 16px;
	display: block;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: transparent;
	background-attachment: scroll;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
}

.sidemenu-c{
	font-weight: 400;
	text-align : left;
	font-size : 16px;
	font-style: normal;
	padding-top: 16px;
	display: block;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: transparent;
	background-attachment: scroll;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: -webkit-linear-gradient(top, #2C70B2 0%, #2C70B2 50%, #004d99 51%, #004d99 100%);
	background: -moz-linear-gradient(top, #2C70B2 0%, #2C70B2 50%, #004d99 51%, #004d99 100%);
	background: -o-linear-gradient(top, #2C70B2 0%, #2C70B2 50%, #004d99 51%, #004d99 100%);
	background: -ms-linear-gradient(top, #2C70B2 0%, #2C70B2 50%, #004d99 51%, #004d99 100%);
  border-top-left-radius : 8px 8px;
  border-top-right-radius : 8px 8px;
  border-bottom-right-radius : 8px 8px;
  border-bottom-left-radius : 8px 8px;
}

.sidemenu-ul{
	height: 100%;
	width: 85%;
}

#contact{
	float: left;
	padding-bottom: 20px;
	margin-top : 80px;
	box-sizing: content-box;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
  padding-top : 10px;
}

#contact a{
	color: black;
	font-family: Verdana;
}

#contact a:hover{
	color: red;
	text-decoration: none;
}

#contact li{
	color : #363636;
	text-decoration: none;
	margin-left: -5px;
	font-family: Verdana;
}

#contact li:hover{
	color: red;
	text-decoration: none;
}

.contact_a{
	font-weight: 400;
	text-align : center;
	font-style: normal;
	padding-top : 14px;
	padding-bottom : 12px;
	float: left;
	width: 100%;
	color: white;
  background-color : #3f3f3f;
  font-size : 14px;
  margin-top : 5px;
	color: white;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
}

.contact_b{
	font-weight: 400;
	font-size: 22px;
	font-style: normal;
	display: block;
	padding-bottom: 4px;
	background-repeat: repeat;
	background-position: 0% 0%;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	box-sizing: border-box;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top : 19px;
	margin-bottom: 10px;
	width: 90%;
	background-color: transparent;
	background-attachment: scroll;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
}

.contact_c{
	font-weight: 400;
	font-size: 22px;
	font-style: normal;
	display: block;
	padding-bottom: 4px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	box-sizing: border-box;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	background-color: transparent;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #f0f0f0 100%);
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
}

#breadcrumb{
	font-size: 13px;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Verdana;
  clear : left;
  margin-bottom : 20px;
  margin-left : 20px;
  margin-right : 20px;
  margin-top : 10px;
}

#breadcrumb li{
	display: inline;
	font-size: 14px;
	margin-left: 3px;
}

#breadcrumb a{
	padding-right : 13px;
	background-image: url(z_icon.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position : right 2px;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
}

.breadcrumb{
	margin-left: 0px;
	padding-left: 0px;
	font-size: 0px;
	display: inline;
}

.copyright{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-size: 11px;
	float: left;
}

.box{
  margin-left : 5px;
  margin-right : 5px;
  background-color : white;
}

.ul-1{
	font-size: 0px;
	text-align: right;
	margin-left: 0px;
}

.ring{
	border-radius: 50%;
	height : 37px;
	width: 50px;
	background-color : transparent;
	padding-top : 12px;
	text-align: center;
	color: white;
	float: left;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
  font-size : 14px;
}

.ring2{
	padding-left: 60px;
	margin-bottom: 10px;
  background-color : white;
}

.right{
	margin-left: 10px;
	float: right;
  margin-top : 8px;
}

.right2{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height : 100%;
	float: none;
	margin-bottom : 10px;
}

.left{
	margin-right: 10px;
	clear: right;
	float: left;
}

.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: inherit;
	float: none;
	margin-bottom : 10px;
}

.center2{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height : 100%;
	float: none;
	margin-bottom : 10px;
}

.center3{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: inherit;
	float: none;
	margin-bottom : 5px;
}

.name{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align : left;
	clear: left;
	right: inherit;
	left: auto;
	float: none;
	position: absolute;
	top: 0px;
	margin-bottom : 0px;
  font-size : 10px;
  text-indent : 11px;
  margin-top : 0px;
  height : auto;
}

.graybox{
	line-height: 150%;
	padding-top : 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-bottom: 20px;
	color: black;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;
	margin-left : 5px;
	margin-right: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: silver;
	border-left-color: silver;
	border-bottom-color: silver;
  clear : left;
  font-size : 18px;
}
.graybox1{
	line-height: 150%;
	padding-bottom : 15px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style : none;
	border-right-color: silver;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style : none;
	border-bottom-style : none;
	border-left-color: silver;
	border-bottom-color: silver;
  clear : left;
  margin-left : 5px;
  margin-right : 5px;
}
.graybox2{
	line-height: 150%;
	background-color: #f9f9f9;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-bottom: 20px;
	color: black;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: silver;
	border-left-color: silver;
	border-bottom-color: silver;
  clear : left;
  font-size : 16px;
  margin-left : 5px;
  margin-right : 5px;
}
.font18{
	font-size : 16px;
	line-height : 140%;
}

.blueten{
	line-height: 150%;
	padding-bottom : 10px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	padding-top : 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	margin-top: 5px;
  padding-right : 10px;
}

.item_eria{
	width: 100%;
	height: 100%;
  margin-left : 0px;
  margin-right : 0px;
}

.item_box{
	width : 98%;
	padding-top: 14px;
	padding-right : 10px;
	padding-bottom : 14px;
	padding-left : 10px;
	border-width: 1px;
	border-style: solid;
	border-color : #cccccc;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: relative;
  border-top-left-radius : 8px 8px;
  border-top-right-radius : 8px 8px;
  border-bottom-right-radius : 8px 8px;
  border-bottom-left-radius : 8px 8px;
  margin-top : 10px;
  font-size : 16px;
  line-height : 160%;
  margin-left : auto;
  margin-right : auto;
}

.item_box a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.item_box a:hover{
	background-color: #ffffff;filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* floatによる回り込みをクリア */

.item_box2{
	width : 98%;
	padding-top: 14px;
	padding-right : 10px;
	padding-bottom : 14px;
	padding-left : 10px;
	border-width: 1px;
	border-style: solid;
	border-color : #cccccc;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: relative;
  border-top-left-radius : 8px 8px;
  border-top-right-radius : 8px 8px;
  border-bottom-right-radius : 8px 8px;
  border-bottom-left-radius : 8px 8px;
  margin-top : 20px;
  font-size : 16px;
  line-height : 160%;
  margin-left : auto;
  margin-right : auto;
}

.item_box2 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.item_box2 a:hover{
	background-color: #ffffff;filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* floatによる回り込みをクリア */




.item_box_img{
  padding-bottom : 10px;
  width : 100%;
  height : 100%;
}.item_box .detail{
	width: 60%;
	margin-left: 5%;
	float: left;
}.clearfix::after{
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}.clearfix{
	min-height: 1px;/*IE6、7対策*/
}.arrow{
	position: relative;
	display: inline-block;
	padding-right: 5px;
	padding-left: 20px;
}.arrow::before{
	content: '';
	width: 12px;
	height: 12px;
	background-color: #464646;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -7px;
	margin-left: 20px;
}.arrow::after{
	content: '';
	width: 5px;
	height: 5px;
	border-width: 1px 1px 0px 0px;
	border-style: solid solid none none;
	border-top-color: white;
	border-right-color: white;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -4px;
	margin-left: 19px;
}.title_arrow{
	position: relative;
	display: inline-block;
	padding-right: 5px;
	padding-left: 20px;
	margin-left: 0px;
  font-size : 18px;
  color : red;
  font-weight : bold;
}.title_arrow::before{
	content: '';
	width: 15px;
	height: 15px;
	background-color : red;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -8px;
	margin-left: 1px;
}.title_arrow::after{
	content: '';
	width: 5px;
	height: 5px;
	border-width: 2px 2px 0px 0px;
	border-style: solid solid none none;
	border-top-color: white;
	border-right-color: white;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -4px;
}.contact_span{
	font-size: 12px;
	color: black;
}.bnr_1{
	text-align: center;
	width : 96%;
	height: inherit;
	margin-left : 2%;
	margin-right : 2%;
	margin-top: 20px;
}.title_arrow_big{
	position: relative;
	display: inline-block;
	padding-right: 5px;
	padding-left: 25px;
	margin-left: 0px;
	font-size: 18px;
	color : black;
	margin-bottom: 5px;
	margin-top: 14px;
  font-weight : bold;
}.title_arrow_big::before{
	content: '';
	width: 18px;
	height: 18px;
	background-color: black;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -10px;
	margin-left: 0px;
}.title_arrow_big::after{
	content: '';
	width: 4px;
	height: 4px;
	border-width: 1px 1px 0px 0px;
	border-style: solid solid none none;
	border-top-color: white;
	border-right-color: white;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -3px;

}

.h1_box{
	padding-bottom : 10px;
	clear: left;
	color : black;
	text-align: center;
	margin-bottom : 0px;
	padding-top : 15px;
	background-color : rgba(60, 60, 60, 0.05);
  width : 96%;
  padding-left : 2%;
  padding-right : 2%;
  background-image : url(zx_akaboukun.webp);
  background-position : right 5px;
  background-repeat : no-repeat;
  font-size : 15px;
}

.plan_top{
	position: relative;
	padding-top : 0.7em;
	padding-bottom: 0.5em;
	border-bottom-left-radius : 10px 10px;
       border-top-left-radius : 10px 10px;
       border-top-right-radius : 10px 10px;
	margin-bottom : 10px;
	display: inline-block;
	clear: left;
	color: white;
       width : 100%;
       text-align : center;
       background-image: linear-gradient(90deg, #353233 4%, #736f73 66%);
  border-bottom-right-radius : 10px 10px;
}

.plan_bottm{
	float: none;
	padding-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	width: 100%;
	list-style-type: none;
	margin-left: 0px;
	box-sizing: border-box;
}

.plan_center2{
	list-style-type: none;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top : 6px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-left: -38px;
	font-size : 14px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	background-color : #f3f3f3;
	margin-right: 2px;
	list-style-image: none;
	text-align: left;
	margin-top: 2px;
}

.center2{
  text-align : left;
  background-color : white;
}

.figcaption{
  text-align : center;
  float : left;
  clear : left;
  margin-left : auto;
  margin-right : auto;
  width : 100%;
  margin-bottom : 10px;
}

figure{
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : center;
  position : relative;
}

.minibox{
  font-size : 14px;
  color : #565656;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 5px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  line-height : 130%;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : silver;
  border-left-color : silver;
  border-right-color : silver;
  margin-top : 30px;
  margin-bottom : 0px;
}


.figcaption-top{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color : transparent;
	background-image : linear-gradient(#ff0001, #8f0202);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-top-left-radius : 20px 20px;
	border-top-right-radius : 20px 20px;
	border-bottom-right-radius : 20px 20px;
	border-bottom-left-radius : 20px 20px;
	margin-bottom: 10px;
	display: inline-block;
	clear: left;
	color: white;
	
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
  width : 80%;
  text-align : center;
  margin-left : 10%;
  margin-right : 10%;
  margin-top : -10px;
}

figure-top{
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  margin-top : 3px;
  text-align : center;
  width : 80%;
}

.figcaption2{
  margin-top : -20px;
}

.img50{
  margin-top : -40px;
}

.syuyoueria{
	line-height: 150%;
	padding-top : 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-bottom: 20px;
	color: black;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;
	margin-left : 5px;
	margin-right: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: silver;
	border-left-color: silver;
	border-bottom-color: silver;
  clear : left;
  font-size : 14px;
  background-color : white;
  margin-top : 30px;
}

.img30{
  margin-top : 0px;
}

.font22{
	font-size: 22px;
}

.font20{
	font-size: 20px;
}

.figcaption-top2{
  margin-top : -18px;
}

.btn{
       font-size : 20px;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	background-image : linear-gradient(#ff0001, #8f0202);
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);  width: 240px;
  border-radius: 20px;
  text-align: center;
  display: block;
  margin-left : auto;
  margin-right : auto;
  margin-top : 10px;
  margin-bottom : 20px;
  line-height : 40px;
}

.img-20{
  margin-bottom : -30px;
}

.figcaption3{
  text-align : center;
  float : left;
  clear : left;
  margin-left : auto;
  margin-right : auto;
  width : 100%;
  position : relative;
  bottom : 10px;
  color : white;
  font-size : 16px;
  background-color : rgba(14, 14, 14, 0.5);
  padding-top : 5px;
}

.caption{
	position: relative;
	padding-bottom: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color : #cccccc;
	font-size : 24px;
	font-weight: normal;
	color: black;
	margin-bottom: 10px;
	margin-left : 5px;
	margin-right: 5px;
	margin-top : 30px;
	text-align : center;
  padding-left : 5px;
}

.caption::after{
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: red;
}

.ue20{
  margin-top : -5px;
}

.box-top{
  text-align : left;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 35px;
}

.storong2{
  text-align : center;
  margin-top : 15px;
  margin-bottom : 5px;
}

.sita-10{
  margin-bottom : -10px;
}

