@charset "UTF-8";
/*--tipsBo-------------------------------------*/
.tipsBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tipsBox > * {
	width: 48.4375%;
	text-align: left;
}
.tipsBox + .tipsBox {
	margin-top: 50px;
}
.tipsBox:nth-child(odd) > .tipsBoxImg {
	order: 1;
}
.tipsBox:nth-child(odd) > .tipsBoxMain {
	order: 2;
}
.tipsBox:nth-child(even) > .tipsBoxImg {
	order: 2;
}
.tipsBox:nth-child(even) > .tipsBoxMain {
	order: 1;
}
.tipsBox > .tipsBoxMain .item-detail-intro__hdg {
	line-height: 1.1;
}

@media screen and (max-width: 767px) {
.tipsBox {
	flex-direction: column;
}
.tipsBox:nth-child(odd) > .tipsBoxImg,
.tipsBox:nth-child(even) > .tipsBoxImg {
	order: 1;
	width: 100%;
}
.tipsBox:nth-child(odd) > .tipsBoxMain,
.tipsBox:nth-child(even) > .tipsBoxMain {
	order: 2;
	width: 100%;
}
.tipsBox > .tipsBoxMain .item-detail-intro__hdg {
	text-align: center;
 }
}

/*--グレー枠-------------------------------------*/
.hdt_textAndImage {
padding: 0px 0 50px;
margin-top: 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% - 307px);
padding-right: 20px;
box-sizing: border-box;
}
.hdt_textAndImage__image {
width: 307px;
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: 0px 25px 50px;
margin-top: 50px;  
}
.hdt_textAndImage__inner {
max-width: 760px;
}
}
@media screen and (max-width: 766px) {
.hdt_textAndImage {
padding: 25px 25px;
margin-top: 40px;
}
.hdt_textAndImage__content {
flex-direction: column;
}
.hdt_textAndImage__text {
font-size: 14px;
width: 100%;
padding: 0;
}
.hdt_textAndImage__image {
width: 100%;
margin-top: 20px;
text-align: center;
}
.hdt_textAndImage__title {
font-size: 18px;
  }
}

/*--レイアウト調整-------------------------------------*/
@media screen and (min-width: 1366px) {
.otherPageBoxOtl2.itemClm03 {
	text-align: left !important;
	padding: 0px !important;
}
.otherPageBoxOtl2.itemClm03 .imgArea li img {
	width: 100%;
	max-width: 436px !important;
}
/*.otherPageBox {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 30px !important;
	position: relative;
	z-index: 1;
    }*/
}	
@media screen and (min-width: 767px) and (max-width: 1279px) {
.otherPageBoxOtl2.itemClm03 .otherPageBox {
	padding-bottom: 0px !important;
	both: clear;
    }
.otherPageBoxOtl2.itemClm01-2 .otherPageBox {
	max-width: 760px;
	margin: 0 auto;
	padding-top: 0px !important;
	position: relative;
	z-index: 1;
    }
/*.otherPageBox {
	padding: 20px 25px 0px !important;
	position: relative;
	z-index: 1;
	margin: 80px auto 0 !important;
	max-width: 760px;
    }*/
}

/*--画像左＆テキスト右・レイアウト-------------------------------------*/
.box-txt-img.contentBox01 {
  margin: 0 auto;
  text-align: center;
  both: clear;
}
.box-txt-img.contentBox01 .otherPageBox {
    margin: 0 auto;
    /*max-width: 760px;*/
    padding-bottom: 0;
}
.box-txt-img.contentBox01 .otherPageTtl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-bottom: 25px;
  padding-bottom: 7px;
}
.box-txt-img.contentBox01 .otherPageBox .txtArea {
  width: 45%;
  float: right;
  padding-right: 20px;
}
.box-txt-img.contentBox01 .otherPageBox .txtArea p {
  text-align: left;
}
.box-txt-img.contentBox01 .otherPageBox .imgArea {
  width: 50%;
  margin: 0px;
  float: left;
}
.box-txt-img.contentBox01 .otherPageBox .imgArea img {
  width: 100%;
}

@media screen and (max-width: 766px) {
.box-txt-img.contentBox01 {
    text-align: center;
    margin-bottom: 50px;
  }
.box-txt-img.contentBox01 .otherPageBox {
    margin: 0 auto;
}
.box-txt-img.contentBox01 .otherPageTtl {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
    font-size: 20px !important;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
    padding-bottom: 7px;
}
.box-txt-img.contentBox01 .otherPageBox .txtArea {
    width: 95%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
.box-txt-img.contentBox01 .otherPageBox .txtArea p {
    margin: 0 auto;
    text-align: left;
  }
  .box-txt-img.contentBox01 .otherPageBox .imgArea {
    width: 95%;
    float: none;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .box-txt-img.contentBox01 .otherPageBox .imgArea img {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1028px) {
  .box-txt-img.contentBox01 {
    width: 100%;
    margin: 0 auto 20px auto;
    both: clear;
  }
  .box-txt-img.contentBox01 .otherPageBox {
    margin: 0 auto;
    /*max-width: 760px;*/
    padding-bottom: 0;
  }
  .box-txt-img.contentBox01 .otherPageTtl {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
    font-size: 24px;
    font-weight: bold;
    /* border-bottom: 1px solid #333; */
    margin-bottom: 25px;
    padding-bottom: 7px;
  }
  .box-txt-img.contentBox01 .otherPageBox .txtArea {
    width: 45%;
    float: right;
    padding-right: 20px;
  }
  .box-txt-img.contentBox01 .otherPageBox .txtArea p {
    text-align: left;
  }
  .box-txt-img.contentBox01 .otherPageBox .imgArea {
    width: 50%;
    margin: 0px;
    float: left;
  }
  .box-txt-img.contentBox01 .otherPageBox .imgArea img {
    width: 100%;
  }
}

@media screen and (min-width: 1366px) {
  .box-txt-img.contentBox01 {
    margin: 0 auto;
    text-align: center;
    both: clear;
  }
  .box-txt-img.contentBox01 .otherPageBox {
    padding-bottom: 0;
  }
  .box-txt-img.contentBox01 .otherPageTtl {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
    padding-bottom: 7px;
  }
  .box-txt-img.contentBox01 .otherPageBox .txtArea {
    width: 45%;
    float: right;
    padding-right: 20px;
  }
  .box-txt-img.contentBox01 .otherPageBox .txtArea p {
    text-align: left;
  }
  .box-txt-img.contentBox01 .otherPageBox .imgArea {
    width: 50%;
    margin: 0px;
    float: left;
  }
  .box-txt-img.contentBox01 .otherPageBox .imgArea img {
    width: 100%;
  }
}

/*-- 画像＆画像レイアウト  -----*/
.image-image { margin: 30px auto 0 ; width: 900px; display: flex; }
.image-L { width: 435px; margin-left: 10px; }
.image-R { width: 435px; margin-right: 10px; }

/* sp */
@media screen and (max-width: 766px) {   
.image-image { margin: 0; width: 100%; display: flex; flex-wrap: wrap; }
.image-L { margin: 30px 0 0; width: 100%; max-width: 325px; }
.image-R { margin: 0; width: 100%; max-width: 325px; }
}
/* tablet */
@media screen and (min-width: 767px) and (max-width: 1023px) {
.image-image { margin: 30px auto 0 ; width: 100%; max-width: 718px; padding: 0 0 0 20px; display: flex; }
.image-L {width: 339px; margin-left: 10px; }
.image-R {width: 339px; margin-right: 10px; }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.image-image { margin: 30px auto 0 ; width: 100%; max-width: 718px; padding: 0 20px; display: flex; }
.image-L {width: 339px; margin-left: 10px; }
.image-R {width: 339px; margin-right: 10px; }
}
/* PC/tablet */
@media screen and (min-width: 1280px) and (max-width: 1365px) {
.image-image { margin: 30px auto 0 ; max-width: 900px; padding: 0 25px; display: flex; }
.image-L { width: 435px; margin-left: 10px; }
.image-R { width: 435px; margin-right: 10px; }
}

/* テキスト位置 */
.text_left { 
	text-align: left; 
	/*padding-left:1em;
	text-indent:-1em;*/
}
.txt_position { 
    text-align: left !important; 
}
@media screen and (max-width: 767px) {
.txt_position { 
    text-align: center !important;
 }
.otherPageBoxOtl2.itemClm01-2 .otherPageTtl2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
	font-size: 20px !important;
	font-weight: bold;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	padding-bottom: 7px;
 }
.otherPageBoxOtl2.itemClm01 .otherPageTtl2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
	font-size: 20px !important;
	font-weight: bold;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	padding-bottom: 7px;
 }
}

@media screen and (min-width: 767px) and (max-width: 1365px) {
.txt_position { 
    text-align: center !important;
 }
}

/* 囲み文字 */
.sub_tit {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.13em;
    border: 1px solid #333;
    margin: 0.3em 0 0.3em 0;
    padding: 2px 10px;
    display: inline-block;
}
/* 太文字 */
.txt_b {
	font-weight: bold;
}


/* スマホ用<br> */
@media screen and (max-width:414px) {
	.br-sp { display: block; }
	.br-tb { display: none; }
	.br-pc { display: none; }
	.MT01 {margin-top: -80px !important; }
	.MT02 {margin-top: 40px !important; }
	.MT03 {margin-top: 0px !important; }
	.MT04 {margin-top: 0px !important; }
}
/* 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; }
	.MT01 {margin-top: -30px !important; }
	.MT02 {margin-top: 0px !important; }
	.MT03 {margin-top: -50px !important; }
	.MT04 {margin-top: 80px !important; }
}
/* pc用<br> */
@media screen and (min-width:835px) {
	.br-sp { display: none; }
	.br-tb { display: none; }
	.br-pc { display: block; }
	.MT01 {margin-top: -160px !important; }
	.MT02 {margin-top: 0px !important; }
	.MT03 {margin-top: 0px !important; }	
	.MT04 {margin-top: 0px !important; }
}