@charset "UTF-8";
.ml-10 {
    margin-left: 9px;
}
.item-detail-data__hdg-ja3 {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}
.hdt_textAndImage {
padding: 70px 0 50px;
}
.hdt_textAndImage__inner {
max-width: 960px;
margin: 0 auto;
}
.hdt_textAndImage__content {
display: flex;
padding: 25px;
border: solid 3px #ededed;
}
.hdt_textAndImage__text {
width: calc(100% - 375px);
padding-right: 20px;
box-sizing: border-box;
}
.hdt_textAndImage__image {
width: 375px;
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;
}

@media screen and (max-width: 1279px) {
.hdt_textAndImage {
padding: 70px 25px 50px;
}
.hdt_textAndImage__inner {
max-width: 760px;
}
.hdt_textAndImage__title {
font-size: 18px;
}
}

@media screen and (max-width: 767px) {
.ml-10 {
    margin-left: 0px;
}
.mt-55 {
    margin-top: 55px;
}
.item-detail-data__hdg-ja3 {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
}
}

@media all and (min-width: 767px), print {
.item-detail-data__hdg-ja3 {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}
}    
@media screen and (max-width: 766px) {
.hdt_textAndImage {
padding: 25px 25px 45px;
}
.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: 18px;
}
}

/* スマホ用<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; }
}