@charset "shift_jis";

/* flow 004 */

.u_keiyaku h4{
  color: #1232a6;
}
.u_keiyaku  ul li.topix_title span{
  background-color: #1232a6;

}
div.u_keiyaku h4,
div.u_riyo h4 {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50px 50px;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding:0 60px 0 0;
  width: 100%;

}
div.u_keiyaku h4 {
background-image: url(../../images/flow004_ukeiyaku.png);
}
div.u_riyo h4 {
  background-image: url(../../images/flow004_uriyo.png);
}

.font_color_keiyaku{
  color: #f01b84;
}

.u_riyo h4{
  color: #f01b84;
}
.u_riyo ul li.topix_title span{
  background-color: #ff64b1;
}

.font_color_riyo{
  color: #f01b84;
}

/*00説明*/
.flow00 ul li h4 small{
  color: #0B79C4 ;  
}
.flow00 ul li.box_topic {
  text-align: inherit;
}
.flow00 ul li.box_topic img{
  width: 100%;
  max-width: 640px;
  margin: 0 auto 20px;
}
.flow00 ul li.box_topic div{
  background-color: #FFFFE7;
  font-size: 14px;
  border-radius: 15px;
  padding: 15px;
  display: block;
  text-align: left;
}
.flow00 ul li.box_topic div p span{
  font-weight: bold;
}
.flow00 ul li.box_topic div p span.u_keiyaku{
  color: #1232a6;
}
.flow00 ul li.box_topic div p span.u_riyo{
  color: #f01b84;
}


/*各ユーザーメニュー*/
.flow01.idx_keiyaku {
  background-color: #e2f5ff;
}
.flow01.idx_keiyaku a,
.flow01.idx_keiyaku a:link,
.flow01.idx_keiyaku a:visited,
.flow01.idx_keiyaku a:hover{
  color:#1232a6;
  text-decoration: underline;
}
.flow01.idx_riyo {
  background-color: #fff0f0;
}
.flow01.idx_riyo a,
.flow01.idx_riyo a:link,
.flow01.idx_riyo a:visited,
.flow01.idx_riyo a:hover{
  color:#f01b84;
  text-decoration: underline;
}
.flow01.idx_keiyaku a:hover,
.flow01.idx_riyo a:hover{
  opacity: 0.5;
}
h4.menu_keiyaku {

    /* ★★★ 修正箇所: 残りのスペースを全て使用し、floatを削除 ★★★ */
    flex-grow: 1; /* 残りの幅を占有 */
    /* width: 82%; は削除 */
    /* float: left; は削除 */
    /* display: flex; は削除（h4がテキストのため不要） */

    color: #1232a6;
    font-size:clamp(2.063rem, 2rem + 0.33vw, 2.188rem);
    font-weight: 300;
    text-align: left;
    padding: 0;
    /* align-items: center; は親要素 li に任せるため削除 */
    /* margin: 7px 0; は削除 */
    margin: 0; /* ★★★ 修正箇所: マージンをリセット ★★★ */
    line-height: 1.2; /* 行の高さを調整（フォントサイズに合わせて） */
    font-family: "RoundedMgenplus-medium", sans-serif;

    
}

h4.menu_riyo {

    /* ★★★ 修正箇所: 残りのスペースを全て使用し、floatを削除 ★★★ */
    flex-grow: 1; /* 残りの幅を占有 */
    /* width: 82%; は削除 */
    /* float: left; は削除 */
    /* display: flex; は削除（h4がテキストのため不要） */

    color: #f01b84;
    font-size:clamp(2.063rem, 2rem + 0.33vw, 2.188rem);
    font-weight: 300;
    text-align: left;
    padding: 0;
    /* align-items: center; は親要素 li に任せるため削除 */
    /* margin: 7px 0; は削除 */
    margin: 0; /* ★★★ 修正箇所: マージンをリセット ★★★ */
    line-height: 1.2; /* 行の高さを調整（フォントサイズに合わせて） */
    font-family: "RoundedMgenplus-medium", sans-serif;
}






.flow_img_area img.flow005,
.flow_img_area img.flow007,
.flow_img_area img.flow008 {
	width: 80%;
	height: auto;
  object-fit: cover; /* 画像を枠内に収めつつ、はみ出た部分をカット */
  object-position: center top; /* 画像の表示位置を調整 */
}

.flow_img_area img.flow004,
.flow_img_area img.flow011 {
  width: 90%;
	height: auto;
  object-fit: cover; /* 画像を枠内に収めつつ、はみ出た部分をカット */
  object-position: center top; /* 画像の表示位置を調整 */
}

.flow_img_area img.flow001,
.flow_img_area img.flow003 {
  width: 70%;
	height: auto;
  object-fit: cover; /* 画像を枠内に収めつつ、はみ出た部分をカット */
  object-position: center top; /* 画像の表示位置を調整 */
}

.flow_img_area img.flow002 {
  width: 60%;
	height: auto;
  object-fit: cover; /* 画像を枠内に収めつつ、はみ出た部分をカット */
  object-position: center top; /* 画像の表示位置を調整 */
}

.flow_img_area img.flow010 {
  width: 100%;
	height: auto;
  object-fit: cover; /* 画像を枠内に収めつつ、はみ出た部分をカット */
  object-position: center top; /* 画像の表示位置を調整 */
}

.link_arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;

  font-family: "RoundedMgenplus-medium", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
.link_arrow:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

span.menu_keiyaku {
  font-family: "RoundedMgenplus-medium", sans-serif;
  font-weight: 600;
  color: #353535;
  font-size: 17px;
  letter-spacing: 1px;
}

span.menu_riyo {
  font-family: "RoundedMgenplus-medium", sans-serif;
  font-weight: 600;
  color: #353535;
  font-size: 17px;
  letter-spacing: 1px;
}

/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){

  /*00説明*/
  .flow00 ul li.box_topic {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flow00 ul li.box_topic img{
    width: 60%;
    height: auto;
    margin-bottom: 0px;
  }
  .flow00 ul li.box_topic div{
    width: 40%;
    font-size: 16px;
    line-height: 1.8em;
    padding: 15px;
  }
  .flow00 ul li.box_topic div p span{
    font-weight: bold;
  }



}
