@charset "Shift_JIS";
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mg0 {
	margin: 0 !important;
}
.mg10 {
	margin: 10 !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
.overflowfix {
  overflow: hidden;
}
.block h5{
  font-size: 13px;
}
.font-size-l{
	font-size: 20px;
}
.font-size-m{
	font-size: 18px;
}
.font-size-s{
	font-size: 14px;
}
.font-size-ss{
	font-size: 10px;
}
.text-red{
	color: red;
}
.txt-blue {
  color: #272D99;
  font-weight: bold;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-bold{
	font-weight: bold;
}
.text-nomal{
	font-weight: normal;
}
.text-underline{
	text-decoration: underline;
}
.text-border-btm{
	display: block;
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 5px;
}
.articleWrap{
  text-align: left;
  padding: 0 18px;
}
.block{
  margin-bottom: 20px;
}
.block-inner{
  margin: 15px 0 40px 15px;
}
.border-btm{
  border-bottom: #d3d3d3 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px; 
}
.block p{
  margin: 0 0 10px;
}

.flex{
	display: flex;
  justify-content: space-between;
}
.flex-center{
	display: flex;
  justify-content: center;
}
.flex-left{
	display: flex;
  justify-content: left;
}
.flex p{
  margin-top: 0;
}

.flex-img-left img{
  margin: 0 15px 10px 0;
}
.flex-img-right img{
  margin: 0 0 10px 15px;
}
.about_pagetit{
  background: #d3d3d3;
  padding: 5px 10px 1px;
  width: 508px;
  height: 24px;
  margin: 0 0 25px;
  font-weight: bold;
  border-left: 7px solid #212390;
  font-size: 16px;
  color: #4e4e4e;
  font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  -webkit-text-size-adjust: 100%;  
}
.about_pagetit span{
  color: #5f5f5f;
  font-size: 12px;
  font-weight: normal;
}
.about_stit_ttl{
  font-size: 13px;
  padding: 3px 8px 1px;
  height: 20px;
  margin: 0 0 20px;
  border-left: 7px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  color: #4e4e4e;
  font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
    -webkit-text-size-adjust: 100%;	/* for iphone */
  letter-spacing: 0.5px;
}
.about_stit_gray{
  font-size: 13px;
  padding: 4px 8px 0px;
  height: 20px;
  margin: 0 0 20px;
  border-left: 7px solid #c7c7c7;
  color: #4e4e4e;
  font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
    -webkit-text-size-adjust: 100%;	/* for iphone */
  letter-spacing: 0.5px;
  background: #f0f0f0;
}
.about_stit_purple{
  font-size: 13px;
  padding: 4px 8px 0px;
  height: 20px;
  margin: 0 0 20px;
  border-left: 7px solid #c9cbdf;
  color: #4e4e4e;
  font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
    -webkit-text-size-adjust: 100%;	/* for iphone */
  letter-spacing: 0.5px;
  background: #e9e8f8;
}
.pageNav {
  margin: 0;
  padding:15px 20px;
  background-color:#F2F7FD;
  border:#ddd 1px solid;
}
.pageNav ol {
  margin:0;
  padding:0;
}
.pageNav ol li {
  border-bottom:#ddd 1px dotted;
  list-style:decimal inside;
  margin:0;
  padding:0;
  line-height:1;
}
.pageNav ol li a {
  display:inline-block;
  padding:5px;
  font-weight:bold;
  letter-spacing:0.8;
}
.block-inner table{
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  border: 0;
}
.table th, .table td{
  border: solid 1px #9f9f9f;
  padding: 6px;
}
.table01 th, .table01 td{
  border: solid 1px #9f9f9f;
  text-align: center;
  padding: 2px;
}
.table02 th, .table02 td{
  padding: 3px;
}
.table .bg-gray{
  background: #eeeeee;
}