@charset "UTF-8";

/* =====================================================
【TOPページ＋kobetu/以外】下層ページの共通設定
====================================================== */

/* ▼固定common - 目次
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mokuji_box {
  background: #f1f8ff;
}

#mokuji_tit {
  padding: 0.3rem 1rem;
  margin-bottom: 0;
  background: #269fdB;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

#mokuji_box ol {
  margin-top: 0 !important;
  border: 0;
  box-shadow: none;
}

/* ▼固定common - キャンペーンボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cam_box {
  width: calc(100% - 10px);
  position: relative;
  background: #fff0cd;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white;
  margin: 1rem auto 3rem;
  padding: 1.6rem 1.2rem 1.4rem 1.2rem;
}

.cam_box:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.cam_box > p {
  margin: 0; 
  padding: 0;
 font-size: 0.875rem; /* 14px */
  line-height: 1.7;
}

.cam_box p.hosoku {
  padding-top: 1rem; 
}

.ribbon1 {
  display: inline-block;
  position: relative;
  height: 34px;/*リボンの高さ*/
  line-height: 34px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-weight: bold;
  background: #ff5040;/*塗りつぶし色*/
  color: #ffe027;/*文字色*/
  margin-bottom: 1.3rem;
  white-space: nowrap;
}

.ribbon1 p{
    font-size: 1.125rem; /* 18px */
}

.ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 17px 0px 17px 15px;
    border-color: transparent transparent transparent #fff0cd;
    border-style: solid;
}

.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 17px 15px 17px 0px;
    border-color: transparent #fff0cd transparent transparent;
    border-style: solid;
}

@media screen and (min-width: 480px){
 
  .cam_box > p {
    line-height: 1.8;
  }

}

@media screen and (min-width: 768px){
 
  .cam_box {
    padding: 1.8rem 1.5rem 1.5rem 1.5rem;
  }
  
  .cam_box > p {
    font-size: 1rem; /* 16px */
    line-height: 1.85;
  }

}

@media screen and (min-width: 1024px){
 
  .cam_box {
    padding: 2.1rem 1.8rem 1.3rem 1.8rem;
  }
  
  .cam_box > p {
    font-size: 1rem; /* 16px */
  }

}

/* ▼固定common - コメントボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.comment_l,
.comment_r {
  display: table;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.5rem;
}

.comment_l:not(:first-child),
.comment_r:not(:first-child) {
  /*margin-top: 2.5rem;*/
}

.faceicon {
  display: table-cell;
  width: 65px;
  text-align: center;
  vertical-align: top;
  line-height: 1em;
}

.comment_txt_box {
  display: table-cell;
  width: calc(100% - 65px);
}

.comment_r .faceicon {
  padding-left: 0;
  padding-right: 20px;
}

.comment_l .faceicon {
  padding-right: 0;
  padding-left: 20px;
}

.faceicon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.faceicon span {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 0.5625rem; /* 9px */
}

.chatting {
  display: table-cell;
  position: relative;
  width: calc(100% - 100px);
  vertical-align: top;
}

.comment_r .comment_txt_box {
  text-align: right;
}

.comment_txt {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0.9rem 1.1rem;
  margin-bottom: 0;
  border-radius: 12px;
  background: #b1fcb1;
  word-break: break-all;
  text-align: left;
  font-size: 0.875rem; /* 14px */
  color: #001f00;
}

.comment_r .comment_txt:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -23px;
  border: 12px solid transparent;
  border-right: 12px solid #b1fcb1;
  content: "";
}

.comment_r .comment_txt:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -20px;
  border: 12px solid transparent;
  content: "";
}

.comment_l .comment_txt {
  background: #ffe3e8;
  color: #240007;
}

.comment_l .comment_txt:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -23px;
  border: 12px solid transparent;
  border-left: 12px solid #ffe3e8;
  content: "";
}

.comment_l .comment_txt:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -20px;
  border: 12px solid transparent;
  content: "";
}

@media only screen and (min-width:480px){

  .faceicon {
    width: 80px;
  }

  .comment_txt_box {
    width: calc(100% - 80px);
  }

  .comment_txt {
    padding: 0.9rem 1.4rem;
  }
  
}

@media screen and (min-width: 768px){

  .comment_l,
  .comment_r {
    /*padding-right: 25px;
    padding-left: 25px;*/
  }
  
  .faceicon {
    width: 100px;
  }

  .comment_txt_box {
    width: calc(100% - 100px);
  }

  .comment_txt {
    padding: 1rem 1.5rem;
    font-size: 1.0625rem; /* 17px */
  }

}

/* ▼固定common - 補足文調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* section真下の補足だけ 線つける */
section table ~ p.hosoku {
  /*border-bottom: 1px dashed #ccc;*/
  /*padding-bottom: 1rem;*/
}

@media screen and (min-width: 768px){

  section table.table_wid100 ~ p.hosoku {
    width: calc(100% + 50px);
    margin-left: -25px; 
    margin-right: -25px; 
  }

}

@media screen and (min-width: 1024px){

  section table.table_wid100 ~ p.hosoku {
    width: calc(100% + 100px);
    margin-left: -50px; 
    margin-right: -50px; 
  }
  
  #lead_box > p:not([class]),
  #lead_box > p.hosoku {
  }

  /* section内の直下p全てにつける */
  section > p,
  section section > p {

  }
  
  section > table + p.hosoku,
  section > div + p.hosoku,
  section > .img_box + p.hosoku {
    margin-right: 0;
    margin-left: 0;
  }
  
  /* section真下の補足の下空き PCだけは調整 */
  section table ~ p.hosoku {
    margin-bottom: 3.5rem;
  }
  
}

/* ▼固定common - ポイント
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.point { /* ポイントを伝えるbox - ミドリ色 */
  display: flex;
  padding: 0.5rem 1.2rem 1rem;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  border: solid 3px #eae8ad;
  border-radius: 3px;
  background: #fffee2;
  flex-wrap: wrap;
}

.point_attention { /* ポイントを伝えるbox - 赤色 */
  border: solid 3px #ffd3d3;
  background: #feebeb;
}

.point .ic_char {
  width: 80px;
  min-width: 80px;
  margin: 0 auto 0.5rem !important; /* lead_boxの中にあると効かないのでred-bold */
  text-align: center;
  vertical-align: top;
  line-height: 0;
}

.point .ic_char img {
  height: auto;
  border: solid 3px #eaedf2;
  border-radius: 50%;
}

.point .ic_char span {
  font-size: 0.75rem; /* 12px */
  font-weight: bold;
}

.point div {
  width: 100%;
}

.point div p {
  margin-bottom: 0.8rem;
  font-size: 0.875rem; /* 14px */
  line-height: 1.7;
}

.point div p:first-child {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.4rem 0.8rem 0.23rem;
  margin-bottom: 1rem !important; /* lead_boxの中にあると効かないのでred-bold */
  background: #8ebe3d;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1rem; /* 16px */
  line-height: 1.5;
  text-align: center;
}

.point div p:last-child {
  margin-bottom: 0 !important; /* lead_boxの中にあると効かないのでred-bold */
}

.point_attention div p:first-child {
  background: #fd8379;
}

.point img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 480px){
  
  .point {
    flex-wrap: nowrap;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
  }
  
  .point div {
    width: calc(100% - 130px);
  }
  
  .point p.ic_char {
    width: 130px;
    min-width: 130px;
    padding: 0 20px 0 0;
    margin-top: -7px;
  }
  
  .point div p:first-child {
    width: auto;
    padding: 0.4rem 1rem 0.3rem;
    margin-bottom: 1.2rem !important; /* lead_boxの中にあると効かないのでred-bold */
    text-align: left;
  }

}
  
@media screen and (min-width: 768px){
  
  .point div p {
    margin-bottom: 0.8rem;
    font-size: 1.0625rem; /* 17px */
    line-height: 1.75;
  }
  
  .point div p:first-child {
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.6rem !important; /* lead_boxの中にあると効かないのでred-bold */
    font-size: 1.0625rem; /* 17px */
  }
  
}
  
@media screen and (min-width: 1024px){
  
  .point {
    padding-top: 2rem;
    padding-bottom: 1.7rem;
  }
  
}

/* ▼固定common - tableの幅100％指定
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.table_wid100 {
  width: calc(100% + 2rem) !important;
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  border-right: none !important;
}

.table_wid100 tr th:first-child {
  border-left: none !important;
}

@media screen and (min-width: 480px){

  .table_wid100 {
    width: calc(100% + 3rem) !important;
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

}

@media screen and (min-width: 768px){

  .table_wid100 {
    width: calc(100% + 50px) !important;
    margin-left: -25px !important;
    margin-right: -25px !important;
    border-right: 2px solid #ddd !important;
  }

  .table_wid100 tr th:first-child {
    border-left: 2px solid #ddd !important;
  }

}

@media screen and (min-width: 1024px){

  .table_wid100 {
    width: calc(100% + 100px) !important;
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

}

/* ▼固定common - 手順などのflow_box
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.flow_box {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  /*margin: 0 -1rem;*/ 
  padding: 2rem 1rem 0 1rem;
  counter-reset: num;
}

.flow_box li {
  list-style: none;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 2.5rem;
}


.flow_box > li {
  counter-increment: num;
}

.flow_box li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.flow_box li:before {
  display: block;
  width: 3.5rem;
  content: counter(num);
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.75rem; /* 28px */
  background: #ff9900;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.1rem;
}

.flow_box .img_box {
  margin-top: 2rem; 
  margin-bottom: 2.5rem; 
}

/* ▼固定common - youtube（kasou.cssに基本指定あり）
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.youtube_box {
  margin-bottom: 3.5rem;
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
}

.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ▼固定common - まとめボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.matome_box {
  /*position: relative;*/
  /*margin-top: 4rem;*/
  margin-bottom: 3.5rem;
  padding: 1.3rem;
  border: solid 3px #ffc06e;
  background:#fff9e5;
  border-radius: 0 2px 2px 2px;
}

.matome_box p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.matome_box p:last-of-type {
  margin-bottom: 0;
}

.matome_box p:before {
/*  content:"まとめ";
  position: absolute;
  display: inline-block;
  top: -2rem;
  left: -3px;
  padding: 0.5rem 1rem;
  line-height: 1em;
  background: #ffc06e;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;*/
}

.matome_box a {
  font-weight: bold;
}
  
@media screen and (min-width: 768px){
  
  .matome_box {
    width: 695px;
    margin-left: auto;
    /*margin-top: 5.5rem;*/
    margin-right: auto;
    padding: 1.5rem 1.7rem;
    line-height: 1.85;
  }
  
  .matome_box p:before {
    /*top: -2.2rem;*/
  }
  
}

@media screen and (min-width: 1024px){
  
  .matome_box {
    width: 100%;
    padding: 1.8rem 2rem;
  }
  
  .matome_box p {
    font-size: 1rem; /* 16px */
    line-height: 1.8;
  }
    
}

/* ▼固定common - 関連ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kanren_box_01{
  margin: 2rem 0;
  background: #dcefff;
  border-radius: 3px;
}

.kanren_box_01 .kanren_tit {
margin: 0;
    padding: 0.3rem 1rem 0.2rem;
    background: #5fb3f5;
    color: #fff;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
}

.kanren_box_01 ol {
  padding: 1rem;
}

.kanren_box_01 ol li a {
  margin-left: 1.3rem;
}

.kanren_box_01 ol li:not(:last-child) {
  border-bottom: 1px dashed #bfbfbf;
}

.kanren_box_01 ol li {
  padding: 0.6rem 1rem 0.6rem 0;
  position: relative;
}

.kanren_box_01 ol li:before {
  position: absolute;
  content: "";
  top: 1.3rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px){
  
  .kanren_box_01 {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .kanren_box_01.kanren_tit {
    font-size: 1.125rem; /* 18px */
  }
  
  .kanren_box_01 ol {
    /*font-size: 1.0625rem;  17px */
  }
  
}

@media screen and (min-width: 1024px){
  
  .kanren_box_01 {
  width: 760px;
  }
  
}


/* ▼固定common - この記事も読んでいます
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kanren_box_02{
  margin:0 0 3rem 0;
}

.kanren_box_02 .kanren_tit {
position: relative;
    margin: 0 -1rem 0;
    padding: 0.5rem 0.6rem 0.4rem;
    background: #ff9900;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 1.6;
	font-weight: bold;
}

.kanren_box_02 .kanren_tit:after {
    position: absolute;
    border-top: 10px solid #ff9900;
    content: '';
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 1.5rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

@media screen and (min-width: 1024px){
.kanren_box_02 .kanren_tit {
margin-left: -50px;
    margin-right: -50px;
}
}

@media screen and (min-width: 768px){
.kanren_box_02 .kanren_tit {
    margin-left: -25px;
    margin-right: -25px;
    padding: 0.8rem 1.2rem 0.6rem;
    font-size: 1.375rem;
    line-height: 1.4;
}
}

@media screen and (min-width: 480px){
.kanren_box_02 .kanren_tit {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 3px;
}
}

.kanren_box_02 ol {
  padding: 1rem 0 1rem 0;
}

.kanren_box_02 ol li a {
  display: block;
  padding: 0.6rem 1rem 0.6rem 0;
  margin-left: 1.3rem;
}

.kanren_box_02 ol li:not(:last-child) a {
  border-bottom: 1px dashed #bfbfbf;
}

.kanren_box_02 ol li {
  position: relative;
}

.kanren_box_02 ol li:before {
  position: absolute;
  content: "";
  top: 1.15rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px){
  
  .kanren_box_02 {
    width: 100%;
	padding:0 1rem;
  }
  
  .kanren_box_02.kanren_tit {
    font-size: 1.125rem; /* 18px */
  }
  
  .kanren_box_02 ol {
    font-size: 1.0625rem; /* 17px */
  }
  
}

@media screen and (min-width: 1024px){
  
  .kanren_box_02 {
    /*width: 760px;*/
  }
  
}


/* ▼固定common - メモボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* デフォ */
.memo_box {
  margin-bottom: 3.5em;
  padding: 1.1rem 1.5rem 1.2rem;
  background: #fff9e5;
  border-radius: 3px;
}

.memo_box p {
  font-size: 0.875rem; /* 14px */
}

.memo_box p:first-child:before {
  display: inline-block;
  content: "\f303";
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin-top: -6px;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 1rem; /* 16px */
  border-radius: 50%;
  background: #ffb36b;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.memo_box p:first-child {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #fcddba;
  font-size: 1.0625rem; /* 17px */
  font-weight: bold;
  line-height: 1.6;
  color: #444;
}

.memo_box p.center:first-child {
  padding-right: 25px;
}

.memo_box p:not(:first-child),
.memo_box ul:not(:first-child),
.memo_box ol:not(:first-child){
  margin-bottom: 1.5em;
}

.memo_box p:last-child, 
.memo_box ul:last-child,
.memo_box ol:last-child{
  margin-bottom: 0;
}


/* 要点 */
.memo_box.gist  {
  background: #e9ffee;
}

.memo_box.gist p:first-child {
  border-bottom: 2px dashed #aee9bb;
}

.memo_box.gist p:first-child:before {
  content: "\f0eb";
  background: #51C16A;
}

/* 証券会社の施策 */
.memo_box.hand  {
  background: #e9ffee;
}

.memo_box.hand p:first-child {
  border-bottom: 2px dashed #aee9bb;
}

.memo_box.hand p:first-child:before {
  content: "\f0a4";
  background: #51C16A;
}


/* 注意文 */
.memo_box.alert  {
  background: #ffebeb;
}

.memo_box.alert p:first-child {
  border-bottom: 2px dashed #fecbca;
}

.memo_box.alert p:first-child:before {
  content: "\f12a";
  background: #ff8376;
}

/* カレンダー */
.memo_box.calendar {
  background: #ffebeb;
}

.memo_box.calendar p:first-child {
  border-bottom: 2px dashed #fecbca;
}

.memo_box.calendar p:first-child:before {
  content: "\f274";
  background: #ff8376;
}

@media only screen and (min-width: 768px) {

  .memo_box p {
    font-size: 1rem; /* 16px */
  }

  .memo_box p:first-child {
    font-size: 1.1875rem; /* 19px */
  }

}

@media only screen and (min-width: 1024px) {
	
  .memo_box {
    padding: 1.5rem 1.8rem 1.6rem;
  }
	
  .memo_box p:not(:first-child) {
    /*font-size: 17px;*/
  }

}