@charset "UTF-8";

/* oswald-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v57-latin-700.woff2') format('woff2');
}

/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
	box-sizing: border-box;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
	width: 100%;
}
textarea{
	vertical-align: top;
}


/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #343434;
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

a {
	display: block;
  color: #343434;
  transition: all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}

img {
	width: 100%;
	max-width: 100%;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

body, html {
	height: 100%;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.fb {
  font-weight: bold;
}
.fb span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}


/*--------------------------------------------------
  color
--------------------------------------------------*/
.cl-bl {
  color: #006bd3;
}
.cl-bl02 {
  color: #0088dc;
}
.cl-gr {
  color: #9a9a9a;
}
.cl-rd {
  color: #f9255c;
}
.cl-gn {
  color: #1daa6f;
}
.cl-wh {
  color: #fff;
}


/*--------------------------------------------------
  fixed_cta
--------------------------------------------------*/
.dhbk-house .fixed_cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  z-index: 111;
}

.dhbk-house .fixed_cta .fixed_cta_inner {
  background: rgba(255,255,255,0.6);
  padding: 20px 0 20px;
  transition: all 0.3s ease;
}
.dhbk-house .fixed_cta .fixed_cta_inner.stop {
  opacity: 0;
}
.dhbk-house .fixed_cta .fixed_cta_inner.stop a {
  pointer-events: none;
}

.dhbk-house .fixed_cta .cta_btn01 {
  max-width: 720px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .dhbk-house .fixed_cta .fixed_cta_inner {
    padding: 10px 0 10px;
  }

  .dhbk-house .fixed_cta .cta_btn01 {
    max-width: 85%;
  }
}


/*--------------------------------------------------
  header
--------------------------------------------------*/
.dhbk-house header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}

.dhbk-house .header_logo {
  max-width: 320px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .dhbk-house header {
    height: 40px;
  }

  .dhbk-house .header_logo {
    max-width: 45%;
  }
}


/*--------------------------------------------------
  footer
--------------------------------------------------*/
.dhbk-house footer .inner {
  max-width: 720px;
  margin: auto;
}

.dhbk-house footer .code {
  padding: 20px 0 20px;
  color: #606270;
  font-size: 18px;
  font-weight: 500;
}

.dhbk-house .footer_block {
  background: #606270;
  padding: 40px 0 40px;
}

.dhbk-house footer .sns {
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.dhbk-house footer .sns_ttl {
  width: 220px;
}
.dhbk-house footer .sns_icon {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 240px);
}
.dhbk-house footer .sns_icon li {
  width: 62px;
}

.dhbk-house footer .copy {
  margin: 30px 0 0;
  font-size: 22px;
  line-height: 1.4;
}

.dhbk-house footer .footer_note {
  font-size: 22px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .dhbk-house footer .inner {
    max-width: 100%;
  }

  .dhbk-house footer .code {
    padding: 10px 15px 10px;
    font-size: 2.5vw;
  }

  .dhbk-house .footer_block {
    padding: 20px 15px 20px;
  }

  .dhbk-house footer .sns_ttl {
    width: 35%;
  }
  .dhbk-house footer .sns_icon {
    width: 62%;
  }
  .dhbk-house footer .sns_icon li {
    width: calc(20% - 8px);
  }

  .dhbk-house footer .copy {
    margin: 15px 0 0;
    font-size: 3vw;
  }

  .dhbk-house footer .footer_note {
    font-size: 3vw;
  }
}


/*--------------------------------------------------
  mv
--------------------------------------------------*/
.dhbk-house .mv {
  background: linear-gradient(180deg, #dbf4fe 0%, #dbf4fe 40%, #fff 100%);
  width: 100%;
  padding: 20px 0 20px;
}

.dhbk-house .mv_inner {
  max-width: 800px;
  margin: auto;
}

.dhbk-house .mv_ttl {
  max-width: 690px;
  margin: auto;
}

.dhbk-house .mv_img01 {
  max-width: 800px;
  margin: 20px auto 0;
}

.dhbk-house .mv_img02 {
  max-width: 630px;
  margin: 20px auto 0;
}

.dhbk-house .mv_cta {
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .dhbk-house .mv {
    padding: 15px 15px 15px;
  }

  .dhbk-house .mv_inner {
    max-width: 100%;
  }

  .dhbk-house .mv_ttl {
    max-width: 100%;
  }

  .dhbk-house .mv_img01 {
    max-width: 100%;;
    margin: 20px auto 0;
  }

  .dhbk-house .mv_img02 {
    max-width: 100%;
    margin: -60px auto 0;
  }

  .dhbk-house .mv_cta {
    margin: 10px auto 0;
  }
}


/*--------------------------------------------------
  cta_btn
--------------------------------------------------*/
.dhbk-house .cta_btn01 {
  max-width: 720px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .dhbk-house .cta_btn01 {
    max-width: 100%;
  }
}


/*--------------------------------------------------
  contents
--------------------------------------------------*/
.dhbk-house #contents {
  background: #e1f2ff;
}

.dhbk-house .sec {
  width: 100%;
}

.dhbk-house .sec_inner {
  max-width: 800px;
  margin: auto;
  padding: 50px 0 60px;
}

@media screen and (max-width: 768px) {
  .dhbk-house .sec_inner {
    max-width: 100%;
    padding: 30px 15px 40px;
  }
}


/*--------------------------------------------------
  Title
--------------------------------------------------*/
.dhbk-house .sec_ttl_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #3383c3, #0f4a94);
  width: 100%;
  height: 210px;
}

h2,h3,h4,h5,
h2 span,h3 span,h4 span,h5 span{
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .dhbk-house .sec_ttl_bg {
    height: auto;
    padding: 20px 0 20px;
  }
}


/*--------------------------------------------------
  Text
--------------------------------------------------*/
.txt {
  font-size: 24px;
  line-height: 1.6;
}
.txt a {
  display: inline-block;
  text-decoration: underline;
}

.note {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .txt {
    font-size: 12px;
    line-height: 1.5;
  }
  
  .note {
    font-size: 10px;
    line-height: 1.5;
  }
}


/*--------------------------------------------------
  acc_parts
--------------------------------------------------*/
.dhbk-house .acc_parts .acc_btn {
  position: relative;
  cursor: pointer;
}
.dhbk-house .acc_parts .acc_content {
  display: none;
}


/*--------------------------------------------------
  sec_deal
--------------------------------------------------*/
.dhbk-house .sec_deal_ttl {
  max-width: 820px;
  margin: auto;
}

.dhbk-house .deal_detail {
	background: #fff;
  max-width: 700px;
  margin: auto;
  border: 3px solid #006bd3;
  position: relative;
}
.dhbk-house .deal_detail::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.5px;
  right: -3.5px;
  height: 0;
  border-top: solid 55px #e1f2ff;
  border-left: solid 55px transparent;
  box-sizing: border-box;
  z-index: 2;
}
.dhbk-house .deal_detail::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 0;
  border-top: solid 54px #006bd3;
  border-left: solid 54px transparent;
}

.dhbk-house .deal_detail_inner {
  padding: 50px 60px;
  position: relative;
}
.dhbk-house .deal_detail_inner::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
	width: 30px;
	height: 30px;
	border-top: solid 3px #006bd3;
	border-right: solid 3px #006bd3;
	transform: rotate(180deg);
}

.dhbk-house .detail_ttl {
  font-size: 40px;
  text-align: center;
}

.dhbk-house .detail_list {
  margin: 20px 0 0;
  padding: 0 50px;
}
.dhbk-house .detail_list li {
  margin: 0 0 20px;
  padding: 0 0 0 50px;
  font-size: 24px;
  position: relative;
}
.dhbk-house .detail_list li .large {
  font-size: 32px;
}
.dhbk-house .detail_list li .num {
  font-size: 38px;
}
.dhbk-house .detail_list li:last-child {
  margin: 0 0 0;
}
.dhbk-house .detail_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("../image/icon_check01.png") left top no-repeat;
  background-size: contain;
  width: 40px;
  height: 32px;
  margin-top: 5px;
  box-sizing: border-box;
}

.dhbk-house .deal_block {
  margin: 60px 0 0;
}

.dhbk-house .deal_cc {
  margin: 0 0 30px;
  font-size: 32px;
  text-align: center;
}

.dhbk-house .deal_item {
  background: #fff;
  margin: 0 0 40px;
}
.dhbk-house .deal_item:last-child {
  margin: 0 0 0;
}

.dhbk-house .deal_ttl01 {
  background: linear-gradient(90deg, #3383c3, #0f4a94);
  padding: 20px 70px 20px 30px;
  font-size: 38px;
  border-left: 20px solid #1852a9;
}
.dhbk-house .deal_ttl01 .num {
  font-size: 58px;
}

.dhbk-house .deal_inner {
  padding: 40px 80px 40px;
}

.dhbk-house .deal_item .check_list {
  padding: 30px 30px 40px;
  border: 3px dotted #006bd3;
}
.dhbk-house .deal_item .check_list li {
  margin: 0 0 20px;
  padding: 0 0 0 60px;
  font-size: 30px;
  position: relative;
}
.dhbk-house .deal_item .check_list li .large {
  font-size: 40px;
}
.dhbk-house .deal_item .check_list li .num {
  font-size: 56px;
}
.dhbk-house .deal_item .check_list li:last-child {
  margin: 0 0 0;
}
.dhbk-house .deal_item .check_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("../image/icon_check01.png") left top no-repeat;
  background-size: contain;
  width: 50px;
  height: 40px;
  margin-top: 8px;
  box-sizing: border-box;
}

.dhbk-house .deal_inner .deal_img {
  max-width: 550px;
  margin: 25px auto 0;
}

.dhbk-house .deal_inner .note {
  margin: 20px 0 0;
}

/*----- acc_parts -----*/
.dhbk-house .sec_deal .acc_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0,-50%) rotate(180deg);
  background: url("../image/arrow_wh.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.dhbk-house .sec_deal .acc_btn.open::after {
  transform: translate(0,-50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .dhbk-house .sec_deal_ttl {
    max-width: 100%;
  }

  .dhbk-house .deal_detail {
    max-width: 100%;
    border: 2px solid #006bd3;
  }
  .dhbk-house .deal_detail::before {
    top: -3px;
    right: -3px;
    border-top: solid 25px #e1f2ff;
    border-left: solid 25px transparent;
  }
  .dhbk-house .deal_detail::after {
    border-top: solid 24px #006bd3;
    border-left: solid 24px transparent;
  }

  .dhbk-house .deal_detail_inner {
    padding: 25px 20px;
  }
  .dhbk-house .deal_detail_inner::after {
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    border-top: solid 2px #006bd3;
    border-right: solid 2px #006bd3;
  }

  .dhbk-house .detail_ttl {
    font-size: 5vw;
  }

  .dhbk-house .detail_list {
    margin: 15px 0 0;
    padding: 0 15px;
  }
  .dhbk-house .detail_list li {
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    font-size: 3vw;
  }
  .dhbk-house .detail_list li .large {
    font-size: 4vw;
  }
  .dhbk-house .detail_list li .num {
    font-size: 4.9vw;
  }
  .dhbk-house .detail_list li::before {
    width: 20px;
    height: 16px;
    margin-top: 2px;
  }

  .dhbk-house .deal_block {
    margin: 30px 0 0;
  }

  .dhbk-house .deal_cc {
    margin: 0 0 15px;
    font-size: 4vw;
  }

  .dhbk-house .deal_item {
    margin: 0 0 20px;
  }

  .dhbk-house .deal_ttl01 {
    background: linear-gradient(90deg, #3383c3, #0f4a94);
    padding: 12px 15px 12px 15px;
    font-size: 4vw;
    border-left: 10px solid #1852a9;
  }
  .dhbk-house .deal_ttl01 .num {
    font-size: 6.2vw;
  }

  .dhbk-house .deal_inner {
    padding: 20px 15px 20px;
  }

  .dhbk-house .deal_item .check_list {
    padding: 15px 15px 25px;
    border: 2px dotted #006bd3;
  }
  .dhbk-house .deal_item .check_list li {
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    font-size: 3.5vw;
  }
  .dhbk-house .deal_item .check_list li .large {
    font-size: 5vw;
  }
  .dhbk-house .deal_item .check_list li .num {
    font-size: 7vw;
  }
  .dhbk-house .deal_item .check_list li::before {
    width: 25px;
    height: 20px;
    margin-top: 6px;
  }

  .dhbk-house .deal_inner .deal_img {
    max-width: 100%;
    margin: 10px auto 0;
  }

  .dhbk-house .deal_inner .note {
    margin: 10px 0 0;
  }

  /*----- acc_parts -----*/
  .dhbk-house .sec_deal .acc_btn::after {
    right: 15px;
    width: 13px;
    height: 8px;
  }
}


/*--------------------------------------------------
  sec_point
--------------------------------------------------*/
.dhbk-house .sec_point_ttl {
  max-width: 600px;
  margin: auto;
}

.dhbk-house .point_item {
  background: #fff;
  margin: 0 0 40px;
  border: 2px solid #006bd3;
  position: relative;
}
.dhbk-house .point_item:last-child {
  margin: 0 0 0;
}

.dhbk-house .point_num {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 122px;
}

.dhbk-house .point_ttl01_wrap {
  display: flex;
  align-items: center;
  height: 140px;
}
.dhbk-house .point_ttl01 {
  padding: 0 70px 0 130px;
  font-size: 36px;
}
.dhbk-house .point_ttl01 .large {
  font-size: 40px;
}

.dhbk-house .point_box {
  padding: 30px 50px 30px;
}

.dhbk-house .point_box .sub {
  padding: 12px 15px;
  font-size: 32px;
  text-align: center;
  border: 2px solid #006bd3;
}

.dhbk-house .point_item01 .rate {
  margin: 30px 0 0;
  font-size: 55px;
  text-align: center;
}
.dhbk-house .point_item01 .rate > span {
  display: inline-block;
  position: relative;
}
.dhbk-house .point_item01 .rate .num {
  font-size: 120px;
}
.dhbk-house .point_item01 .rate sup {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 20px;
}

.dhbk-house .point_box .txt01 {
  margin: 30px 0 0;
  letter-spacing: -0.04em;
}

.dhbk-house .point_box .cta_btn01 {
  max-width: 100%;
  margin: 30px 0 0;
}

.dhbk-house .point_item02 .point_img01 {
  max-width: 100%;
  margin: 20px 0 0;
}

.dhbk-house .insurance {
  margin: 40px 0 0;
  position: relative;
  z-index: 0;
}
.dhbk-house .insurance .point02_btn {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.dhbk-house .insurance .acc_content {
  width: calc(100% + 100px);
  margin: -70px 50px 0 -50px;
  padding: 140px 50px 80px;
  position: relative;
  z-index: 0;
}
.dhbk-house .insurance .acc_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../image/point_bg01.jpg") left top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  z-index: -1;
}
.dhbk-house .insurance .insurance_block01 {
  background: #fff;
  padding: 0 30px 40px;
  border-radius: 24px;
  position: relative;
}
.dhbk-house .insurance .insurance_block01 .i_ttl {
  position: relative;
  top: -20px;
  width: 100%;
  font-size: 40px;
  text-align: center;
}
.dhbk-house .insurance .insurance_block01 .txt {
  margin: 10px 0 0;
}
.dhbk-house .insurance .insurance_block02 .point_img02 {
  margin: 40px 0 0;
}
.dhbk-house .insurance .insurance_block02 .point_img03 {
  margin: 30px 0 0;
  padding: 0 40px;
}
.dhbk-house .insurance .insurance_block03 {
  margin: 50px 0 0;
}
.dhbk-house .insurance .insurance_block03 .txtBox {
  background: rgba(255,255,255,0.6);
  padding: 30px 20px;
  text-align: center;
}
.dhbk-house .insurance .insurance_block03 .bottom_txt {
  margin: 60px 0 0;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  text-shadow: 
    1px 1px 40px #fff,
    -1px 1px 40px #fff,
    1px -1px 40px #fff,
    -1px -1px 40px #fff;
}

.dhbk-house .point_box .cta_btn02 {
  max-width: 100%;
  margin: 40px 0 0;
}

.dhbk-house .point_item03 .txtBox {
  padding: 20px 20px;
  border: 2px solid #006bd3;
}
.dhbk-house .point_item03 .txt {
  font-size: 32px;
  text-align: center;
}
.dhbk-house .point_item03 .txt .large {
  font-size: 40px;
}
.dhbk-house .point_item03 .note {
  margin: 20px 0 0;
}

.dhbk-house .point_item04 .box_inner {
  margin: 0 0 40px;
}
.dhbk-house .point_item04 .box_inner:last-child {
  margin: 0 0 0;
}
.dhbk-house .point_item04 .point_img04 {
  max-width: 560px;
  margin: 30px auto 0;
}
.dhbk-house .point_item04 .point_img05 {
  max-width: 470px;
  margin: 30px auto 0;
}
.dhbk-house .point_item04 .txt {
  margin: 20px 0 0;
}

.dhbk-house .point_item05 .point_img06 {
  max-width: 400px;
  margin: auto;
}
.dhbk-house .point_item05 .txt {
  margin: 20px 0 0;
}

/*----- acc_parts -----*/
.dhbk-house .sec_point .acc_btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0,-50%) rotate(180deg);
  background: url("../image/arrow_bl.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 18px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.dhbk-house .sec_point .acc_btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0,-50%) rotate(180deg);
  background: url("../image/arrow_wh.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.dhbk-house .sec_point .acc_btn.open::after {
  transform: translate(0,-50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .dhbk-house .sec_point_ttl {
    max-width: 100%;
  }

  .dhbk-house .point_item {
    margin: 0 0 20px;
    border: 1px solid #006bd3;
  }

  .dhbk-house .point_num {
    top: -1px;
    left: -1px;
    width: 60px;
  }

  .dhbk-house .point_ttl01_wrap {
    height: 70px;
  }
  .dhbk-house .point_ttl01 {
    padding: 0 25px 0 60px;
    font-size: 4.4vw;
  }
  .dhbk-house .point_ttl01 .large {
    font-size: 6.2vw;
  }

  .dhbk-house .point_box {
    padding: 20px 15px 20px;
  }

  .dhbk-house .point_box .sub {
    padding: 10px 15px;
    font-size: 4vw;
    border: 1px solid #006bd3;
  }

  .dhbk-house .point_item01 .rate {
    margin: 15px 0 0;
    font-size: 7vw;
  }
  .dhbk-house .point_item01 .rate .num {
    font-size: 15vw;
  }
  .dhbk-house .point_item01 .rate sup {
    top: 10px;
    font-size: 2.4vw;
  }

  .dhbk-house .point_box .txt01 {
    margin: 15px 0 0;
  }

  .dhbk-house .point_box .cta_btn01 {
    margin: 20px 0 0;
  }

  .dhbk-house .point_item02 .point_img01 {
    margin: 10px 0 0;
  }

  .dhbk-house .insurance {
    margin: 20px 0 0;
  }
  .dhbk-house .insurance .acc_content {
    width: calc(100% + 30px);
    margin: -40px 15px 0 -15px;
    padding: 80px 15px 30px;
  }
  .dhbk-house .insurance .insurance_block01 {
    padding: 0 15px 15px;
    border-radius: 12px;
  }
  .dhbk-house .insurance .insurance_block01 .i_ttl {
    top: -8px;
    font-size: 5.2vw;
  }
  .dhbk-house .insurance .insurance_block01 .txt {
    margin: 5px 0 0;
  }
  .dhbk-house .insurance .insurance_block02 .point_img02 {
    width: calc(100% + 30px);
    margin: 20px 15px 0 -15px;
  }
  .dhbk-house .insurance .insurance_block02 .point_img03 {
    margin: 15px 0 0;
    padding: 0 0;
  }
  .dhbk-house .insurance .insurance_block03 {
    width: calc(100% + 30px);
    margin: 30px 15px 0 -15px;
  }
  .dhbk-house .insurance .insurance_block03 .txtBox {
    padding: 15px 15px;
  }
  .dhbk-house .insurance .insurance_block03 .bottom_txt {
    margin: 30px 0 0;
    font-size: 5.2vw;
    text-shadow: 
      1px 1px 20px #fff,
      -1px 1px 20px #fff,
      1px -1px 20px #fff,
      -1px -1px 20px #fff;
  }

  .dhbk-house .point_box .cta_btn02 {
    margin: 20px 0 0;
  }

  .dhbk-house .point_item03 .txtBox {
    padding: 15px 15px;
    border: 1px solid #006bd3;
  }
  .dhbk-house .point_item03 .txt {
    font-size: 4vw;
  }
  .dhbk-house .point_item03 .txt .large {
    font-size: 5.2vw;
  }
  .dhbk-house .point_item03 .note {
    margin: 15px 0 0;
  }

  .dhbk-house .point_item04 .box_inner {
    margin: 0 0 20px;
  }
  .dhbk-house .point_item04 .point_img04 {
    max-width: 100%;
    margin: 15px auto 0;
  }
  .dhbk-house .point_item04 .point_img05 {
    max-width: 80%;
    margin: 15px auto 0;
  }
  .dhbk-house .point_item04 .txt {
    margin: 15px 0 0;
  }

  .dhbk-house .point_item05 .point_img06 {
    max-width: 70%;
  }
  .dhbk-house .point_item05 .txt {
    margin: 15px 0 0;
  }

  /*----- acc_parts -----*/
  .dhbk-house .sec_point .acc_btn01::after {
    right: 15px;
    width: 15px;
    height: 9px;
  }
  .dhbk-house .sec_point .acc_btn02::after {
    right: 15px;
    width: 13px;
    height: 8px;
  }
}


/*--------------------------------------------------
  sec_simulation
--------------------------------------------------*/
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
	box-sizing: border-box;
}
button {
  border: none;
  background: none;
}

.dhbk-house .sec_simulation_ttl {
  max-width: 920px;
  margin: auto;
}


.dhbk-house .simulation_form .form_box {
  margin: 0 0 50px;
  padding: 0 80px;
}

.dhbk-house .simulation_form .req {
  display: inline-block;
  background: #006bd3;
  margin-right: 10px;
  padding: 8px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border-radius: 8px;
}

.dhbk-house .simulation_form strong {
  font-size: 28px;
  font-weight: bold;
}

.dhbk-house .simulation_form .input_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dhbk-house .simulation_form .input_box {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.dhbk-house .simulation_form .input_box input {
  background: #fff;
  width: 500px;
  height: 72px;
  padding: 0 20px;
  font-size: 45px;
  text-align: right;
  border: 2px solid #006bd3;
  border-radius: 12px;
}
.dhbk-house .simulation_form .input_box #KikanYY,
.dhbk-house .simulation_form .input_box #KikanMM {
  width: 200px;
}
.dhbk-house .simulation_form .input_box #rate2 {
  width: 300px;
}
.dhbk-house .simulation_form .input_box input::placeholder{
  color: #9a9a9a;
}
.dhbk-house .simulation_form .input_box span {
  margin-left: 10px;
  font-size: 40px;
  font-weight: bold;
}

.dhbk-house .simulation_form .radio_box {
  margin: 40px 0 0;
}
.dhbk-house .simulation_form .radio_box input {
  display: none;
}
.dhbk-house .simulation_form .radio_box input + span {
  padding-left: 45px;
	font-size: 24px;
  font-weight: bold;
  position: relative;
}
.dhbk-house .simulation_form .radio_box input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  width: 30px;
  height: 30px;
	margin-top: -15px;
	box-sizing: border-box;
  border: 4px solid #333333;
  border-radius: 50%;
}
.dhbk-house .simulation_form .radio_box input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
	background: #006bd3;
	width: 16px;
  height: 16px;
	margin-top: -8px;
	box-sizing: border-box;
  border-radius: 50%;
}
.dhbk-house .simulation_form .radio_box small {
	font-size: 20px;
  font-weight: bold;
}

.dhbk-house .simulation_form .select_box {
	width: 480px;
  height: 72px;
  margin: 20px 0 0;
	position: relative;
}
.dhbk-house .simulation_form .select_box:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  background: url("../image/select_arrow.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 16px;
	margin-top: -8px;
  box-sizing: border-box;
}
.dhbk-house .simulation_form .select_box select {
  background: #fff;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
  color: #9a9a9a;
	font-size: 24px;
	border: 2px solid #006bd3;
  border-radius: 12px;
}
.dhbk-house .simulation_form .select_box select::-ms-expand {
  display: none;
}

.dhbk-house .simulation_form .form_note {
  margin: 10px 100px 0 0;
  color: #343434;
  font-size: 16px;
  text-align: right;
}
.dhbk-house .simulation_form .form_box04 .form_note {
  margin: 10px 300px 0 0;
}

.dhbk-house .simulation_form .p_txt {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.dhbk-house .simulation_btn {
  max-width: 720px;
  margin: auto;
  transition: all 0.3s ease;
  cursor: pointer;
}
.dhbk-house .simulation_btn:hover {
  opacity: 0.6;
}

.dhbk-house .error_text {
  display: none;
  margin: 10px 0 0;
  color: #c00;
  font-size: 15px;
}

.dhbk-house #result {
  display: none;
  max-width: 720px;
  margin: 30px auto 0;
}
.dhbk-house #result dl {
  background: #fff;
  border: 5px solid #18a86b;
  border-radius: 24px;
}
.dhbk-house #result dl dt {
  background: #18a86b;
  padding: 15px 15px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border: 5px solid #18a86b;
  border-radius: 17px 17px 0 0;
}
.dhbk-house #result dl dd {
  padding: 30px 40px;
  color: #18a86b;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.dhbk-house #result .repayment {
  font-size: 72px;
  font-weight: bold;
}

.dhbk-house .sec_simulation .note {
  margin: 30px 0 0;
  padding: 0 80px;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .dhbk-house .sec_simulation .sec_inner {
    padding: 30px 20px 40px;
  }
  
  .dhbk-house .sec_simulation_ttl {
    max-width: 100%;
  }


  .dhbk-house .simulation_form .form_box {
    margin: 0 0 20px;
    padding: 0 0;
  }

  .dhbk-house .simulation_form .req {
    margin-right: 5px;
    padding: 5px 5px 3px;
    font-size: 3.2vw;
    border-radius: 4px;
  }

  .dhbk-house .simulation_form strong {
    font-size: 4.2vw;
  }

  .dhbk-house .simulation_form .input_box {
    margin: 10px 0 0;
  }
  .dhbk-house .simulation_form .form_box03 .input_box {
    width: 50%;
  }
  .dhbk-house .simulation_form .input_box input {
    width: 80%;
    height: 36px;
    padding: 0 10px;
    font-size: 6.2vw;
    border: 1px solid #006bd3;
    border-radius: 6px;
  }
  .dhbk-house .simulation_form .input_box #KikanYY,
  .dhbk-house .simulation_form .input_box #KikanMM {
    width: 70%;
  }
  .dhbk-house .simulation_form .input_box #rate2 {
    width: 55%;
  }
  .dhbk-house .simulation_form .input_box span {
    width: 15%;
    margin-left: 0;
    font-size: 5.2vw;
    text-align: right;
  }
  .dhbk-house .simulation_form .form_box03 .input_box span {
    width: 30%;
    text-align: center;
  }
  .dhbk-house .simulation_form .form_box04 .input_box span {
    text-align: center;
  }

  .dhbk-house .simulation_form .radio_box {
    margin: 20px 0 0;
  }
  .dhbk-house .simulation_form .radio_box input + span {
    padding-left: 20px;
    font-size: 4vw;
  }
  .dhbk-house .simulation_form .radio_box input + span::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid #333333;
  }
  .dhbk-house .simulation_form .radio_box input:checked + span::after{
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .dhbk-house .simulation_form .radio_box small {
    font-size: 3vw;
  }

  .dhbk-house .simulation_form .select_box {
    width: 85%;
    height: 42px;
    margin: 10px 0 0;
  }
  .dhbk-house .simulation_form .select_box:after {
    right: 10px;
    width: 18px;
    height: 10px;
    margin-top: -5px;
  }
  .dhbk-house .simulation_form .select_box select {
    padding: 0 10px;
    font-size: 4vw;
    border: 1px solid #006bd3;
    border-radius: 6px;
  }

  .dhbk-house .simulation_form .form_note {
    margin: 8px 15% 0 0;
    font-size: 2.2vw;
  }
  .dhbk-house .simulation_form .form_box04 .form_note {
    margin: 8px 50% 0 0;
  }
  .dhbk-house .simulation_form .form_box04 .form_note {
    margin: 8px 40% 0 0;
  }

  .dhbk-house .simulation_form .p_txt {
    margin: 5px 0 0;
    font-size: 2.2vw;
  }

  .dhbk-house .simulation_btn {
    max-width: calc(100% + 14px);
    width: calc(100% + 14px);
    margin: 0 7px 0 -7px;
  }

  .dhbk-house .error_text {
    margin: 8px 0 0;
    font-size: 14px;
  }

  .dhbk-house #result {
    max-width: 100%;
    margin: 20px 0 0;
  }
  .dhbk-house #result dl {
    border: 3px solid #18a86b;
    border-radius: 12px;
  }
  .dhbk-house #result dl dt {
    padding: 12px 15px;
    font-size: 4.6vw;
    border: 3px solid #18a86b;
    border-radius: 8px 8px 0 0;
  }
  .dhbk-house #result dl dd {
    padding: 20px 20px;
    font-size: 5.2vw;
  }
  .dhbk-house #result .repayment {
    font-size: 9.2vw;
  }

  .dhbk-house .sec_simulation .note {
    margin: 20px 0 0;
    padding: 0 0;
    font-size: 2.2vw;
  }
}


/*--------------------------------------------------
  sec_lineup
--------------------------------------------------*/
.dhbk-house .sec_lineup_ttl {
  max-width: 550px;
  margin: auto;
}

.dhbk-house .sec_lineup .sec_inner {
  padding: 50px 0 120px;
}

.dhbk-house .lineup_upper .lineup_img {
  max-width: 700px;
  margin: auto;
}
.dhbk-house .lineup_upper .txt {
  margin: 30px 0 0;
  font-size: 32px;
  text-align: center;
}

.dhbk-house .lineup_block {
  margin: 30px 0 0;
}

.dhbk-house .block_inner {
  margin: 50px 0 0;
}

.dhbk-house .lineup_item {
  background: #fff;
  margin: 0 0 40px;
  border: 2px solid #1daa6f;
  position: relative;
}
.dhbk-house .lineup_item:last-child {
  margin: 0 0 0;
}

.dhbk-house .lineup_num {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 122px;
}

.dhbk-house .lineup_ttl_wrap {
  display: flex;
  align-items: center;
  padding: 0 120px 0 140px;
  height: 180px;
  text-align: center;
}
.dhbk-house .lineup_item05 .lineup_ttl_wrap,
.dhbk-house .lineup_item06 .lineup_ttl_wrap,
.dhbk-house .lineup_item07 .lineup_ttl_wrap {
  text-align: left;
}
.dhbk-house .lineup_ttl {
  display: block;
  width: 100%;
  font-size: 36px;
}
.dhbk-house .lineup_ttl .sub {
  display: block;
  background: #1daa6f;
  margin: 0 0 10px;
  padding: 8px 15px;
  font-size: 32px;
  text-align: center;
}
.dhbk-house .lineup_ttl small {
  display: block;
  font-size: 24px;
}

.dhbk-house .lineup_box {
  padding: 30px 40px 30px;
}

.dhbk-house .lineup_box .lineup_img {
  margin: 0 0 30px;
}

/*----- acc_parts -----*/
.dhbk-house .sec_lineup .acc_btn01 {
  max-width: 720px;
  margin: auto;
}
.dhbk-house .sec_lineup .acc_btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0,-50%) rotate(180deg);
  background: url("../image/arrow_wh02.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 32px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.dhbk-house .sec_lineup .acc_btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0,-50%) rotate(180deg);
  background: url("../image/arrow_gn.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 18px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.dhbk-house .sec_lineup .acc_btn.open::after {
  transform: translate(0,-50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .dhbk-house .sec_lineup_ttl {
    max-width: 100%;
  }

  .dhbk-house .sec_lineup .sec_inner {
    padding: 30px 15px 40px;
  }

  .dhbk-house .lineup_upper .lineup_img {
    max-width: 100%;
  }
  .dhbk-house .lineup_upper .txt {
    margin: 15px 0 0;
    font-size: 4vw;
  }

  .dhbk-house .lineup_block {
    margin: 15px 0 0;
  }
  
  .dhbk-house .block_inner {
    margin: 30px 0 0;
  }

  .dhbk-house .lineup_item {
    margin: 0 0 20px;
    border: 1px solid #1daa6f;
  }

  .dhbk-house .lineup_num {
    top: -1px;
    left: -1px;
    width: 60px;
  }

  .dhbk-house .lineup_ttl_wrap {
    padding: 0 35px 0 60px;
    height: 89px;
  }
  .dhbk-house .lineup_ttl {
    font-size: 3.8vw;
  }
  .dhbk-house .lineup_ttl .sub {
    margin: 0 0 5px;
    padding: 3px 10px;
    font-size: 3.8vw;
  }
  .dhbk-house .lineup_ttl small {
    font-size: 2.6vw;
  }

  .dhbk-house .lineup_box {
    padding: 15px 15px 15px;
  }

  .dhbk-house .lineup_box .lineup_img {
    margin: 0 0 15px;
  }

  /*----- acc_parts -----*/
  .dhbk-house .sec_lineup .acc_btn01 {
    max-width: 100%;
    margin: auto;
  }
  .dhbk-house .sec_lineup .acc_btn01::after {
    right: 15px;
    width: 15px;
    height: 16px;
  }
  .dhbk-house .sec_lineup .acc_btn02::after {
    right: 10px;
    width: 15px;
    height: 9px;
  }
}


/*--------------------------------------------------
  sec_qa
--------------------------------------------------*/
.dhbk-house .sec_qa {
  background: #fff;
  padding: 80px 0 80px;
}

.dhbk-house .sec_qa .sec_inner {
  padding: 0 0 0;
}

.dhbk-house .sec_qa_ttl {
  max-width: 490px;
  margin: auto;
}

.dhbk-house .qa_block {
  margin: 40px 0 0;
}

.dhbk-house .qa_item {
  margin: 0 0 40px;
}
.dhbk-house .qa_item:last-child {
  margin: 0 0 0;
}

.dhbk-house .sec_qa .q_box {
  background: linear-gradient(90deg, #3383c3, #0f4a94);
  padding: 30px 100px 30px 50px;
}

.dhbk-house .sec_qa .q_ttl {
  padding: 0 0 0 70px;
  font-size: 30px;
  line-height: 1.4;
  position: relative;
}
.dhbk-house .sec_qa .q_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("../image/icon_q.png") left top no-repeat;
  background-size: contain;
  width: 40px;
  height: 50px;
  box-sizing: border-box;
}

.dhbk-house .sec_qa .a_box {
  background: #e1f2ff;
  padding: 30px 50px 30px 50px;
}

.dhbk-house .sec_qa .txt {
  padding: 0 0 0 70px;
  position: relative;
}
.dhbk-house .sec_qa .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("../image/icon_a.png") left top no-repeat;
  background-size: contain;
  width: 40px;
  height: 50px;
  box-sizing: border-box;
}

/*----- acc_parts -----*/
.dhbk-house .sec_qa .acc_btn::before,
.dhbk-house .sec_qa .acc_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	background: #fff;
	width: 30px;
	height: 4px;
	margin-top: -2px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.dhbk-house .sec_qa .acc_btn::after {
	transform: rotate(90deg);
}
.dhbk-house .sec_qa .acc_btn.open::before {
  display: none;
}
.dhbk-house .sec_qa .acc_btn.open::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .dhbk-house .sec_qa {
    padding: 40px 15px 40px;
  }

  .dhbk-house .sec_qa_ttl {
    max-width: 100%;
  }

  .dhbk-house .qa_block {
    margin: 20px 0 0;
  }

  .dhbk-house .qa_item {
    margin: 0 0 20px;
  }

  .dhbk-house .sec_qa .q_box {
    padding: 15px 40px 15px 15px;
  }

  .dhbk-house .sec_qa .q_ttl {
    padding: 0 0 0 35px;
    font-size: 3.5vw;
  }
  .dhbk-house .sec_qa .q_ttl::before {
    width: 24px;
    height: 30px;
  }

  .dhbk-house .sec_qa .a_box {
    padding: 15px 15px 15px 15px;
  }

  .dhbk-house .sec_qa .txt {
    padding: 0 0 0 35px;
  }
  .dhbk-house .sec_qa .txt::before {
    width: 24px;
    height: 30px;
  }

  /*----- acc_parts -----*/
  .dhbk-house .sec_qa .acc_btn::before,
  .dhbk-house .sec_qa .acc_btn::after {
    right: 15px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
  }
}


/*--------------------------------------------------
  sec_inquiry
--------------------------------------------------*/
.dhbk-house .sec_inquiry {
  padding: 80px 0 80px;
}

.dhbk-house .sec_inquiry .sec_inner {
  padding: 0 0 0;
}

.dhbk-house .inquiry_block_wrap {
  background: #fff;
  padding: 50px 80px 50px;
}

.dhbk-house .sec_inquiry_ttl {
  font-size: 32px;
  text-align: center;
}

.dhbk-house .inquiry_block {
  margin: 30px 0 0;
  text-align: center;
}

.dhbk-house .inquiry_item {
  margin: 0 0 40px;
}
.dhbk-house .inquiry_item:last-child {
  margin: 0 0 0;
}

.dhbk-house .inquiry_ttl {
  padding: 5px 15px;
  font-size: 40px;
}
.dhbk-house .inquiry_item01 .inquiry_ttl {
  background: #006bd3;
}
.dhbk-house .inquiry_item02 .inquiry_ttl {
  background: #ff5073;
}

.dhbk-house .inquiry_item .tel {
  margin: 30px 0 0;
}
.dhbk-house .inquiry_item .tel a {
  display: inline-block;
  padding: 0 0 0 100px;
  font-size: 64px;
  font-weight: bold;
  position: relative;
}
.dhbk-house .inquiry_item01 .tel a {
  color: #006bd3;
}
.dhbk-house .inquiry_item02 .tel a {
  color: #ff5073;
}
.dhbk-house .inquiry_item .tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  box-sizing: border-box;
  width: 96px;
  height: 55px;
}
.dhbk-house .inquiry_item01 .tel a::before {
  background: url("../image/icon_tel01.jpg") left top no-repeat;
  background-size: contain;
}
.dhbk-house .inquiry_item02 .tel a::before {
  background: url("../image/icon_tel02.jpg") left top no-repeat;
  background-size: contain;
}

.dhbk-house .inquiry_item .tel_txt {
  margin: 25px 0 0;
  font-size: 28px;
}

.dhbk-house .inquiry_item .note_tel {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
.dhbk-house .inquiry_item .note_tel a {
  display: inline-block;
  text-decoration: underline;
}
.dhbk-house .inquiry_item .note_tel span {
  display: inline-block;
  text-decoration: underline;
}

.dhbk-house .sec_inquiry .list {
  margin: 30px 0 0;
  padding: 0 10px;
}
.dhbk-house .sec_inquiry .list li {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.5;
  text-indent: -0.1em;
  padding-left: 35px;
  position: relative;
}
.dhbk-house .sec_inquiry .list li:last-child {
  margin: 0 0 0;
}
.dhbk-house .sec_inquiry .list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: #006bd3;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .dhbk-house .sec_inquiry {
    padding: 40px 15px 40px;
  }

  .dhbk-house .inquiry_block_wrap {
    padding: 20px 15px 20px;
  }

  .dhbk-house .sec_inquiry_ttl {
    font-size: 4.5vw;
  }

  .dhbk-house .inquiry_block {
    margin: 15px 0 0;
  }

  .dhbk-house .inquiry_item {
    margin: 0 0 20px;
  }

  .dhbk-house .inquiry_ttl {
    padding: 5px 10px;
    font-size: 5.2vw;
  }

  .dhbk-house .inquiry_item .tel {
    margin: 15px 0 0;
  }
  .dhbk-house .inquiry_item .tel a {
    padding: 0 0 0 15%;
    font-size: 8.3vw;
  }
  .dhbk-house .inquiry_item .tel a::before {
    width: 15%;
    height: 0;
    padding-top: calc(15%*55/96);
  }

  .dhbk-house .inquiry_item .tel_txt {
    margin: 10px 0 0;
    font-size: 3.6vw;
  }

  .dhbk-house .inquiry_item .note_tel {
    margin: 10px 0 0;
    font-size: 2.8vw;
  }

  .dhbk-house .sec_inquiry .list {
    margin: 15px 0 0;
    padding: 0 10px;
  }
  .dhbk-house .sec_inquiry .list li {
    margin: 0 0 10px;
    font-size: 3.3vw;
    padding-left: 20px;
  }
  .dhbk-house .sec_inquiry .list li::before {
    top: 4px;
    width: 10px;
    height: 10px;
  }  
}


/*--------------------------------------------------
  sec_product
--------------------------------------------------*/
.dhbk-house .sec_product {
  background: #fff;
  padding: 80px 0 60px;
}

.dhbk-house .sec_product .sec_inner {
  padding: 0 0 0;
}

.dhbk-house .sec_product .sec_product_ttl01 {
  max-width: 450px;
  margin: auto;
}

.dhbk-house .sec_product .sec_product_ttl02 {
  max-width: 450px;
  margin: auto;
}

.dhbk-house .product_block {
  margin: 40px 0 0;
}

.dhbk-house .product_table {
  border: 2px solid #006bd3;
	border-collapse: collapse;
  border-spacing: 0;
}

.dhbk-house .product_table th {
  width: 20%;
  padding: 20px 10px;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 2px solid #006bd3;
}
.dhbk-house .product_table tr:last-child th {
  border-bottom: none;
}

.dhbk-house .product_table td {
  width: 80%;
  padding: 20px 15px;
  border-left: 2px solid #006bd3;
  border-bottom: 2px solid #006bd3;
}
.dhbk-house .product_table tr:last-child td {
  border-bottom: none;
}

.dhbk-house .product_table .txtBox {
  margin: 0 0 25px;
}
.dhbk-house .product_table .txtBox:last-child {
  margin: 0 0 0;
}

.dhbk-house .product_table .txtBox p {
  font-size: 18px;
  line-height: 1.4;
}

.dhbk-house .product_table .txtBox ul li {
  font-size: 18px;
  line-height: 1.4;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.dhbk-house .sec_product .note {
  margin: 20px 0 0;
}

/*----- acc_parts -----*/
.dhbk-house .product_acc_btn {
  background: linear-gradient(90deg, #3383c3, #0f4a94);
  padding: 20px 80px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.dhbk-house .product_acc_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0,-50%) rotate(180deg);
  background: url("../image/arrow_wh.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 16px;
  transition: all 0.3s ease;
}
.dhbk-house .product_acc_btn.open::after {
  transform: translate(0,-50%) rotate(0deg);
}
.dhbk-house .product_acc_btn span::after {
  content: "詳細を開く";
  font-weight: bold;
}
.dhbk-house .product_acc_btn.open span::after {
  content: "詳細を閉じる";
}

@media screen and (max-width: 768px) {
  .dhbk-house .sec_product {
    padding: 40px 0 20px;
  }

  .dhbk-house .sec_product .sec_product_ttl01 {
    max-width: 100%;
  }

  .dhbk-house .sec_product .sec_product_ttl02 {
    max-width: 100%;
  }
  
  .dhbk-house .product_block {
    margin: 20px 0 0;
    padding: 0 15px;
  }

  .dhbk-house .product_table {
    border: 1px solid #006bd3;
  }

  .dhbk-house .product_table th {
    width: 20%;
    padding: 10px 0;
    font-size: 2.6vw;
    border-bottom: 1px solid #006bd3;
  }

  .dhbk-house .product_table td {
    width: 80%;
    padding: 10px 10px;
    border-left: 1px solid #006bd3;
    border-bottom: 1px solid #006bd3;
  }

  .dhbk-house .product_table .txtBox {
    margin: 0 0 15px;
  }

  .dhbk-house .product_table .txtBox p {
    font-size: 2vw;
  }

  .dhbk-house .product_table .txtBox ul li {
    font-size: 2vw;
  }

  .dhbk-house .sec_product .note {
    margin: 10px 0 0;
    padding: 0 15px;
  }

  /*----- acc_parts -----*/  
  .dhbk-house .product_acc_btn {
    padding: 12px 40px;
    font-size: 4.5vw;
  }
  .dhbk-house .product_acc_btn::after {
    right: 15px;
    width: 13px;
    height: 8px;
  }
}
