@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	line-height: 100%;
}
a {
	overflow: hidden;
	outline: none;
	color: #333;
}
.pc_hide {
	display: none;
}
.sp_hide {
}
a {
	opacity: 1;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
a:hover {
	opacity: .5;
}
#all {
	position: relative;
	max-width:100%;
	min-width:1200px;
	overflow:hidden;
	margin:0px auto;
}
/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	max-width: 100%;
	min-width: 1200px;
	margin: 0px auto;
}
#header {
	width: 1000px;
	height: 189px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
/**/

#header h1 {
	width: 206px;
	height: 24px;
	position: absolute;
	overflow: hidden;
	top: 53px;
	left: 3px;
	line-height: 24px;
}
#header h1 img {
	line-height: 24px;
}

/**/

#header h2{
	font-size:11px;
	line-height:13px;
	color:#999;
	font-weight:normal;
	position:absolute;
	letter-spacing:0px;
	top:5px;
}

/**/

#txtsize {
	width: 230px;
	height: 44px;
	position: absolute;
	overflow: hidden;
	top: 46px;
	right: 0px;
}
#txtsize table {
	width: 100%;
}
/**/

#search_wrap {
	background-image: url(index/txt_search.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 317px;
	height: 44px;
	border-bottom: 1px solid #DDDDDD;
	position: absolute;
	overflow: hidden;
	top: 46px;
	right: 18px;
	display:none;
}
#search {
}
/**/

/*-----------------------------------------------------------*/
/*グローバルナビゲーション*/

#gnavi {
	width: 1117px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -558px;
}
#gnavi li {
	list-style-type: none;
	float: left;
	overflow: hidden;
	display: inline;
}
#gnavi li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px;
	text-indent: -9999px;
}
#gnavi01 a {
	width: 225px;
	background-image: url(index/gnavi01.png);
}
#gnavi02 a {
	width: 223px;
	background-image: url(index/gnavi02.png);
}
#gnavi03 a {
	width: 223px;
	background-image: url(index/gnavi03.png);
}
#gnavi04 a {
	width: 223px;
	background-image: url(index/gnavi04.png);
}
#gnavi05 a {
	width: 223px;
	background-image: url(index/gnavi05.png);
}
/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap {
	max-width: 100%;
	min-width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #000;
	color: #fff;
}
#footer {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

#footer a{
	color:#fff;
}

#footer dl {
	display: block;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}
#footer dl dt {
	font-weight: bold;
}
#footer dl dd {
	margin-top: 1em;
}
#footer p {
	text-align: center;
	overflow: hidden;
	margin: 1.5em auto;
	font-size: 12px;
}
/*-----------------------------------------------------------*/
/*メイン画像*/

#mainimage_wrap {
	width: 1200px;
	height: 680px;
	margin: 0px auto;
	position: relative;
}
#mainimage {
	width: 1661px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -800px;
}
/*-----------------------------------------------------------*/
/*丸*/

#circle_container {
	width: 1000px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -500px;
	font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#circle_container_ins {
	width: 1000px;
	height: 260px;
	position: relative;
}
#c1 {
	width: 450px;
	height: 450px;
	position: absolute;
	left: 0px !important;
	bottom: 0px;
	z-index: 10;
}
#c1 table {
	background-color: #fff;
	border: 4px solid #B2E8F3;
	box-sizing: border-box;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width: 300px;
	height: 300px;
}

#c1.select{
	left: 0px !important;
}

#c1.select table {
	background-color:#E1F6FF;
}
#c2 {
	width: 450px;
	height: 450px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -225px;
	z-index: 11;
}
#c2 table {
	background-color: #fff;
	border: 4px solid #FBC5FA;
	box-sizing: border-box;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width: 300px;
	height: 300px;
}
#c2.select table {
	background-color:#FFEFF8;
}
#c3 {
	width: 450px;
	height: 450px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
#c3 table {
	background-color: #fff;
	border: 4px solid #FFE3B7;
	box-sizing: border-box;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width: 300px;
	height: 300px;
}

#c3.select{
	right:0px !important;
}

#c3.select table {
	background-color:#FFF7E2;
}
#circle_container_ins table {
	width: 260px;
	height: 260px;
	margin: 50px auto 0px auto;
	font-size:10px;
	line-height:120%;
}
#circle_container_ins table th {
	vertical-align: middle;
	text-align: center;
	height: 100%;
}
#circle_container_ins table td {
	padding: 0px 80px 0px 80px;
	vertical-align: top;
	color: #000;
	display: none;
	
	text-align:center;
}

.select{
	z-index:20 !important;
}

.select table {
	width: 450px !important;
	height: 450px !important;
	margin-top: 0px !important;
	font-size:20px !important;
	line-height:150% !important;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.select table th {
	height: 40% !important;
	vertical-align:bottom;
}

.select table th div{
	padding-top:80px;
}

.select table td {
	height: 60% !important;
	overflow:hidden;
	display:block;
	
}
/*-----------------------------------------------------------*/

#block01_wrap {
	max-width: 100%;
	min-width: 1200px;
	margin: -150px auto 0px auto;
}
#block01 {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
/**/

.txt01 {
	margin: 40px auto;
	overflow: hidden;
}
.txt01 dt {
	text-align: center;
}
.txt01 dd {
	text-align: center;
	margin-top: 15px;
}
/**/

.itemlist01 {
	width: 1100px;
	margin: 40px auto;
	overflow: hidden;
}
.itemlist01 li {
	list-style-type: none;
	width: 20%;
	float: left;
	overflow: hidden;
}
.itemlist01 li dl {
	display:block;
	margin: 0px auto;
	overflow: hidden;
}
.itemlist01 li dl dt {
	text-align: center;
}
.itemlist01 li dl dd {
	text-align: center;
	margin-top: 1em;
	overflow: hidden;
}

.itemlist01 li img{
	width:96%;
	height:auto;
}

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

#block02_wrap {
	max-width: 100%;
	min-width: 1200px;
	margin: 0px auto;
}
#block02 {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	position:relative;
}
/**/

h2.sub02 {
	width: 100%;
	text-align: center;
	margin: 36px 0px;
	overflow: hidden;
	background-color: #C4DFF9;
	padding: 28px 0px;
	line-height: 29px;
}
#block02 h2 img {
	line-height: 29px;
}
/**/

.itemlist02 {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}
.itemlist02 li {
	list-style-type: none;
	width: 25%;
	float: left;
	overflow: hidden;
}
.itemlist02 li p {
	text-align: center;
	margin-bottom: 1em;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
}
.itemlist02 li dl {
	width: 253px;
	margin: 0px auto;
	overflow: hidden;
}
.itemlist02 li dl dt {
	text-align: center;
}
.itemlist02 li dl dd {
	margin-top: 1em;
	overflow: hidden;
	text-align:center;
	line-height:125%;
}
/*-----------------------------------------------------------*/

#block03_wrap {
	max-width: 100%;
	min-width: 1200px;
	margin: 0px auto;
}
#block03 {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
#block03 ul {
	overflow: hidden;
	margin: 40px auto;
	overflow: hidden;
}
#block03 ul li {
	list-style-type: none;
	width: 50%;
	float: left;
	overflow: hidden;
	text-align: center;
}
#block03 ul li dl {
}
#block03 ul li dl dt {
}
#block03 ul li dl dd {
	margin-top: 1em;
	color: #C4DFF9;
	font-size: 25px;
	line-height: 27px;
}

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

.bx-pager{
	display:none;
}

.bx-prev{
	display:block;
	width:18px;
	height:30px;
	position:absolute;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:0;
	background-image:url(index/prev.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

.bx-next{
	display:block;
	width:18px;
	height:30px;
	position:absolute;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:0;
	background-image:url(index/next.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

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

.bx-viewport{
	height:auto !important;
}

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