@charset "Shift_JIS";
/* comment*/

.balloon-009 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
}

.balloon-009 img{
    max-width: 70px;
    height: 100%;
    border: 3px solid #e6edf3;
    border-radius: 50%;
    margin-top: 40px;
}

.balloon-009 p{
    position: relative;
    max-width: 800px;
    margin: 50px 0 20px;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #e0efff;
    color: #333333;
}

.balloon-009 p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 20px;
    background-color: #e0efff;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}


/* メリットデメリットアコーディオンメニュー */
.accordion-003{
    max-width: 850px;
    margin-bottom: 7px;
    border-bottom: 2px solid #d6dde3;
}

.accordion-003 summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}


/* メリット・デメリット外枠 */
.box-011{
    position: relative;
    max-width: 900px;
    margin : 3.9em auto 0px;
    padding : 1em 1.5em;
    border : 2px solid rgb(43, 137, 207);
    border-radius: 3px;
}

.box-011 span{
    position: absolute;
    top: -1.9em;
    left: -2px;
    padding: .2em .8em;
    border-radius: 5px 5px 0 0;
    background-color: #2b89cf;
    color: #fff;
}

.box-011 p{
    margin: 0;
    color: #333;
}



/* ポイント枠 */
.box-007{
    max-width: 900px;
    margin: 30px auto;
    border: 2px solid #8cc63f;
    border-radius: 5px;
    color: #333333;
}

.box-007 div{
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #8cc63f;
    font-weight: 600;
    vertical-align: top;
}

.box-007 svg{
    padding-right: 4px;
}

.box-007 p{
    margin: 0;
    padding: 0 1.5em 1em;
}


/* h2 */
.heading-033{
    border-bottom: 3px solid #e6edf3;
    margin:50px 0 10px;
}

.heading-033 span{
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
    color: #333333;
}

.heading-033 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2589d0;
    content: '';
}




/* ZEH目標 */
#zeh{
	width: 900px;
	border-collapse: collapse;
	border: solid 1px #888;
	text-align: center;
	background-color: #ffffff;
}
#zeh th{
	border-collapse: collapse;
	border: solid 1px #888;
	padding: 6px;
	text-align: center;
	background-color: #f2f2f2;
}
#zeh td{
	border-collapse: collapse;
	border: solid 1px #888;
	padding: 6px;
	text-align: center;
}

a.bt-samp34{
  display: block;
  text-decoration: none;
  height : 35px;
  width : 250px;
  line-height: 37px;
  text-align: center;
  color : rgb(43, 137, 207);
  border : 1px solid rgb(43, 137, 207);
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  margin-top : 50px;
  margin-left : 50px;
  margin-right : 50px;
  margin-bottom : 50px;
}
a:hover.bt-samp34{
  background: rgb(43, 137, 207);
  color: #fff;
}
