@charset "utf-8";

/* 共通 */
/* リンク　スクロール位置の調整 */
html{
    scroll-padding-top: 30px;
    scroll-behavior: smooth;
}

body{
    font-family: 'roboto', "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.65;
    color: #434343;
}

h1,h2,h3{
    color:#065590;
}

h2.sub-title-borde{
    padding:0 0 3rem !important;
}


.top_icon_img{
    position: relative;
    bottom: 0;
    padding: 0.5rem 0 0;
    height: 80px;
    width: 100%;
}

/* howtostart LP流用調整 */

.mainlist{
    gap: 1.5rem !important;
    padding-inline-start: 0px;
    padding: 0 !important;
}

.listitem{
    /* position:relative;
    padding: 40px 0 0;
    border-radius: 8px;
    background:#eff6fb;
    overflow: hidden; */
    display: flex;
      flex-direction: column; /* li内の要素を縦に並べる */
      align-items: center; /* 横方向の中央揃え */
      justify-content: space-between; /* 縦方向で間隔を均等に分ける */
      border-radius: 8px;
    background:#eff6fb;
}

.textbox2{
    height: 7rem;
    /* position: absolute; */
    /* bottom: 0; */
    /* height: 126px; */
    padding: 0.5rem;
}

.listitem{
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.listitem>.title>.text-uppercase{
    color:#006cb9;
    font-size: 2rem;
}

.listitem>p{
    min-height: 6rem;
}

.listitem>figure{
    width: auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.listitem>figure>img{
    width: auto;
    max-height: 100%;
}

#header{
    min-height:80px;
    display: flex;
    justify-content: start;
    align-items: center;
    color:#fff;
    background-color: #9fcdec;
}

/* 表の調整 */
table{
    width: 100%;
    table-layout: fixed;
}

th,td{
    word-wrap: break-word;
    font-size: 1.5rem !important;
}
td{
    vertical-align: middle !important;
}

/* technical.html　tableのみ調整 */
.td_style>tr>td{
    padding: 1rem !important;
}

/* 表の装飾　インデント青 */
.blue_marker>li{
    list-style: disc inside !important;
    text-align: left;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.blue_marker>li::marker{
color:#1f8ede !important;
}

/* tableスクロール */
/* .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
.table-wrapper > table {
    width: 1080px;
  }
  .table-wrapper > th, td {
    padding: 8px;
  }

  @media (max-width: 768px) {
    .table-wrapper > table {
      font-size: 12px !important;
    }
    .table-wrapper > th, td {
      padding: 6px !important;
    }
  } */

  @media (max-width: 768px) {
    .table-responsive-md > table{
        width:1080px;
    }
    }



/* テキストの字下げ */
.hanging-indent{
    padding-left: 1.5em !important;       /* 左に余白を作る */
    text-indent: -1em;       /* 最初の行だけ突き出す */
}

/* h1タイトルの装飾 */
.slash_deco {
position: relative;
display: inline-block;
padding: 0 2.5em;
}
.slash_deco:before,
.slash_deco:after {
position: absolute;
display: inline-block;
content: '';
top: 50%;
width: 44px;
height: 2px;
background-color: #065590;
-webkit-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.slash_deco:before {
left:-4rem;
}
.slash_deco:after {
right: -4rem;
}

/* h4タイトル装飾 */

.step-gray{
    font-size: 1.5rem;
    margin-bottom: 0;
}

.step-box>li>div{
    margin: 0 0 .5rem;
    padding: .5rem 1rem .5rem;
}

.sub-gray{
font-family: 'Advent Pro', sans-serif;
line-height: 1;
font-size: 3rem;
margin-right: .75rem;
vertical-align: bottom;
color: #a0a0a0;
font-weight: 400;
}

.sub-gray-s{
    font-size: 1.8rem;
    font-style: italic;
    margin-right: .25rem;
    color: #a0a0a0;
    font-weight: 400;
}

/* h3タイトル装飾 */

.sub-gray_3{
    font-family: 'Advent Pro', sans-serif;
    line-height: 1;
    font-size: 4rem;
    margin-right: .75rem;
    /* vertical-align: middle; */
    vertical-align: bottom;
    color: #a0a0a0;
    font-weight: 400;
    }

    .sub-gray-s_3{
        font-size: 1.8rem;
        font-style: italic;
        margin-right: .25rem;
        color: #a0a0a0;
        font-weight: 400;
        vertical-align: bottom;
    }



/* 水色のボックス */
.blue-box {
list-style: none; /* デフォルトのリストマーカーを消す */
}

.blue-box li {
padding-left: 30px;
position: relative;
line-height: 1.5;
font-size: 2rem;
padding: 0.5em;
background-color: #f2f9ff;
box-shadow: 0 1px 2px rgba(102, 102, 102, 0.4);
font-weight:bold;
}

.blue-box li:nth-child(2){
margin-top: 1rem;
}

/* 付箋風　pタグ　h4　用 */
.blue_sticky{
/* font-weight: bold; */
padding: 10px 0px 10px 20px;
/* margin-bottom: 1em; */
border-left: 10px solid #065590;

}



/* チェックボックス風 */
.checkbox-list,.nav_checkbox-list {
list-style: none;
/* padding-left: 0;
line-height: 2.5em; */
/* padding: 0.5rem 0rem; */
/* background-color: #f2f9ff; */
/* box-shadow: 0 1px 2px rgba(102, 102, 102, 0.4); */
}

.checkbox-list li,.nav_checkbox-list li {
display: flex;
align-items: flex-start;
font-weight: 700;
font-weight:bold;
right:-2rem;
}

.checkbox-list>li::before {
    content: ''; /* 疑似要素のコンテンツ */
    /* position: absolute; */
    display: block;
    flex-shrink: 0;
    /* left: -2rem;
    top:1.25em;
    transform: translateY(-50%); */
    width: 20px; /* アイコンのサイズ */
    height: 20px; /* アイコンのサイズ */
    background-image: url('../images/check-list-icon.png'); /* SVGをURLエンコードで挿入 */
    background-size: contain; /* アイコンをリサイズ */
    background-repeat: no-repeat;
    margin-right: .5rem;
    }
    .nav_checkbox-list>li::before {
        content: ''; /* 疑似要素のコンテンツ */
        display: block;
        flex-shrink: 0;
        width: 20px; /* アイコンのサイズ */
        height: 20px; /* アイコンのサイズ */
        background-image: url('../images/check-list-icon.png'); /* SVGをURLエンコードで挿入 */
        background-size: contain; /* アイコンをリサイズ */
        background-repeat: no-repeat;
        margin-top: .7rem;
        margin-right: .5rem;
        }

/* liタグの数字の装飾 */
.number{
padding: 1rem 3rem;
background-color: #f3f8f8;
box-shadow: 0 1px 2px rgba(102, 102, 102, 0.4);
}
.number,.number>li,.number>li>span{
list-style: none; /* デフォルトのリストマーカーを消す */
padding-left: 0; /* 左の余白を消す */
padding: 1rem 3rem;
line-height: 1.2;
font-size: 2rem;
padding: 0.5em;
font-weight:bold;
}
/* 2つ目以降のliにmargin-topを指定 */
.number>li:not(:first-child){
    margin-top: 0.5em;
}
.number>li{
    position:relative;
    padding-left: 3rem;
}
/* 数字のスタイル */
.number>li>span{
    /* counter-increment: li;
    content: counter(li); */
    font-size: 1.5rem;
    position:absolute;
    top:25%;
    left: 0;
    display: inline-flex;
    align-items:center;
    justify-content:center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #3abec1;
    color: #fff;
    text-align: center;
    background-image:none;
}

/* フローの下向き三角 */
.simple-list>li {
    margin-bottom: 8px;
  }

.simple-list>li:not(:last-child)::after {
    content: ">";
    position: absolute;
    transform: translate(-150%, 0%) rotate(90deg) scaleX(0.5)scaleY(1.2);
    display: block;
    font-size: 2rem;
    margin-top: 4px;
    color: #c3e1e1;
  }


 /* カスタムボタンのスタイル */
.custom-btn {
  background-color: #065590;
  border-radius: 50px; /* 丸いボタンにする */
  border: none;
  padding: 8px 20px; /* ボタンの大きさ調整 */
  font-size: 1.5rem;
  margin:0 1.5rem;
  vertical-align:middle;
  width: auto; /* 横幅自動 */
}
.connection_box{
padding: 1.5rem;
border: 2px solid #4390e0;
background-color: #f2f9ff;
border-radius: 0.5rem;
}

/* 個別の調整 */
/* startingfunds.html　第18回 */

/* 表の結合部分の調整 */
.cell-list{
    padding: 0 !important;
    margin: 0 !important;
}
.cell-list>ul{
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
.cell-list li {
    border-bottom: 1px solid #ccc;
    width: 100% !important;
}
.cell-list li:last-child {
    border-bottom: none;
}
/* 丸のなかの数字の調整 */
.circle-number {
    display: inline-block;
width: 2.5rem;
height: 2.5rem;
line-height: 1.2;
border-radius: 50%;
background-color: #065590;
color: #fff;
text-align: center;
font-weight: bold;
font-family: sans-serif;
margin-left: 6px;
}

.circle-number-solid{
display: inline-block;
width: 2.5rem;
height: 2.5rem;
line-height: 1.2;
text-align: right;
padding-right: 0.6rem;
border-radius: 50%;
border:1px solid #212529;;
/* background-color: #065590; */
color: #212529;
/* text-align: center; */
font-weight: bold;
font-family: sans-serif;
/* margin-left: 6px; */
}
/* 丸のなかの数字の調整　改行調整 */
.indent {

padding-left: 2.5em;        /* 全体を左にずらす */
text-indent: -1.5em;        /* 1行目だけ逆に戻す */
}

/* startingfunds.html　第18回　調整終了 */

/* みんかぶ　調整 */

.red_color{
    color:#ef4444;
}

.hover-press img{
    transition:transform .25s ease,opacity .25s ease;
}

.hover-press:hover img{
    transform:scale(0.95);
    opacity:0.7;
}

.memo{
position: relative;
margin: 2.5em 0;
padding: 1.5rem 1rem;
border: solid 2px #747e8b;
border-radius: .5rem;
}

.memo-title{
position: absolute;
display: inline-block;
top: 0;
left: 1rem;
transform: translateY(-50%);
line-height: 1.5;
background: #e8f0f3;
color: #000;
font-weight: bold;
padding: .5rem;
}

.memo-line{
padding-bottom: 0.2rem;
line-height: 2.5em;
background-image: linear-gradient(180deg, #ccc 1px, transparent 0);
background-size: 100% 2.5em;
}

.page-number>ol{
counter-reset: step;
list-style: none;
}
.page-number>ol>li{
    display: flex;
    padding: .5rem 0rem;
    color:#065590;
}

.page-number>ol>li::before{
    counter-increment: step;
content: counter(step);
background: #065590;
color: #fff;
width: 2.5rem;
aspect-ratio: 1 / 1;
/* border-radius: 50%;
display: grid;
place-items: center;
margin-right: 0.5rem; */
display: flex;
justify-content: center;
align-items: center;
align-self: flex-start;
flex-shrink: 0;
margin-right: .5rem;
}

.nav_back{
background-color: rgb(232 240 243);
border-radius: .5rem;
padding: 1.5rem 1.5rem;
}

.table-contents{
/* background-color: #065590; */
color:#fff;
border-radius: .5rem;
padding: .5rem;
background-color: #5d7eb0;
border-left: 1rem solid #065590;
}
