@charset "UTF-8";
.otherPageTtl1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5em;
    margin: 0 0 30px;
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
.otherPageTtl1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 766px) {
.otherPageTtl1 {
     font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
     font-weight: bold;
     font-size: 22px;
     margin: 0 0 20px;
  }
}

/*---refa_heart_comb_aira---*/
:root {
  --font-family-jp: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
  --font-family: "Noto Sans Japanese", sans-serif;
}
/*--------------------------
 common
----------------------------*/
.c-head {
  font-size: calc(19 / 375 * 100vw);
  font-weight: bold;
  text-align: center;
  font-family: var(--font-family-jp);
  line-height: 1.6;
  border-bottom: 1px solid #333;
  margin-bottom: 25px;
  padding-bottom: 7px;
}
@media all and (min-width: 767px) {
.c-head {
    font-size: 26px;
    color: #1e1e1e;
  }
}
.c-txt {
  margin: 3vw 0;
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media all and (min-width: 767px) {
.c-txt {
    margin: 10px 0;
    font-size: calc(13 / 750 * 100vw);
  }
}
@media all and (min-width: 960px) {
.c-txt {
    font-size: 14px;
  }
}

/*--------------------------
 design
----------------------------*/
.design-details {
  display: flex;
  flex-wrap: wrap;
  gap: 7vw;
}
.design-details li h3 {
  font-weight: 500;
  font-family: var(--font-family-jp);
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0.04em;
}
.design-details li h3 span {
  padding-right: 2vw;
  font-family: var(--font-family);
  font-size: 7vw;
  vertical-align: top;
  color: #eb6168;
}
.design-details .c-txt br {
  display: none;
}
@media all and (min-width: 767px) {
  .design-img {
    max-width: 750px;
    margin: 50px auto 30px;
  }
  .design-details {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }
  .design-details li {
    width: calc(100% / 3);
  }
  .design-details li h3 {
    font-size: calc(18 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
  .design-details li h3 span {
    font-size: 24px;
    padding-right: 8px;
  }
}
@media all and (min-width: 960px) {
  .design-details li h3 {
    font-size: 18px;
  }
}
@media all and (min-width: 1280px) {
  .design-details .c-txt br {
    display: block;
  }
}

/*--レイアウト調整-------------------------------------*/
@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: center !important; 
}
.txt_position2 { 
    text-align: left !important; 
}
@media screen and (max-width: 767px) {
.txt_position { 
    text-align: left !important;
 }
.txt_position2 { 
    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;
 }
.txt_position2 { 
    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: 1.5px 10px !important;
    display: inline-block;
}
.sub_tit2 {
    font-size: 15px;
    border: 1px solid #333;
    margin: 0;
    padding: 5px !important;
    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: -35px !important; }
	.MT02 {margin-top: 30px !important; }
	.MT03 {margin-top: -30px !important; }
	.MT04 {margin-top: 0px !important; }
	.MT05 {margin-top: -20px !important; }	
	.MT06 {margin-top: 30px !important; }
	.MT07 {margin-top: -20px !important; }
	.MT08 {margin-top: -30px !important; }
	.MT09 {margin-top: 40px !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: 0px !important; }
	.MT02 {margin-top: 0px !important; }
	.MT03 {margin-top: 0px !important; }
	.MT04 {margin-top: 0px !important; }
	.MT05 {margin-top: -10px !important; }
	.MT06 {margin-top: 0px !important; }
	.MT07 {margin-top: 40px !important; }
	.MT08 {margin-top: 0px !important; }
	.MT09 {margin-top: 0px !important; }
}
/* pc用<br> */
@media screen and (min-width:835px) {
	.br-sp { display: none; }
	.br-tb { display: none; }
	.br-pc { display: block; }
	.MT01 {margin-top: -40px !important; }
	.MT02 {margin-top: -20px !important; }
	.MT03 {margin-top: -15px !important; }	
	.MT04 {margin-top: -30px !important; }
	.MT05 {margin-top: -20px !important; }
	.MT06 {margin-top: 0px !important; }
	.MT07 {margin-top: 40px !important; }
	.MT08 {margin-top: 0px !important; }
	.MT09 {margin-top: 0px !important; }
}