@charset "utf-8";

/* -----------------------------------------------------------
　common
----------------------------------------------------------- */

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%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
th,td{vertical-align:middle;}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

body {
  font-family: 'メイリオ', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'MS PGothic', 'MS Pゴシック', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:16px;
  line-height:1.85;
  color:#000000;
}
/*main a ,
main a:visited {color:#000000;}*/
* {box-sizing:border-box;}
img {max-width:100%;}
main .fcred {color:#FE1A0E;}
main .fcblack {color:#000000;}
main .fwbold {font-weight:bold!important;}
main .fs80 {font-size:0.8em;}
main .fs120 {font-size:1.2em;}
main .clear {clear: both;}
main .center {text-align: center;}
main .right {float:right;}
main .fcwhite {
  display:inline-block;
  width:1.2em;
  height:1.2em;
  line-height:1.3em;
  text-align:center;
  /*color:#FFFFFF;*/
  background:#E61701;
  border-radius:50%;
  margin:0 0.2em 0 0;
}
main sup,
.ideco_footer sup {font-size:70%;vertical-align:text-top;}
main a {
  /*color:inherit;*/
  /*text-decoration:none;*/
}
main a:hover {
  text-decoration:underline;
  /*color:inherit;*/
}
main .mb0 {margin-bottom:0!important;}
main .mb10 {margin-bottom:10px!important;}
main .mb20 {margin-bottom:20px!important;}
main .mb30 {margin-bottom:30px!important;}
main .mb40 {margin-bottom:40px!important;}


hr.anc {
  height:0;
  border:0;
  margin:0;
  padding:0;
}
hr.anc + section > h2 {margin-top:0!important;}
@media screen and (min-width: 768px){ 
  br.sp {display:none!important;}   
  .pc_cont {display:block!important;} 
  .sp_cont {display:none!important;} 
  hr.anc {margin-top:-180px!important;padding-top:180px!important;}
}

/* -----------------------------------------------------------
　temp
----------------------------------------------------------- */

header {
  width:100%;
  background:#FFFFFF;
  border-top:solid 10px #E61701;
  border-bottom: 1px solid #d3d3d3;
}
header .header_box {
  width:100%;
  min-width:960px;
  max-width:1200px;
  height:100px;
  padding:20px 10px;
  margin:0 auto;
}
header .header_box > p {
  display:inline-block;
  margin:6px 10px 0 0;
  vertical-align:middle;
}
header .header_box > p img {display:block;}
header .header_box > ul {
  display:inline-block;
  float:right;
}
header .header_box > ul li {
  width:200px;
  height:60px;
  margin:0 0 0 20px;
  float:left;
}
header .header_box > ul li a {
  display:block;
  border-radius:10px;
  transition:0.5s;
}
header .header_box > ul li a:hover {opacity:0.5;}
nav {
  width:100%;
  padding:0;
  height:70px;
  background:#E5E5E5;
}
nav > .menu_box > ul {
  width:100%;
  min-width:960px;
  max-width:1200px;
  height:70px;
  margin:0 auto;
}
nav > .menu_box > ul > li {
  width:calc(100% / 6);
  height:70px;
  float:left;
  text-align:center;
  border-right:solid 1px #808080;
}
nav > .menu_box > ul > li:nth-child(6) {border:none;}
nav > .menu_box > ul > li > a ,
nav > .menu_box > ul > li > span {
  display:block;
  width:100%;
  height:100%;
  color:#000000;
  font-size:16px;
  font-weight:bold;
  line-height:1.3;
  padding:27px 0 0;
  text-decoration:none;
  cursor:pointer;
}
nav > .menu_box > ul > li.col02 > a {padding:16px 0 0;}
nav > .menu_box > ul > li > a:hover ,
nav > .menu_box > ul > li > span:hover {
  background:#E61701;
  color:#FFFFFF;
}
nav > .menu_box > ul > li > ul {
  display:none;
  width:200%;
  height:130px;
  background:#FFFFFF;
  padding:20px 15px;
  text-align:left;
}
nav > .menu_box > ul > li > ul > li {line-height:1.25;}
nav > .menu_box > ul > li > ul > li::before {content:"・";}
nav > .menu_box > ul > li > ul > li a {
  font-size:16px;
  color:#000000;
  text-decoration:none;
}
nav > .menu_box > ul > li > ul > li a:hover {text-decoration:underline;}

.pagetop {
  position:fixed;
  width:50px;
  height:50px;
  bottom:10px;
  right:10px;
  z-index:10;
  cursor:pointer;
}
.ideco_footer {
  width:960px;
  margin:80px auto 0;
  padding:0 20px 10px;
}
.ideco_footer dl dt {
  width:100%;
  height:50px;
  background:#4C4970;
  line-height:50px;
  text-align:center;
  color:#FFFFFF;
  font-size:20px;
}
.ideco_footer dl dd {
  padding:20px 0;
  text-align:center;
}
.ideco_footer dl dd p {
  font-size:14px;
  line-height:1.5;
  margin:0 0 20px;
}
.ideco_footer dl dd p.contact_center {
  font-size:16px;
  font-weight:bold;
}
.ideco_footer dl dd p.contact_date {
  font-size:16px;
  font-weight:bold;
  margin:0;
}
.ideco_footer dl dd p.contact_tel {
  font-size:27px;
  font-weight:bold;
}
.ideco_footer dl dd p.contact_tel a {
  color:inherit;
  text-decoration:none;
}
.ideco_footer dl dd p.contact_tel::before {
  display:inline-block;
  vertical-align:middle;
  margin:0 10px 0 0;
  content:"";
}
.ideco_footer dl dd:nth-of-type(1) p.contact_tel::before {
  width:43px;
  height:35px;
  background:url("/content/dam/daiwasecurities/lp_dc/resource/images/renew_icon/icon_freecall.gif") no-repeat center / cover;
}
.ideco_footer dl dd:nth-of-type(2) p.contact_tel::before {
  width:43px;
  height:35px;
  background:url("/content/dam/daiwasecurities/lp_dc/resource/images/renew_icon/icon_freecall.gif") no-repeat center / cover;
}
.ideco_footer dl dd:nth-of-type(3) p.contact_tel::before {
  width:43px;
  height:35px;
  background:url("/content/dam/daiwasecurities/lp_dc/resource/images/renew_icon/icon_freecall.gif") no-repeat center / cover;
}
.ideco_footer .mark {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.8em;
}
.ideco_footer .mark li {
  position:relative;
  padding:0 0 0 1em;
  margin-right: 1em;
}
.ideco_footer .mark li:last-child {
  margin-right: 0;
}
.ideco_footer .mark li::before {
  position:absolute;
  display:block;
  content:"";
  width:0.6em;
  height:0.6em;
  background:#FE1A0E;
  border-radius:50%;
  top:0.55em;
  left:0;
}
.footer-group-02 {
  width:100%;
  padding:30px 0;
  background:#680718;
  text-align:center;
}
.footer-group-02 .content-inner {
  width:960px;
  padding:0 20px; 
  margin:0 auto;
}
.footer-group-02 .associations {
  font-size:16px;
  color:#E6C780; 
  margin:0 auto 30px;
}
.footer-group-02 .associations a {
  display:inline-block;
  font-size:16px;
  color:#E6C780;
  text-decoration:none;
}
.footer-group-02 .associations a:hover {text-decoration:underline;}
.footer-group-02 .tradename {
  color:#FFFFFF;
  font-size:16px;
  margin:0 auto 10px;
}
.footer-group-02 .copyright {
  color:#FFFFFF;
  font-size:13px;
}
main {
  width:100%;
} 
main.sub {overflow:hidden;padding:0;}
.box {
  width:960px;
  padding:0 40px;
  margin:0 auto;
}
.bg_beige {
  padding:75px 0;
  background:#F8F6F2;
}
.btn_bnr {margin:30px auto 0;}
.btn_bnr a {transition:0.5s;}
.btn_bnr a:hover {opacity:0.5;}
p.caption {font-size:14px;}
.btn_contact {
  position:fixed;
  max-width:160px;
  z-index:10;
  right:10px;
  bottom:80px;
}
.btn_contact a {transition:0.5s;}
.btn_contact a:hover {opacity:0.5;}
.apply + footer .btn_contact {display:none!important;}
.popup_banner {
  position:fixed;
  max-width:160px;
  z-index:15;
  right:10px;
  bottom:240px;
  transition:0.5s;
}
.popup_banner.hidden {right:-300px;}
.popup_banner:hover {opacity:0.5;}
.popup_banner > span {
  position:absolute;
  font-size:27px;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  color:#FFFFFF;
  background:#333333;
  border-radius:50%;
  top:-5px;
  right:-5px;
  cursor:pointer;
}
/* -----------------------------------------------------------
　common
----------------------------------------------------------- */

@media screen and (max-width: 767px){ 
  
  body {
    -webkit-text-size-adjust: 100%;
    font-size:14px;
    line-height:1.7;
  }
  br.sp {display:block!important;}   
 .pc_cont {display:none!important;} 
 .sp_cont {display:block!important;}   
  hr.anc {margin-top:-60px!important;padding-top:60px!important;}
}

/* -----------------------------------------------------------
　temp
----------------------------------------------------------- */

@media screen and (max-width: 980px){ 
  
  header {
    min-width:auto;
    height:auto;
    background:none;
    border-top:none;
  }
  header .header_box {
    width:100%;
    min-width:100%;
    height:60px;
    padding:10px;
    background:#FFFFFF;
    border-bottom:solid 1px #E61701;
  }
  header .header_box > p {
    width:auto;
    margin:5px 10px 0 0;
  }
  header .header_box > p img {height:auto;}
  header .header_box > p:nth-of-type(1) {width:84px;height:24px;}
  header .header_box > p:nth-of-type(2) {width:68px;height:33px;}
  header .header_box > p:nth-of-type(3) {width:102px;height:15px;margin:0;}
  
  nav {
    position:absolute;
    width:100%;
    min-width:auto;
    padding:0;
    height:auto;
    background:none;
    left:0;
    right:0;
    top:60px;
  }
  nav .menu {
    position:absolute;
    width:40px;
    height:40px;
    border:solid 1px #000000;
    border-radius:4px;
    right:3%;
    top:-50px;
  }
  nav .menu::before,
  nav .menu::after {
    position:absolute;
    display:block;
    content:"";
    width:24px;
    height:2px;
    background:#000000;
    margin:auto;
    left:0;
    right:0;
  }
  nav .menu::before {
    box-shadow:0 10px 0 0 #000000;
    top:8px;
    transform:rotate(0deg);
  }
  nav .menu::after {
    top:28px;
    transform:rotate(0deg);
  }
  nav .menu.open::before {
    top:18px;
    box-shadow:none;
    transform:rotate(45deg);
  }
  nav .menu.open::after {
    top:18px;
    transform:rotate(-45deg);
  }
  
  nav > .menu_box {display:none;}
  nav > .menu_box > ul {
    width:100%;
    min-width:100%;
    height:auto;
    margin:0;
    background:#FFFFFF;
  }
  nav > .menu_box > ul > li {
    width:100%;
    height:auto;
    float:none;
    text-align:left;
    border-right:none;
    border-bottom:solid 1px #949494;
  }
  nav > .menu_box > ul > li:nth-child(1) {border-top:solid 1px #949494;}
  nav > .menu_box > ul > li:nth-child(6) {border-bottom:solid 1px #949494;}
  nav > .menu_box > ul > li > a ,
  nav > .menu_box > ul > li > span {
    position:relative;
    height:30px;
    font-size:14px;
    font-weight:normal;
    line-height:30px;
    padding:0 5%;
  }
  nav > .menu_box > ul > li > span:hover {
    background:#FFFFFF;
    color:#000000;
  }
  nav > .menu_box > ul > li > span.open {
    background:#E61701;
    color:#FFFFFF;
  }
  nav > .menu_box > ul > li.col02 > a {padding:0 5%;}
  nav > .menu_box > ul > li > ul {
    width:100%;
    height:auto;
    background:#BCBCBC;
    padding:0;
  }
  nav > .menu_box > ul > li > ul > li {
    height:30px;
    line-height:30px;
    border-bottom:solid 1px #949494;
  }
  nav > .menu_box > ul > li > ul > li:last-child {border:none;}
  nav > .menu_box > ul > li > ul > li::before {content:none;}
  nav > .menu_box > ul > li > ul > li a {
    position:relative;
    display:block;
    width:100%;
    height:100%;
    font-size:14px;
    padding:0 5%;
  }
  nav > .menu_box > ul > li > ul > li a:hover {text-decoration:none;}
  nav > .menu_box > ul > li > span::before,
  nav > .menu_box > ul > li > span::after,
  nav > .menu_box > ul > li > a::after,
  nav > .menu_box > ul > li > ul > li a::after {
    position:absolute;
    display:block;
    content:"";
    margin:auto;
    top:0;
    bottom:0;
  }
  nav > .menu_box > ul > li > a::after,
  nav > .menu_box > ul > li > ul > li a::after {
    width:0.5em;
    height:0.5em;
    border-top:solid 2px #787878;
    border-right:solid 2px #787878;
    transform:rotate(45deg);
    right:6%;
  }
  nav > .menu_box > ul > li > a:hover::after,
  nav > .menu_box > ul > li > ul > li a:hover::after {
    border-top:solid 2px #FFFFFF;
    border-right:solid 2px #FFFFFF;
  }
  nav > .menu_box > ul > li > span::before {
    width:1em;
    height:2px;
    background:#787878;
    right:5%;
  }
  nav > .menu_box > ul > li > span::after {
    width:2px;
    height:1em;
    background:#787878;
    right:calc(5% + 6px);
  }
  nav > .menu_box > ul > li > span.open::before {background:#FFFFFF;}
  nav > .menu_box > ul > li > span.open::after {display:none;}
  .pagetop {
    width:10%;
    height:auto;
    right:3%;
    bottom:16vw;
  }
  .ideco_footer {
    width:100%;
    margin:50px auto 0;
    padding:0 4%;
  }
  .ideco_footer dl dt {
    height:30px;
    line-height:30px;
    font-size:14px;
  }
  .ideco_footer dl dd {padding:4% 0;}
  .ideco_footer dl dd p {
    font-size:13px;
    margin:0 0 10px;
  }
  .ideco_footer dl dd p.contact_center {font-size:14px;}
  .ideco_footer dl dd p.contact_date {font-size:13px;}
  .ideco_footer dl dd p.contact_tel {font-size:28px;}
  .footer-group-02 .content-inner {
    width:100%;
    padding:0 5%;
  }
  .footer-group-02 {
    width:100%;
    min-width:auto;
    padding:5% 5% 20%;
  }
  .footer-group-02 .associations {
    font-size:13px;
    margin:0 auto 4%;
  }
  .footer-group-02 .associations a {font-size:13px;}
  .footer-group-02 .tradename {
    font-size:13px;
    margin:0 auto 3%;
  }
  .footer-group-02 .copyright {font-size:13px;}
  main {
    min-width:auto;
  } 
  main {padding:0;} 
  .box {
    width:100%;
    padding:0 5%;
  }
  .bg_beige {padding:12% 0;}
  .btn_bnr {margin:6% auto 0;}
  p.caption {font-size:13px;}
  .btn_contact {
    position:fixed;
    width:100%;
    max-width:100%;
    z-index:10;
    right:0;
    left:0;
    bottom:0;
  }
  .popup_banner {
    max-width:40%;
    right:auto;
    left:5%;
    bottom:16vw;
    transition:1s;
  }
  .popup_banner.hidden {left:-400px;}
  .popup_banner > span {
    font-size:18px;
    width:20px;
    height:20px;
    line-height:20px;
    top:-5px;
    left:-5px;
    right:auto;
  }
}


/* -----------------------------------------------------------
　home
----------------------------------------------------------- */

@media print {
  
  @-moz-document url-prefix(){
    @page {
      size: A4;
      margin: 12.7mm 9.7mm;
    }
    body {
      width:100%;
    }
  }
  @supports (-ms-ime-align:auto){

    body {
      zoom: 1.8;
      width: 1200px;
    }
  }
  body {zoom: 0.68;-webkit-print-color-adjust: exact;}
  .pc_cont {display:block!important;}
  .sp_cont {display:none!important;}
  header{position:static;}
  main {margin:0;}
}

@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}

/* -----------------------------------------------------------
　change
----------------------------------------------------------- */
h1{
  font-size: 32px;
  text-align: center;
  margin: 15px auto;
}
a{
  text-decoration: none;
  align-items: center;
}
.icon-img{
  vertical-align: middle;
  margin-left: 10px;
}
.sub-box{
  width: 960px;
  padding: 30px 0 40px;
  margin: 57px auto 30px;
}
.main-box{
  width: 960px;
  padding: 58px 0 70px;
  margin: 0 auto;
}
.change-p{
  font-size: 20px;
  font-weight: bold;
}
.lead{
  font-size: 18px;
}
.bullet-list li{
  position: relative;
  padding-left: 1.5em; /* テキストとマーカーの間隔 */
  margin-bottom: 0.5em; /* 各行の間隔 */
  line-height: 1.6;
  color: #000000;
}
.bullet-list li::before{
  content: "●"; /* 丸マーカー */
  color: #0F9CDB; /* 青色 */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8em; /* 少し小さめ */
  line-height: 1.6;
}
.blue-procedure{
  display: flex;
  font-size: 18px;
  border: 2px solid #0580B7;
  background-color: #FFFFFF;
  width: 180px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: bold;
}
.brown-procedure{
  display: flex;
  font-size: 18px;
  border: 2px solid #CFB373;
  background-color: #FFFFFF;
  width: 180px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: bold;
}
.blue-btn{
  font-size: 22px;
  font-weight: bold;
  display: flex;
  width: 376px;
  height: 80px;
  background-color: #0F9CDB;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.brown-btn{
  font-size: 22px;
  font-weight: bold;
  display: flex;
  width: 376px;
  height: 80px;
  background-color: #F0DDB3;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.asterisk{
  font-size: 15px;
  color: #707070;
}
.btn-center{
  display: grid;
  place-items: center;
  max-width: 376px;
  width: 100%;
}
.txt-strong{
  font-size: 1.2rem;
  font-weight: bold;
}
.blue-back{
  background-color: #DDEEF5;
  padding: 20px;
}
.gray-back{
  background-color: #F8F6F2;
}
.white{
  color: #FFFFFF;
}
.black{
  color: #000000;
}
.blue{
  color: #0580B7;
}
.red{
  color: #E61701;
  font-weight: bold;
}
.underline{
  text-decoration: underline;
}
.m-bottom60{
  margin-bottom: 60px;
}
.m-bottom45{
  margin-bottom: 45px;
}
.m-bottom35{
  margin-bottom: 35px;
}
.m-bottom30{
  margin-bottom: 30px;
}
.m-bottom25{
  margin-bottom: 25px;
}
.m-bottom20{
  margin-bottom: 20px;
}
.m-bottom15{
  margin-bottom: 15px;
}

@media screen and (max-width: 980px){
  .sub-box{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
  .main-box{
    width: 100%;
    padding: 30px 10px 30px;
  }
}

@media screen and (max-width: 767px){
  h1{
    font-size: 26px;
  }
  .change-p{
    font-size: 20px;
  }
  .bullet-list li{
    font-size: 14px;
  }
  .blue-back{
    width: 100%;
  }
  .h-40{
    height: 40px;
  }
}

@media screen and (max-width: 400px){
  .asterisk{
  font-size: 12px;
  }
  .blue-btn{
    font-size: 18px;
    width: 300px;
    height: 80px;
  }
  .h-40{
    height: 60px;
  }
  .brown-btn{
    font-size: 18px;
    width: 300px;
    height: 80px;
  }
}