@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;
}
.otherPageBoxOtl2.column-module-5_6 .imgArea {
    margin: 15px auto 0;
}
.text_left {
    text-align: left;
	padding-left:1em;
	text-indent:-1em;
}
.text_left2 {
    text-align: center;
	padding-left:1em;
	text-indent:-1em;
}
.font_01 {font-size: 24px !important;}
.mt_01 {margin-top: -40px; margin-bottom: -40px;}
.mt_02 {margin-top: 0px; }
.mt_03 {margin-top: 0px; }

@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: 20px;
    margin: 0 0 20px;
}
.text_left {
    text-align: left;
	padding-left:1em;
	text-indent:-1em;
}
.text_left2 {
    text-align: left;
	padding-left:1em;
	text-indent:-1em;
}
.font_01 {font-size: 22px !important;}
.mt_02 { margin-top: 15px !important;}
.mt_03 { margin-top: 30px !important;}
}

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

@media screen and (max-width: 1365px) and (min-width: 1280px) {
.otherPageBoxOtl2.itemClm01-2 .otherPageBox .imgArea img {
    max-width: 800px;
}
.text_left2 {
    text-align: center;
	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; }
}