@charset "UTF-8";
.otherPageTtl1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px;
}
.font-m {
  font-size: 16px;
  font-weight: bold;
  text-align: center !important;
}
.tipsBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.tipsBox > * {
	width: 48.4375%;
	text-align: left;
}
.tipsBoxWrap + .tipsBoxWrap {
	margin-top: 100px;
}
.tipsBoxWrap:nth-child(odd) .tipsBoxImg {
	order: 1;
}
.tipsBoxWrap:nth-child(odd) .tipsBoxMain {
	order: 2;
}
.tipsBoxWrap:nth-child(even) .tipsBoxImg {
	order: 2;
}
.tipsBoxWrap:nth-child(even) .tipsBoxMain {
	order: 1;
}
.tipsBox > .tipsBoxMain .item-detail-intro__hdg {
	line-height: 1.1;
}
.otherPageBoxOtl2.column-module-5_6 .areaR .imgArea {
	max-width: 466px;
}
.otherPageBoxOtl2.column-module-5_6 .areaR .imgArea img {
	max-width: 425px;
}

/*-- 3カラム部分 --*/
.mode {
  margin-top: 0px;
}
.column2 {
  display: flex;
  justify-content: space-between;
}
.column2__item {
  width: 50%;
  box-sizing: border-box;
}
.column2__item:first-child {
  padding-right: 20px;
}
.column2__item:last-child {
  padding-left: 20px;
}
.column2__item--1to3:last-child {
  width: 33.3%;
  padding-left: 26px;
}
.column2__item--2to3:first-child {
  width: 66.6%;
  padding-right: 14px;
}
.column2 p {
  margin-top: 10px;
  text-align: center;
}

@media all and (min-width: 767px), print {
.otherPageTtl1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 30px;
}
.t-indent {
	padding-left:1em;
	text-indent:-1em;
 }
}

@media all and (max-width: 766px) {
.otherPageBoxOtl2.column-module-5_6 .twoClm h3 {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
   font-weight: bold;
   font-size: 20px !important;
   text-align: center;
   padding-bottom: 7px;
   border-bottom: 1px solid #333;
}
.font-m {
  font-size: 16px;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 10px;
}
.t-indent {
	padding-left:1em;
	text-indent:-1em;
 }
.tipsBox {
		flex-direction: column;
}
.tipsBoxWrap:nth-child(odd) .tipsBoxImg,
.tipsBoxWrap:nth-child(even) .tipsBoxImg {
		order: 1;
		width: 100%;
}
.tipsBoxWrap:nth-child(odd) .tipsBoxMain,
.tipsBoxWrap:nth-child(even) .tipsBoxMain {
		order: 2;
		width: 100%;
}
.tipsBox > .tipsBoxMain .item-detail-intro__hdg {
		text-align: center;
}
.twoClm + .twoClm {
		margin-top: 10px;
}
.otherPageBoxOtl2.column-module-5_6 .otherPageTtl2 {
    font-size: 20px !important;
}
.otherPageBoxOtl2.column-module-5_6 .areaR .imgArea img {
    margin-top: 20px !important;
    width: 100%;
}
  
/*-- 3カラム部分 --*/
.mode {
    margin-top: 40px;
}
.column2 {
    flex-direction: column;
    justify-content: center;
}
.column2__item {
    width: 100% !important;
}
.column2__item + .column2__item {
    margin-top: 50px;
}
.column2__item:first-child, .column2__item:last-child {
    padding: 0;
}
.column2 img {
    margin: 0 auto;
 }
}

/* コンテンツ間余白調整 */
/* pc */
.MT01 { margin-top: 0px !important; }
/* sp */
@media screen and (max-width: 766px) {   
.MT01 { margin-top: 10px !important; }
}
/* tablet */
@media screen and (min-width: 767px) and (max-width: 1365px) {
.MT01 { margin-top: 0px !important; }
}
/* PC/tablet */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
.MT01 { margin-top: 0px !important; }
}

/* スマホ用<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; }
}