@charset "utf-8";


/* イメージ　PC←→SP　切り替え
------------------------------------------------------------------ */
.spImg {
	display:none;
}

/* 左寄せ　右寄せ
------------------------------------------------------------------ */

#subPage p.floatR,
#subPage p.floatR2,
#subPage h2.floatR {
	float: right;
}

#subPage p.floatR img,
#subPage h2.floatR img {
	width:235px;
}

#subPage p.floatR2 img {
	width:410px;
}


#subPage p.floatL,
#subPage h2.floatL {
	float: left;
	width:600px;
}

/* イメージ　center
------------------------------------------------------------------ */
#subPage p.centerImg,
#subPage p.centerImg2 {
	text-align:center;
	margin-top:1em;
}
#subPage p.centerImg2 img {
	width: 800px;
}


/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
body#subPage {
}




/* トップページ */
#home #content .inner .logo img {
	width:440px;
	float:left;
	margin-bottom:20px;
}
#home #content .inner {
	margin: 0 auto;
	width: 950px;
}
#home #content .main {
	width: 950px;
}

/* 下層ページ */
#subPage #content .inner {
	margin: 0 auto;
	width: 950px;
}
#subPage #content .main {
	width: 950px;
}

/* フッタナビ */
#footer .footerNav ul {
	width: 950px;
}

/*  Space
------------------------------------------------------------------- */

#subPage .main h1 {
	margin-bottom: 15px;
}
#subPage .main > p,
#subPage .main section > p,
#subPage .main .moreLink,
#subPage .main table,
#subPage .main ul.notes,
#subPage .main ul.pageLink,
#subPage .main ul.fileLink,
#subPage .main ul.discList,
#subPage .main dl.imtDoc,
#subPage .main dl.decimalList {
	margin-bottom: 20px;
}
/* セクション */
#subPage .main section {
	padding-bottom: 10px;
}
#subPage .main section + section {
	padding-top: 30px;
	border-top :1px dotted #cccccc;
}
#subPage .main ul.pageLink + section {
	padding-top: 10px;
}
#subPage .main h1 + p {
	margin-bottom: 30px;
}
/* table + notes */
#subPage .main table + ul.notes {
	margin-top: -15px;
}
/* dd > discList */
#subPage .main dd .discList {
	margin: 5px 0 0 0;
}
#subPage .main ul.pageLink + ul.pageLink,
#subPage .main ul.fileLink + ul.fileLink {
	margin-top: -10px;
}
/* もっと詳しく：注釈 */
#subPage .main .moreLink table + ul.notes {
	margin-top: 5px;
}
/* もっと詳しく：黒丸 + h4 / p + h4 / table + h4 / 黒丸 + p */
#subPage .main .moreLink .discList + h4,
#subPage .main .moreLink p + h4,
#subPage .main .moreLink table + h4,
#subPage .main .moreLink .discList + p {
	margin: 1.0em 0 0 0;
}
/* もっと詳しく：p + 数字 */
#subPage .main .moreLink p + .decimalList {
	margin-top: 1.0em;
}

/*  Header
------------------------------------------------------------------- */
#header {
	margin-bottom:1px;
	margin: 0 auto;
	width: 100%;
}

/* Logo　トップ */
#home .log p img {
	position: relative; top:12px; left:0px;
	width:470px;
}

/* Logo */
#header p.kirari img {
	width:305px;
	drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}

#header p.kirariSub img {
	width:200px;
	drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}

#header p.circle img {
	width:155px;
}

#header p.circleSub img {
	width:120px;
}




/* Utility */
#header .utility {
	display: inline-block;
	padding: 20px 0 0 0;
	height: 32px;
	width:250px;
	color:#FFF;
	text-align:center;
	background-color: #333333;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#header .utility:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* Font Size Change */
#header .utility .sizeChange dt {
	padding: 0 5px 0 0;
	font-size: 1.0em; /* =10px */
	line-height: 2.8;
	font-weight: bold;
}
#header .utility .sizeChange dd img {
	cursor: pointer;
}
/* Site Search */
#header .utility .search form {
	position:relative;
	padding: 0 0 0 10px;
    height: 23px;
    width: 185px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
#header #cse-search-box input[type="text"] {
	padding: 4px 0;
    height: 15px;
    width: 143px;
	border:none !important;
	background-color:transparent;
	font-size: 1.4em; /* =14px */
}
#header #cse-search-box input[type="text"]:focus {
    outline: 0;
}
#header #cse-search-box input[type="submit"] {
	position:absolute; top: -1px; left:160px;
	overflow:hidden;
    height: 23px;
	width: 23px;
	text-indent: -70px;
	border: 0 none;
	background: url("../images/common/icon_search.png") no-repeat center center;
	-webkit-appearance: none;
}

/* MENU */
#header .menuBtn {
	display:none;
}


/* Content
------------------------------------------------------------------ */

/* トップページ */
#home #content {
	padding: 0 0 0 0;
}
#home #content .main {
	padding: 0 0 20px 0;
}
#home #content .side {
	padding: 0 0 20px 0;
}

/* Category Img */
/* PC：テキスト非表示 */
#subPage #content .categoryImg span {
	display: none;
}
	
/* 下層ページ  */
#subPage #content {
	padding: 0 0 30px 0;
}
#subPage #content .main {
	padding: 5em 0 10px 0;
}
#subPage #content .side {
	padding: 0 0 30px 0;
}
#subPage #content .inner {
	margin: 0 auto;
	padding: 0;
}
#subPage #content .inner:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#subPage .main div.waku {
	position: relative; /* 三角の位置を固定するために設定 */
	padding:20px;
	-webkit-border-radius: 30px;  
	-moz-border-radius: 30px;  
	border-radius: 30px;
	margin-bottom:0;
	margin-bottom:0;
	background: #fff;
	box-shadow: 0 0px 0 4px rgba(1,172,220,1);
}

#subPage .main div.wakuSub {
	position: relative; /* 三角の位置を固定するために設定 */
	padding:40px;
	-webkit-border-radius: 30px;  
	-moz-border-radius: 30px;  
	border-radius: 30px;
	margin-bottom:0;
	box-shadow: 0 0px 0 4px rgba(1,171,180,1);/*左右の向きpx  上下の向きpx ぼかしpx 広がりpx 色 内側指定*/
}

#subPage .main div.wakuBk {
	position: relative; /* 三角の位置を固定するために設定 */
	padding:20px;
	-webkit-border-radius: 30px;  
	-moz-border-radius: 30px;  
	border-radius: 30px;
	margin-bottom:0;
	box-shadow: 0 0px 0 4px rgba(1,171,180,1);/*左右の向きpx  上下の向きpx ぼかしpx 広がりpx 色 内側指定*/
}

#subPage .main div.waku2 {
	padding:20px;
	background: url(../images/common/bg_stripe01.png) top center repeat;
	margin-bottom:0;
}



#subPage .main div.waku::before { /* 三角の部分 */
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 40px; /* 影をつけるために線幅で設定せずにboxを使用する */
	height: 40px;
	transform: rotate(45deg); /* 回転 */
	background: #fff; /* 吹き出しの地と同じ色 */
	box-shadow: 3.5px 3.5px 0px 1px rgba(1,172,220,1);
}

#subPage .main div.wakuSub::before { /* 三角の部分 */
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 40px; /* 影をつけるために線幅で設定せずにboxを使用する */
	height: 40px;
	transform: rotate(45deg); /* 回転 */
	background: #fff; /* 吹き出しの地と同じ色 */
	box-shadow: 3.5px 3.5px 0px 1px rgba(1,171,180,1);
}

#subPage .main div.wakuBk::before { /* 三角の部分 */
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 40px; /* 影をつけるために線幅で設定せずにboxを使用する */
	height: 40px;
	transform: rotate(45deg); /* 回転 */
	background: #fff; /* 吹き出しの地と同じ色 */
	box-shadow: 3.5px 3.5px 0px 1px rgba(1,171,180,1);
}

#subPage .main div.page {
	position: relative;
	margin-bottom:4em;
}





/* Common Elements
------------------------------------------------------------------ */
/* Heading */

#subPage .main h2 {
	/*font-size: 3em;*/ /* =30px */
	font-weight: bold;
}
#subPage .main h2 span {
	display: inline-block;
}

#subPage .main  h4 {
	font-weight: bold;
}
#subPage .main  h5 {
	font-weight: bold;
}
/* Paragraph */
#subPage .main p.memo {
	font-size: 1.3em; /* =13px */
	line-height: 1.5;
	margin: 0;
}
#subPage .main p,
#subPage .main > p,
#subPage .main section > p {
	font-size: 1.5em; /* =15px */
	line-height: 1.6;
}
/* Line Height */
#subPage .main section  dd {
	line-height: 1.8;
}
#subPage .main > p img,
#subPage .main section > p img {
	display:block;
	margin: 0 auto;
	width:100%;
}
#subPage .main h4.ttlKirari08 img {
	width:100%;
	text-align:center;
}
#subPage .main p img.genericHyou {
	width:100%;
	margin:1.5em auto;
}

#subPage .main img.rhythm {
	width:850px;
}

/* Table：Common */
/* キャプション */
#subPage .main table caption {
	font-size: 1.3em; /* =13px */
	font-weight: bold;
}
/* もっと詳しく：キャプション */
#subPage .main .moreLink caption {
	font-size: 108%;
}

#subPage .main table,
#subPage .main table.tb202110 {
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size: 1.4em; /* =14px */
	margin-bottom: 0.5em;
}

#subPage .main table caption {
	font-size:90%;
}
#subPage .main table th,
#subPage .main table.tb202110 th {
	padding: 8px;
	border-left: 1px solid #cccccc;
	border-bottom:  1px solid #ffffff;
	background-color: #cccccc;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	letter-spacing:0.2em;
}
#subPage .main table td {
	padding: 8px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
	background:#FFF;
}
#subPage .main table.tb202110 td {
	padding: 8px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
	text-align: left;
	background:#FFF;
}

#subPage .main table.tbKirari22Top td {
	text-align:left;
}

#subPage .main table.tbKirari22Top td.tbtd01 {
	text-align: center;
	white-space: nowrap;
	background: #efefef;
	padding: 0.5em 1em;
}



/* ボーダー追加 */
#subPage .main table .borTop {
	border-top: 1px solid #cccccc;
}
/* ボーダー削除 */
#subPage .main table .noborTop {
	border-top: none;
}

#subPage .main div.bkNumber,
#subPage .main div.infoBk {
	padding-top:5em;
}

#subPage .main div.bkNumber table td:first-child {
	width:20%;
}
#subPage .main div.bkNumber table td {
	width:40%;
}
#subPage .main div.infoBk p {
	text-align:center;
	display:block;
	width:190px;
	height:290px;
	float:left;
	padding-bottom:1em;
}
#subPage .main div.infoBk p img {
	width:85%;
	border: #ccc 1px solid;
}





/* 改行禁止 */
#subPage .main .noBr {
	white-space:nowrap;
	width:auto;
}
#subPage .main .noBrCnt {
	white-space:nowrap;
	text-align: center;
}

/* List */
/* Notes */
#subPage .main ul.notes {
	margin-left: 1em;
	text-indent: -1em;
}
#subPage .main ul.notes li {
	font-size: 1.2em; /* =12px */
}
/* もっと詳しく：Notes */
#subPage .main .moreLink ul.notes li {
	font-size: 1.2em; /* =12px */
}
/*  List：数字（パーレン） */
#subPage .main ul.parenList {
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main ul.parenList li {
	font-size: 1.4em; /* =14px */
}
/*  List：黒丸 */
#subPage .main ul.discList {
	margin-left: 0.5em;
	list-style-type: none;
}
#subPage .main ul.discList li {
	padding: 0 0 0 18px;
	background: url(../images/common/list_style_disc_gray.png) no-repeat 0 2px;
	font-size: 1.4em; /* =14px */
}
/*  List：数字（順番：dl） */
#subPage .main dl.decimalList {
	margin-left: 1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}
#subPage .main dl.decimalList dt {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
#subPage .main dl.decimalList dd {
	font-size: 1.4em; /* =14px */
}
#subPage .main dl.decimalList dd + dt {
	margin: 1.0em 0 0 0;
}
/*  List：数字（順番：ol） */
#subPage .main ol.decimalList {
	margin-left: 3.0em;
	list-style-type: decimal;
}
#subPage .main ol.decimalList li {
	font-size: 1.4em; /* =14px */
}

/* Link */
/* Link：Page */
#subPage .main p a,
#subPage .main table a {
}
#subPage .main ul.pageLink {
}
#subPage .main ul.pageLink li {
	font-size: 1.5em; /* =15px */
	background:url(../images/common/icon_link.png) left 3px no-repeat;
	padding-left:1.5em;
}

#subPage .main ul.pageLink:hover,
#subPage .main ul.mailLink:hover {
}
#subPage .main ul.pageLink a,
#subPage .main ul.mailLink a {
	padding: 8px;
	color:#000000;
}



 /* 必要書類 */
#subPage .main .imtDoc {
	display: table;
}
#subPage .main .imtDoc:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .imtDoc > dt {
	display: table-cell;
	padding: 5px 0 0 0;
	width: 90px;
	background-color: #cfe1f6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.3em; /* =13px */
	color: #1c60ad;
	text-align: center;
	vertical-align: middle;
}
 /* 必要書類：矢印 */
 #subPage .main .imtDoc > dt span {
	position:relative; 
	display:block;
}
#subPage .main .imtDoc > dt span:before {
	z-index: 100;
	position: absolute;
	left: 90px;
	content: "";
	border: 10px solid transparent;
	border-left-color: #cfe1f6;
}
 #subPage .main .imtDoc > dt span small {
	display:block;
	padding: 0 3px;
	line-height: 1.4em;
	letter-spacing: -0.05em;
}
 /* 必要書類：表組 */
#subPage .main .imtDoc > dd {
	display: table-cell;
	width:620px;
	background-color: #ffffff;
}
#subPage .main .imtDoc dd > ul {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:relative; top:0; left:10px;
}
#subPage .main .imtDoc dd > ul > li {
	clear: both;
	padding: 5px 10px;
	border-left: 1px solid #cccccc;
	border-top:1px dotted #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 1.3em; /* =13px */
}
#subPage .main .imtDoc dd > ul > li:first-child {
	border-top: none;
}
 /* 必要書類：File Link */
 #subPage .main .imtDoc dl.fileLink dt {
 	display: table-cell;
	width:100%;
}
#subPage .main .imtDoc dl.fileLink dd {
	display: table-cell;
	padding: 0 0 0 10px;
	width:100%;	text-align: right;
}
 /* 必要書類：Notes */
#subPage .main .imtDoc .docNotes {
	margin-left: 1em;
	text-indent: -1em;
}

/* Icon */




/* Topic Path
------------------------------------------------------------------ */
#subPage .topicPath {
	width: 100%;
	background:#f7f7f7;
	border-top:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}

#subPage .topicPath p {
	text-align:center;
	padding:2em 0;
}

#subPage .topicPath p img {
	margin:0 1em;
}

#subPage .topicPath dl {
	width: 950px;
	margin:auto;
}
#subPage .topicPath dt {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 1px;
    line-height: 1px;
    /* except MacIE \*/position: absolute;/* end */
    left: 0;
    top: 0;
    color: #FFFFFF;
    background-image: url(images/img1.png);
}
#subPage .topicPath dd {
	font-size: 1.1em; /* =11px */
}

#subPage .topicPath ul {
}
#subPage .topicPath li:first-child {
	float: left;
	padding: 10px 0;
}
#subPage .topicPath li + li {
	float: left;
	padding: 10px 0;
}
#subPage .topicPath li span {
	padding: 0 10px;
}
#subPage .topicPath li a {
	text-decoration: none;
	color: #000000;
}
#subPage .topicPath li a:hover {
	text-decoration: underline;
}


/* PageTop
------------------------------------------------------------------ */
#pageTop {
	position:relative;
	margin:0 auto;
	max-width:1000px;
}
#pageTop a {
	z-index:9999;
	display: block;
	overflow:hidden;
	position: fixed;
	bottom: 0px;
	left: auto;
	margin-left:1000px;
	height:50px;
	width: 50px;
	background:	url(../images/common/btn_pagetop.png) top left no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent:-9999px;
	outline:none;
}


/* Footer
------------------------------------------------------------------ */
#footer {
	text-align: left;
	background-color: #ffffff;
}
#footer .footerNav {
	background-color: #76acea;
}
#footer ul {
	margin: 0 auto;	
	padding: 5px 0;
}
#footer li {
	display:inline-block;  
	padding: 5px 0;
	background: url(../images/common/list_style_footer.png) no-repeat 0 0.55em;
	font-size: 1.2em; /* =12px */
}
#footer li a {
	margin: 0 1.2em 0 0;
	padding: 0 0 0 1.2em;
	text-decoration: none;
	color: #ffffff;
}
#footer dl {
	padding: 10px 0;
	font-size: 1.2em; /* =12px */
}
#footer dt {
	margin: 0 1.2em 0 0;
}
#footer .copyRight {
	color: #000;
	padding: 14px 0;
	border-top: 1px solid #c1c1c1;
	font-size: 1.0em; /* =10px */
	text-align: center;
	background-color:#fff;
}


/*改行解除
------------------------------------------------------------------- */
.sp_br{
    display: none;
  }

/*スペース
------------------------------------------------------------------- */  
.spaceImg {
	padding:2em 0 0 0;
}
