@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;
}
.hdt_textAndImage {
padding: -100px 0 50px;
}
.hdt_textAndImage__inner {
max-width: 960px;
margin: 0 auto;
}
.hdt_textAndImage__content {
display: flex;
padding: 25px;
border: solid #ededed 2px;
}
.hdt_textAndImage__text {
width: calc(100% - 300px);
padding-right: 25px;
box-sizing: border-box;
}
.hdt_textAndImage__image {
width: 300px;
margin-top: 50px;
box-sizing: border-box;
}
.hdt_textAndImage__title {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
}
.text-border{
	border: solid 1px #454545;
	padding: 4px 5px;
}

@media screen and (max-width: 767px) {
.otherPageTtl1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif!important;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 20px;
 }
}

@media screen and (max-width: 1279px) {
.hdt_textAndImage {
padding: -100px 25px 50px;
}
.hdt_textAndImage__inner {
max-width: 760px;
 }
}

@media screen and (max-width: 766px) {
.hdt_textAndImage {
padding: -20px 25px 45px;
margin: 10px;
}
.hdt_textAndImage__content {
flex-direction: column;
}
.hdt_textAndImage__text {
width: 100%;
padding: 0;
}
.hdt_textAndImage__image {
width: 100%;
margin-top: 20px;
text-align: center;
}
.hdt_textAndImage__title {
font-size: 20px;
 }
}

/* スマホ用<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; }
}