@charset "UTF-8";
.otherPageTtl1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 30px;
}
.Page-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-weight: bold;
  font-size: 26px;
  text-decoration: none !important;
  margin: 0 0 30px;
}
.point_txt {
 padding: 0.2em;
 margin: 0 20px 20px 0;
 font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
 font-size: 21px;
 font-weight: 500;
 color: #fff;
 background: #000;
}
.point_txt2 {
 padding: 0.2em;
 margin: 0 10px 20px 0;
 font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
 font-size: 20px;
 font-weight: 500;
 color: #000;
 background: #d8dbe2;
}
.text_left {
    text-align: left;
	padding-left:1em;
	text-indent:-1em;
}
.mb_01 { margin-bottom: 50px !important;}
.mb_02 { margin-bottom: 0px !important;}
.mt_01 { margin-top: 0px !important;}
.mt_02 { margin-top: 10px;  margin-bottom: 0px !important;}
.mt_03 { margin-top: 0px !important;}
.ml_01 {margin-left: 0px !important;}

@media screen and (max-width: 766px) {
.otherPageTtl1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 20px;
}
.Page-title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
    font-weight: bold;
    font-size: 22px;
    margin: 0 auto 20px;
	text-align: center !important;
}
.text_left {
    text-align: left;
	padding-left:1em;
	text-indent:-1em;
}
.point_txt {
 padding: 0.2em;
 margin: 0 0 20px 0;
 font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
 font-size: 21px;
 font-weight: 500;
 color: #fff;
 background: #000;
}
.point_txt2 {
 padding: 0.2em;
 margin: 0 0 30px 0 !important;
 font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
 font-size: 20px;
 font-weight: 500;
 color: #000;
 background: #d8dbe2;
}
.mb_01 { margin-bottom: 50px !important;}
.mb_02 { margin-bottom: 0px !important;}
.mt_01 { margin-top: 20px !important;}
.mt_02 { margin-top: 20px;  margin-bottom: 20px !important;}
.mt_03 { margin-top: 0px !important;}
}

@media screen and (min-width: 768px) and (max-width: 1366px) {	
.text_left {
    text-align:  left;
	padding-left:1em;
	text-indent:-1em;
}
}

/* スマホ用<br> */
@media screen and (max-width:414px) {
	.br-sp { display: block; }
	.br-tb { display: none; }
	.br-pc { display: none; }
}
/* tablet用<br> */
@media only screen and (min-width:415px) and (max-width:834px) {
	.br-sp { display: none; }
	.br-tb { display: block; }
	.br-pc { display: none; }
}
/* pc用<br> */
@media screen and (min-width:835px) {
	.br-sp { display: none; }
	.br-tb { display: none; }
	.br-pc { display: block; }
}