@charset "UTF-8";
.otherPageBoxOtl2.column-module-5_6 .areaR .imgArea {
	max-width: 466px;
}
.otherPageBoxOtl2.column-module-5_6 .areaR .imgArea img {
	max-width: 425px;
}
.txt_position {
  text-align: left;
}

@media all and (min-width: 767px), print {
.txt_position {
  text-align: left;
}
}

@media all and (max-width: 766px) {
.otherPageBoxOtl2.column-module-5_6 .twoClm h3 {
   font-family: 'Times New Roman','STSong','SimSun', serif !important;
   font-weight: bold;
   font-size: 20px !important;
   text-align: center;
   padding-bottom: 7px;
   border-bottom: 1px solid #333;
}
.otherPageBoxOtl2.column-module-5_6 .otherPageTtl2 {
    font-size: 20px !important;
}
.otherPageBoxOtl2.column-module-5_6 .areaR .imgArea img {
    margin-top: 20px !important;
    width: 100%;
}
.txt_position {
  text-align: left;
 }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {	
.txt_position {
  text-align: center;
 }
}


/* スマホ用<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; }
}