@charset "utf-8";
/* --------------------------------------------------------------------------------
	リセット
-------------------------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/* --------------------------------------------------------------------------------
	汎用フォントサイズ設定
-------------------------------------------------------------------------------- */
body{*font-size:small;*font:x-small;}.text10{font-size:77%;}.text11{font-size:85%;}.text12{font-size:93%;}.text13{font-size:100%;}.text14{font-size:108%;}.text15{font-size:116%;}.text16{font-size:123.1%;}.text17{font-size:131%;}.text18{font-size:138.5%;}.text19{font-size:146.5%;}.text20{font-size:153.9%;}.text21{font-size:161.6%;}.text22{font-size:167%;}.text23{font-size:174%;}.text24{font-size:182%;}.text25{font-size:189%;}.text26{font-size:197%;}table{font-size:inherit;font:100%;}
/* --------------------------------------------------------------------------------
	汎用マージン設定
-------------------------------------------------------------------------------- */
.marB0{margin-bottom:0!important;}.marB1{margin-bottom:1em!important;}.marB2{margin-bottom:2em!important;}.marB3{margin-bottom:3em!important;}.marB4{margin-bottom:4em!important;}.marT0{margin-top:0!important;}.marT1{margin-top:1em!important;}.marT2{margin-top:2em!important;}.marT3{margin-top:3em!important;}.marT4{margin-top:4em!important;}.marL0{margin-left:0!important;}.marL1{margin-left:1em!important;}.marL2{margin-left:2em!important;}.marL3{margin-left:3em!important;}.marL4{margin-left:4em!important;}.marR0{margin-right:0!important;}.marR1{margin-right:1em!important;}.marR2{margin-right:2em!important;}.marR3{margin-right:3em!important;}.marR4{margin-right:4em!important;}
/* --------------------------------------------------------------------------------
	汎用幅設定
-------------------------------------------------------------------------------- */
.width-100{width:100%}.width-90{width:90%}.width-80{width:80%}.width-75{width:75%}.width-70{width:70%}.width-66{width:66.6%}.width-65{width:65%}.width-60{width:60%}.width-50{width:50%}.width-40{width:40%}.width-35{width:35%}.width-33{width:33.3%}.width-30{width:30%}.width-25{width:25%}.width-20{width:20%}.width-10{width:10%}
/* --------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------- */
table > th,
table > td {
	vertical-align: top;
}
/* --------------------------------------------------------------------------------
	画像
-------------------------------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
ul li {
	list-style: none;
}

/* ol li {
	margin-left: 1.5em;
} */

/* --------------------------------------------------------------------------------
	フロート
-------------------------------------------------------------------------------- */
.right {
	float: right!important;
}

.left {
	float: left!important;
}

/* フロートクリア */
.clr {
	clear: both!important;
}

/* --------------------------------------------------------------------------------
	フロート要素の周囲の余白
-------------------------------------------------------------------------------- */
.right.padding {
	padding-left: 2em!important;
}

.left.padding {
	padding-right: 2em!important;
}

/* --------------------------------------------------------------------------------
	ブロック要素センター寄せ
-------------------------------------------------------------------------------- */
.center {
	margin-left: auto!important;
	margin-right: auto!important;
}

/* --------------------------------------------------------------------------------
	太字
-------------------------------------------------------------------------------- */
.bold {
	font-weight: bold;
}

/* --------------------------------------------------------------------------------
	文字寄せ
-------------------------------------------------------------------------------- */
.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

.text-left {
	text-align: left!important;
}

/* --------------------------------------------------------------------------------
	グリッドシステム（Bootstrapのグリッドだけ使用する場合）
-------------------------------------------------------------------------------- */
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}


/*======================================
↓↓↓サイトごとに可変↓↓↓
======================================*/
/* --------------------------------------------------------------------------------
	フォントfamily + ベースフォントサイズ + ベースカラー
-------------------------------------------------------------------------------- */
body {
	font: 14px Arial,"meiryo","Helvetica Neue",Helvetica,Tahoma,sans-serif;
	color: #343434;
}

/* --------------------------------------------------------------------------------
	行間/行の高さ
-------------------------------------------------------------------------------- */
p { margin-bottom: 1em;}
p, ul, ol, dl, dd, dt, blockquote, td, th { line-height: 2;}
figcaption { margin-top: 0.5em;}

/* --------------------------------------------------------------------------------
	リンク色
-------------------------------------------------------------------------------- */
a, a:link, a:visited, a:active {
	color: #337ab7;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus{
	text-decoration: underline;
	color: #3885AA;
}

a.disable {
	color: #999;
}

a.link-color-base {
	color: #3885AA;
}

/* じわっとホバー */
a, button {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

/* --------------------------------------------------------------------------------
	テキスト色
-------------------------------------------------------------------------------- */
.color-style01 {
	color: #3885AA;
}

.color-style02 {
	color: #f33e3e;
}

.shadow {
  /*text-shadow: 0 -3px 5px rgba(255,255,255,1);*/
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.2),
               0px -5px 0px rgba(255,255,255,1);*/
  text-shadow: 1px 1px 1px #FFF,
    -1px 1px 1px #FFF,
    1px -1px 1px #FFF,
    -1px -1px 1px #FFF;
}

/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
.list-disc li {
	margin-left: 1em;
	list-style: outside disc;
}

/* --------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------- */
table.middle th,
table.middle td {
	vertical-align: middle;
}

/* --------------------------------------------------------------------------------
	横並び定義リスト（日付：ニュース　のような形式にしたいときは、<dl class="dl-holizon dl-date">とする）
-------------------------------------------------------------------------------- */
dl.dl-horizon {
    overflow: hidden;
}
dl.dl-horizon dt {
    clear: both;
    float: left;
    font-weight: bold;
    width: 100px;
}
dl.dl-horizon dd {
    margin-left: 0;
    padding: 0 0 0 120px;
}
dl.dl-date dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
    border-bottom: 1px dotted #999;
}
dl.dl-date dd a {
	color: #3885aa;
}
dl.dl-horizon .dd-label {
    border: medium none;
    float: left;
    padding: 0 8px 0 0;
    text-align: center;
    width: 50px;
}
dl.dl-horizon .dd-label + dd {
    padding-left: 170px;
}
@media only screen and (max-width: 479px) {
dl.dl-horizon dt {
    float: none;
    width: auto;
}
dl.dl-horizon dd, dl.dl-horizon .dd-label + dd {
    padding-left: 0;
}
dl.dl-horizon .dd-label {
    float: left;
}
}

/* 日付
--------------------------------------------------------------- */
.dl-date dt {
	white-space: nowrap;
}


/* --------------------------------------------------------------------------------
	回りこみ画像
-------------------------------------------------------------------------------- */
.media {
	margin-bottom: 1.6em;
	overflow: hidden;
}

.media .pull-left {
	margin-right: 20px;
	margin-top: 0.4em;
	float: left;
}

.media .pull-right {
	margin-left: 20px;
	margin-top: 0.4em;
	float: right;
}

.media .media-image {
	display: table-cell;
	/*vertical-align: middle;*/
	text-align: center;
	float: none!important;
}

.media .media-image.right {
	padding-left: 1em;
}

.media .media-image.left {
	padding-right: 1em;
}

.media .media-image img {
	vertical-align: bottom;
}

.media .media-body {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.media .vertical-top {
	vertical-align: top;
}

.media .media-body > p:last-child,
.media .media-body > ul:last-child,
.media .media-body > ol:last-child,
.media .media-body > dl:last-child {
	margin-bottom: 0;
}

.media .padLR {
	padding-left: 5%;
	padding-right: 5%;
}

@media (max-width: 479px) {
/* （～479）のとき */
.media .block-xs {
	width: auto;
	display: block;
	float: none;
}

.section-inner {
	padding: 20px 20px 30px;
}

.d-none.d-sm-block {
	display: none;
}

.visible-xs {
	display: block;
}

.sp-img {
	width: 90%;
	margin: 0 auto;
}

.sp-img2 {
	width: 60%;
	height: 60%;
}

.p-sp {
	width: 330px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.sp-btn {
	margin: 20px 45px 20px;
}

.sp-marT {
	margin-top: 40px;
}

.sp-marB {
	margin-bottom: 30px;
}

.sp-parT {
	padding-top: 30px;
}

.sp-parB {
	padding-bottom: 40px;
}

.bg-blue-box {
	width: 100%;
	background-color: #043689;
	padding: 10px 20px;
	border: solid #043689 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.sp-text {
	text-align: center;
}

.img-mar {
	margin: 20px auto;
}

/* ------注意喚起------- */
.caution-tit-style01 {
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #EB6792;
	border: solid #EB6792 1px;
	border-radius: 50px;
	margin: -35px auto;
	padding: 15px;
	vertical-align: middle;
}

.caution-yellowbox {
	width: 100%;
	background-color: #FFFFD7;
	padding: 10px 30px;
	border: solid #FFFFD7 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


}

@media (max-width: 767px) {
/* （～767）のとき */
.media .block-sm {
	width: auto;
	display: block;
	float: none;
}
}

@media (max-width: 991px) {
/* （～991）のとき */
.media .block-md {
	width: auto;
	display: block;
	float: none;
}

.media .pull-right,
.media .pull-left {
	margin: 0;
}

}

@media (min-width:479px) {
	.d-none.d-sm-block {
		display: block;
	}

	.visible-xs {
		display: none;
	}

	.list-marL {
		margin-left: 65px;
	}

	.pc-marL1 {
		margin-left: 15px;
	}

	.marL-text {
		margin-left: 220px;
	}

	.bg-blue-box {
		width: 43%;
		background-color: #043689;
		padding: 10px 20px;
		border: solid #043689 2px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.img-mar {
		margin-top: 5em;
	}

	.caution-tit-style01 {
		width: 60%;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		background-color: #EB6792;
		border: solid #EB6792 1px;
		border-radius: 50px;
		margin: -35px auto;
		padding: 15px;
		vertical-align: middle;
	}

	.caution-yellowbox {
		width: 100%;
		background-color: #FFFFD7;
		padding: 10px 30px;
		border: solid #FFFFD7 2px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

}


/* --------------------------------------------------------------------------------
	フォームのテキスト入力エリア
-------------------------------------------------------------------------------- */
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="phone"], input[type="tel"], input[type="number"], input[type="datetime"], input[type="date"], input[type="search"], input[type="datetime-local"], textarea, select, select[multiple="multiple"] {
	border: solid 1px #bbbcc0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/* --------------------------------------------------------------------------------
	その他
-------------------------------------------------------------------------------- */
