@charset "UTF-8";

/* ---------------------------------
page layout
--------------------------------- */
/* ---------------------------------
pc
--------------------------------- */
/* 大和ネクスト銀行および大和証券の口座をお持ちのお客さま */
.txt-st {
 text-align: center;
 border-bottom: 1px solid #666; 
 margin-bottom: 25px; 
 padding-bottom: 25px; 
}
.txt-st .highlight{
  font-size: 22px;
}
.txt-st .color-pt1 {
 display:  inline-block;
 padding-top: 13px; 
}
.u-string__normal_center {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.course-panel {
  border: 2px solid;
  padding: 0px 8px !important;
}
.course-panel__header {
  color: #fff;
  padding: 7px !important;
  min-height: 150px;  
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  height: 150px;
}
.course-panel__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.course-panel__lead {
  padding: 0 12px;
  text-align: center;
}
.course-panel__body {
  padding: 12px;
  text-align: center;
}
.course-panel__contents{
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 border-bottom: 1px solid #ccc; 
 padding-bottom: 24px; 
 margin-bottom: 15px; 
 height: 70px;
}
/* アイコン */
.course-panel__contents .course-panel__item:first-child{
  flex: 0 0 60px;     
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-panel__contents img{
  max-width: 90px;
  max-height: 62px;
  width: auto;
  height: auto;
  display: block;
}
/* テキスト*/
.course-panel__contents .course-panel__item:last-child{
  font-size: 18px;    
}
.course-panel__place{
  margin: 0;             
  font-weight: 700;
}

/* コンサルコース */
.course-panel--consulting {
  border-color: #9b1c1c;
}

.course-panel--consulting .course-panel__header {
  background: #9b1c1c;
}

.course-panel__button {
  position: relative;              
  display: inline-block;
  background: #9b1c1c;
  color: #fff;
  padding: 10px 25px 10px 18px;
  border-radius: 13px;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
}
.course-panel__button::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 10px;                     
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;   
}
.course-panel__note{
  padding-top: 8px;
  color: #666;
}
/* ダイレクトコース */
.course-panel--direct {
  border-color: #9e741d;
}

.course-panel--direct .course-panel__header {
  background: #9e741d;
}

.course-panel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #9e741d;              
  line-height: 1.2;
  }

.course-panel .number::before {
  content: "";
  display: inline-block;     
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: none !important;
  filter: none !important;
  background-color: #9e741d !important;
  -webkit-mask: url("/contact/img/icon-tel.png") no-repeat center / contain;
          mask: url("/contact/img/icon-tel.png") no-repeat center / contain;
}
.course-panel .attend {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
  color: #333;
}
/* 口座開設をご検討中のお客さま */
.course-panel__direct{
  border: 1px solid #bbb; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);  
  border-radius: 13px;
  background: #fff;
  min-height: 100px;
  width: 500px;  
  margin: 0 auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  max-width: 100%;
  margin: 0 auto;
}
.ver-popup-contents .popup-contents-main .description .name{
   color: #45464F !important;              
}
.course-panel__direct .wrap-sp{
  border-bottom: 1px solid #ccc; 
  padding-bottom: 15px; 
  margin-bottom: 15px; 
}
.m-note__normal,
.m-link__important{
  max-width: 500px;   
  margin: 0 auto;     
}
.m-link__important{
  margin-top: 5px; 
}
.m-link__important .m-link__important--items{
  padding-left: 30px; 
}
.m-link__important .m-link__important--link:after{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/assets_cm/img/v2.0/icon_target_blank_01.png) no-repeat right center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
    }

/* 大和ネクスト銀行口座のみお持ちのお客さま */
.contact-wrap{
  max-width: 1040px;   
  margin: 0 auto;
}
.course-panel__direct{
  width: 100%;          
  max-width: 1040px;
  margin: 0 auto 24px;
  padding: 20px;
}
.ver-popup-contents .popup-contents-main .description {
  margin-top: 100px; 
}
.ver-popup-contents .popup-contents-main .description .number {
 font-size: 35px; 
}
.contact-wrap .link-list{
  list-style: none;
  margin: 0 auto 24px;
  padding: 0;
  width: 100%;            
  display: flex;
  gap: 20px;
  align-items: flex-end;
  padding-bottom: 60px;
}
.contact-wrap .link-list__item{
  flex: 1;                  
  min-width: 0;
}
.contact-wrap .link-pill{
  width: 100%;              
  display: flex;
  align-items: center;
  justify-content: center;   
  gap: 20px;
  padding: 12px;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  font-weight: 600;
}
.link-pill__icon{
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.link-pill__icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.link-pill.u-link__blank-1::after{
  margin: 3px 0 0 2px;
}
.ver-popup-contents .popup-contents-main .description dl{ 
 flex-direction: row;
 margin-top: -60px;
 }

.contact-wrap ~ .m-note__normal{
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.contact-wrap ~ .m-note__normal .m-note__normal--items{
  max-width: none;
}
.ver-popup-contents .popup-contents-main .m-note__normal{
  margin-top: 0px; 
}

/* 600px以上 */
@media (min-width: 600px){
.popup-contents-main .m-panels.__table.__cells-2{
    display: flex !important;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .popup-contents-main .m-panels.__table.__cells-2 > .m-panels--panel{
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
  }

  .popup-contents-main .m-panels.__table.__cells-2 .course-panel__body{
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .course-panel__title .highlight{
    white-space: nowrap;   
  }
 .popup-contents-main .course-panel__button{
    white-space: nowrap;    
  }
  .course-panel__place{
    white-space: nowrap;  
  }

  }
  
/* 600～750px テキスト折り返し*/
@media screen and (min-width: 600px) and (max-width: 750px) {
  .link-pill__text .word-break {
    display: block;
  }
}
  
/* 599px以下 */
@media screen and (max-width: 599px){
  .ver-popup-contents .popup-contents-main .description .wrap-sp{
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    width: auto !important;
    text-align: inherit !important;
  }
	.contact-wrap .link-list{
	  display: block;
	}

	.contact-wrap .link-pill{
	  display: grid;
	  grid-auto-flow: column;  
	  place-items: center;    
	  gap: 10px;
	  width: 100%;
	  padding: 12px;
	  height: 52px;
	  background: #fff;
	  border-radius: 12px;
	  box-shadow: 0 2px 8px rgba(0,0,0,.12);
	  font-weight: 600;
	}

}
  
	/* h1（480px以下）では改行を非表示 */
	.br-pc {
	  display: none;
	}
	/* h1（480px以上）で改行を表示 */
	@media (min-width: 480px) {
	  .br-pc {
	    display: inline;
	  }
	}



