@charset "utf-8";

body p{
}
img {
  width: 100%;
  vertical-align: top;
}
.mv__list {
    width: 100%!important;
	  height: 0;
	  
}
.no001{
  width: 100%!important;
	height: 0;
	padding-top: calc(750 / 750 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(/campaign/myhome2025/common/images/mv_sp.jpg) center center / cover no-repeat;

}

.cntSec p {
	color: #595757;
}

/* ==========================================================
 見出し
========================================================== */
/* --------------------------------------------------
h2 ネイビー
-------------------------------------------------- */
.cntSec .heading2_Navy {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
	color: #1d3550;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cntSec .heading2_Navy img {
  margin-right: 10px;
  vertical-align: middle;
}
.cntSec .heading2_Navy:before,
.cntSec .heading2_Navy:after {
  content: '';
  display: block;
  min-width: 30px;
  flex: 1 1 auto;
  height: 1px;
  background-color: #1d3550;
}
.cntSec .heading2_Navy:before {
  margin-right: 15px;
}
.cntSec .heading2_Navy:after {
  margin-left: 15px;
}
.cntSec .heading2_Navy__sub {
  font-size: 24px;
}

/* --------------------------------------------------
h2 ホワイト
-------------------------------------------------- */
.cntSec .heading2_White {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
	color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cntSec .heading2_White img {
  margin-right: 10px;
  vertical-align: middle;
}
.cntSec .heading2_White:before,
.cntSec .heading2_White:after {
  content: '';
  display: block;
  min-width: 30px;
  flex: 1 1 auto;
  height: 1px;
  background-color: #fff;
}
.cntSec .heading2_White:before {
  margin-right: 15px;
}
.cntSec .heading2_White:after {
  margin-left: 15px;
}
.cntSec .heading2_White__sub {
  font-size: 24px;
}

/* --------------------------------------------------
h3
-------------------------------------------------- */
.heading3_myhome {
	background-color: #1d3550;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

/* --------------------------------------------------
h4
-------------------------------------------------- */
.heading4_myhome {
	color: #1c344f;
	font-weight: bold;
	font-size: 16px;
	margin: 30px auto;
	text-align: center;
}

/* ==========================================================
 Box
========================================================== */
/* --------------------------------------------------
myhome--recommendBox
-------------------------------------------------- */
.myhome--recommendBox {
  padding-top: 25px;
}
.myhome--recommendBox__inner {
  position: relative;
  display: table;
  width: 100%;
  padding-top: 20px;
  background: #A5E3F3;
}
.myhome--recommendBox__title {
  position: absolute;
  left: 30%;
  top: -20px;
  width: 40%;
  color: #595757;
  text-align: center;
}
.myhome--recommendBox__title > span {
  position: relative;
  display: inline-block;
  font-size: 28px;
}

.myhome--recommendBox__body {
  padding: 20px 10px;
}

/* --------------------------------------------------
myhome--recommendBox2
-------------------------------------------------- */
.myhome--recommendBox2 {
  padding-top: 25px;
}
.myhome--recommendBox2__inner {
  position: relative;
  display: table;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 2px #00afdd  solid;
}
.myhome--recommendBox2__title {
  position: absolute;
  left: 10%;
  top: -13px;
  width: 20%;
  color: #00afdd;
  text-align: center;
  background-color: #fff;
  border: 2px #00afdd solid;
  border-radius: 10px;
}
.myhome--recommendBox2__title > span {
	font-size: 14px;
	font-weight: bold;
}

.myhome--recommendBox2__body {
  padding: 20px 10px;
}
/* --------------------------------------------------
Box2_title
-------------------------------------------------- */
.Box2_title {
	background-color: #00afdd;
	border-radius: 20px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

/* --------------------------------------------------
box3
-------------------------------------------------- */
.box3 {
	width: 90%;
	margin: auto;
}
.box3__head {
  padding: 20px 30px;
  font-weight: bold;
  color: #00afdd;
  background: #d8f3f9;
  border: 1px #00afdd solid;
  font-size: 22px;
  text-align: center;
}
.box3__headTag {
  width: 100px;
  padding: 5px 15px;
  font-size: 16px;
  color: #00afdd;
  text-align: center;
  background: #fff;
}
.box3__headTagNum {
  font-size: 40px;
  font-weight: 500;
}

.box3__body {
  padding: 20px;
  border-left: 1px #00afdd solid;
  border-right: 1px #00afdd solid;
  border-bottom: 1px #00afdd solid;
  overflow: hidden;
}

/* --------------------------------------------------
box4
-------------------------------------------------- */
.box4 {
  background: #fef8e2;
  text-align: center;
  padding: 25px;
  font-weight: bold;
  line-height: 35px;
}

/* --------------------------------------------------
otoku1_img
-------------------------------------------------- */
.otoku1_img	{
	position: absolute;
}

.otoku1_img p	{
	position: relative;
	top: -30px;
	right: -60%;
}
/* --------------------------------------------------
otoku2_img
-------------------------------------------------- */
.otoku2_img	{
	position: absolute;
}

.otoku2_img p	{
	position: relative;
	top: -30px;
	right: -110%;
}

/* ==========================================================
acd
========================================================== */
.accordion  {
  margin: 30px auto;
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  background: #fff;
  border: 3px solid #1c344f;
  padding: 20px 30px 20px 10px;
  font-weight: bold;
  font-size: 16px;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}

.accordion_title:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 21px;
  display: block;
  width: 28px;
  height: 100%;
  background: url(/campaign/myhome2025/common/images/arrow_bottom.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_content {
  padding: 0 2em 0 3em;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}

.accordion[open] .accordion_title:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 21px;
  display: block;
  width: 28px;
  height: 100%;
  background: url(/campaign/myhome2025/common/images/arrow_top.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.accordion .accordion_contents {
  border-right: 2px solid #1c344f;
  border-left: 2px solid #1c344f;
  border-bottom: 2px solid #1c344f;
  background-color: #fff;
  padding: 10px 15px;
}

/* ==========================================================
 ボタン
========================================================== */
/* --------------------------------------------------
nmlBtn
-------------------------------------------------- */

/* base
---------------------------------- */
.myhome--nmlBtn {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin: 0 auto 15px;
  text-align: center;
}
.myhome--nmlBtn a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #6d7680;
  text-decoration: none;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #b7ccd9;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  -moz-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  overflow: hidden;
}
.myhome--nmlBtn a.active span:before,
.myhome--nmlBtn a.active span:after {
  display: none !important;
}
.myhome--nmlBtn a > span:not(.icon) {
  display: table-cell;
  padding: 0 20px;
  text-align: left;
  vertical-align: middle;
  z-index: 1;
}
.myhome--nmlBtn.sp_col2 a.active > span {
  padding-left: 20px !important;
}
.myhome--nmlBtn .text--sub {
  display: block;
  margin: 3px 0;
  font-size: 12px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.myhome--nmlBtn .text--main {
  display: block;
  margin: 3px 0;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}



.textLink {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
  text-decoration: underline;
}

/* arrow--right
---------------------------------- */
.myhome--nmlBtn.myhome--arrow--right a > span:not(.icon):before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  display: block;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: url(/campaign/myhome2025/common/images/arrow_right.png) no-repeat center center;
  background-size: 12px 2px;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.myhome--nmlBtn.myhome--arrow--right a > span:not(.icon):after {
  content: "";
  position: absolute;
  right: 12px;
  top: 39%;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -5px;
  background: url(/campaign/myhome2025/common/images/arrow_right.png) no-repeat right bottom;
  background-size: 25px 25px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}


/* myhome--arrow--bottom
---------------------------------- */
.textLink.myhome--arrow--bottom:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(/campaign/myhome2025/common/images/arrow_bottom.png) no-repeat right bottom;
  background-size: 10px 6px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* color--Nayby
---------------------------------- */
.myhome--nmlBtn.color--Nayby a {
  border-color: #1c344f;
}
.myhome--nmlBtn.color--Nayby a:before {
  background: #4676ce;
}
.myhome--nmlBtn.color--Nayby .text--sub,
.myhome--nmlBtn.color--Nayby .text--main {
  color: #1c344f;
}
.myhome--nmlBtn.color--Nayby a.active {
  background: #1c344f;
  border-color: #1c344f;
}
.myhome--nmlBtn.color--Nayby a.active .text--sub,
.myhome--nmlBtn.color--Nayby a.active .text--main {
  color: #fff;
}

/* color--yellow
---------------------------------- */
.myhome--nmlBtn.color--yellow a {
  border-color: #fcd13e;
  background-color: #fcd13e;
	border-radius: 10px;
}

.myhome--nmlBtn.color--yellow .text--sub,
.myhome--nmlBtn.color--yellow .text--main {
  color: #231815;
}
.myhome--nmlBtn.color--yellow a.active {
  background: #fcd13e;
  border-color: #fcd13e;
}
.myhome--nmlBtn.color--yellow a.active .text--sub,
.myhome--nmlBtn.color--yellow a.active .text--main {
  color: #fff;
}

/* sp_col
---------------------------------- */
.nmlBtn.sp_col1 {
  width: 230px;
}
.nmlBtn.sp_col2 {
  width: 49%;
}
.nmlBtn.sp_col2:nth-child(odd) {
  margin-right: 1%;
}
.nmlBtn.sp_col2:nth-child(odd):last-child {
  margin-right: 0;
}
.nmlBtn.sp_col2:nth-child(even) {
  margin-left: 1%;
}
.nmlBtn.sp_col2 a > span {
  padding-left: 10px;
}

/* --------------------------------------------------
cirList_myhome
-------------------------------------------------- */
.cirList_myhome {
  margin: 0;
}
.cirList_myhome > li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 2em;
}
.cirList_myhome > li:last-child {
  margin-bottom: 0;
}
.cirList_myhome > li:before {
  position: absolute;
  left: -7px;
  top: 4px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: #00afdd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
}

/* --------------------------------------------------
nmlDList_myhome
-------------------------------------------------- */
.nmlDList_myhome {
  margin: 0;
}
.nmlDList_myhome > dt {
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 2em;
  font-weight: bold;
}
.nmlDList_myhome > dt:last-child {
  margin-bottom: 0;
}
.nmlDList_myhome > dt:before {
  position: absolute;
  left: -7px;
  top: 4px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: #00afdd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
}

.nmlDList_myhome dd {
  padding-bottom: 20px;
  padding-left: 2em;
}
.nmlDList_myhome dd:last-of-type {
  margin-bottom: 0;
}

/* --------------------------------------------------
numList_myhome
-------------------------------------------------- */
.numList_myhome {
  margin: 0;
  padding-left: 1.5em;
}
.numList_myhome > li {
  position: relative;
  margin-top: 10px;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt1;
}
.numList_myhome > li:before {
  position: absolute;
  left: -1.5em;
  top: 0;
  display: marker;
  font-weight: bold;
  color: #00afdd;
  content: counter(cnt1) ".";
}

/* ==========================================================
 パーツ
========================================================== */
.mvback {
 background-color:#00afdd;
}

.mvbackRblue {
 background-color:#d9f3fa;
}

.mvbackYellow {
	background-color: #fbd03d;
}

.mvbackRyellow {
	background-color: #fef8e2;
}

.blueRUD {
 background-color:#00afdd;
 border-radius: 20px;
 padding: 5px 10px;
 margin: 5px;
 font-weight: bold;
 color: #FFF;
}

/* ==========================================================
 フローティングバナー
========================================================== */

.floating-banner {
    position: fixed;
    /* 固定表示 */
    bottom: 0px;
    /* 画面下から16px */
    z-index: 9999;
    /* 常に前面に出す */
    background-color: #1d5191;
    padding: 10px 10px;
		width: 100%;
}
.floating-banner_img {
    width: 80%;
    /* 画像をfloating-bannerの幅に合わせる */
}
