@charset "utf-8";
/* add ktaniguchi 230322 */
span .nbr {
  display: inline-block;
}

.mv_pc{
	width: 100%;
}
.mv_sp{
	display: none;
}
.about_fit span{
	font-size: 1.4em;
}
.about_fit strong{
	font-size: 1.2em;
}

.mini_seminar h2{
	font-size: 1.5em;
	line-height: 1.8em;
}
.mini_seminar span{
	font-size: 1.2em;
}
.mini_seminar a{
	font-size: 1.2em;
}
.mini_seminar img{
	width: 90%;
}
.mini_seminar p{
	margin-top: 1em;
	font-size: 1.1em;
}

@media screen and (max-width: 767px) {
	.mv_pc{
		display: none;
	}
	.mv_sp{
		display: block;
		width: 100%;
	}
	.about_fit span{
		font-size: 1.2em;
	}
	.about_fit strong{
		font-size: 1em;
	}
	.about_fit{
		font-size: 0.8em;
	}
	.about_fit h3 img{
		width: 20%;
	}
	.mini_seminar h2{
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.mini_seminar span{
		font-size: 1em;
	}
	.mini_seminar p{
		font-size: 0.8em;
	}
	.mini_seminar a{
		font-size: 1.1em;
	}
	.mini_seminar img{
		width: 100%;
	}
}
/* ---- 共通 ---- */

.c-block-image--center { /*sv image*/
	max-width: 100%;
	width: 60%;
	margin-top: 1em;
}

.cntct_btn{
	display: inline-block;
	padding: 1.2em 4em;
	text-decoration: none;
	color: #fff;
	border: solid 2px #fff;
	border-radius: 0px;
	transition: .4s;
	margin-top: 1.5em;
	font-size: 1.2em;
}
.cntct_btn:hover {
	background: rgba(255,255, 255, .5);
	color: white;
}

@media screen and (max-width: 767px) {
	.sv_banner {
	display: none;
	}
	.c-page-header{
		padding: 1em 1.5em;
	}
.c-page-header__title{
	font-size: 1.5em;
}
.cntct_btn{
	padding: 0.8em 3em;
	text-decoration: none;
	color: #fff;
	border: solid 2px #fff;
	border-radius: 0px;
	transition: .4s;
	margin-top: 1em;
	font-size: 1em;
}
}

.services{
	background:rgb(243,243,243);
	margin: 2em 0 10em;
}
.services h2{
	font-size: 2em;
	line-height: 2em;
	font-weight: 600;
	text-align: center;
  margin-bottom: 0.5em;
}
/* ---- services flex box ---- */
/* 共通（PCは3列中央） */
.container_services {
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  margin: 0 auto;
  justify-content: center;
  gap: 2%;
}
.container_services .sv_item {
  width: 30%;
  text-align: center;
}
.container_services .sv_item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 共通（PCは3列中央寄せ） */
.container_services {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  justify-content: center;
  gap: 2%;
}
.container_services .sv_item {
  width: 30%; /* PCでは3列 */
  text-align: center;
}
.container_services .sv_item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* スマホ時：1枚目を中央・残り2枚を横並び */
@media screen and (max-width: 767px) {
  .services{
	background:rgb(243,243,243);
	margin: 1em 0 ;
}
.services h2{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
  margin-bottom: 0.5em;
}
  .container_services {
    width: 90%;
    gap: 12px;
  }

  /* 1枚目を中央に */
  .container_services .sv_item:first-child {
    width: 70%;
    display: flex;
    justify-content: center;
  }
  .container_services .sv_item:first-child img {
    width: 70%;          /* 好みに応じて調整 */
    max-width: 320px;    /* 上限を設定すると安心 */
  }

  /* 2枚目以降は2列 */
  .container_services .sv_item:nth-child(2),
  .container_services .sv_item:nth-child(3) {
    width: 45%;
  }
}


.h1_link{
	font-size: 0.5em;
	padding-left: 1em;
	text-decoration: underline;
}
.sv_lp_link{
	font-size: 1.2em;
	line-height: 3em;
}
.sv_lp_link a{
	color: #404040;
}

.sv_lead{
	text-align: center;
	margin: 1em auto;
	padding-bottom: 1em;
	font-size: 1.5em;
	font-weight: 600;
}
.smn_ttl{
	margin: 1em auto;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 1em;
}
.smn_appl{
	font-size: 1.5em;
	margin: 1em auto;
}
/*セミナー一覧btn　https://saruwakakun.com/html-css/reference/buttons*/
.smn_btn .btn-square-little-rich {
  position: relative;
  display: inline-block;
  padding: 1em 5em;
  text-decoration: none;
  color: #FFF;
  background: rgb(0, 114, 188);/*色*/
  border: solid 1px rgb(0, 114, 188);/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 1.2em;
	font-weight: 600;
}
.smn_btn .btn-square-little-rich:hover{
	background-color: #B5DDFF;
	text-decoration: none;
}
.smn_btn .btn-square-little-rich:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
	.sv_lp_link{
		font-size: 1em;
	}
	.sv_lead{
		font-size: 1em;
		margin: 0 auto;
	}
	.smn_ttl{
		font-size: 1em;
	}
	.smn_appl{
		font-size: 0.8em;
	}
	.smn_btn{
		width: 80%;
		margin-left: 10%;
	}
	.smn_btn p{
		font-size: 0.8em;
	}
	.smn_btn .btn-square-little-rich{
		font-size: 1em;
		padding: 1em 2em;
	}
}

/*////====共通 YouTube リスト再生====////*/
.play_video {
  max-width: 1000px;
  margin: 1em auto 2em;
}

.video_ttl {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.2em;
  margin: 0 auto;
	line-height: 1.5em;
}

.video_ttl::before,
.video_ttl::after {
  content: "";
  flex: 1;
  border-bottom: 0px solid #cccc;
  margin: 0 10px;
}

.play_video ul {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
  text-align: center;
}

.play_video li {
  display: inline-block;
  text-align: left;
  font-size: small;
  line-height: 1.2em;
  margin-top: 0.5em;
}

.play_video li::before {
  content: "※ ";
  text-indent: 0;
}

/* SP (Smartphone) */
@media (max-width: 767px) {
  .video_ttl {
    font-size: 0.7em;
  }
  .play_video ul {
    margin: 1em;
  }
  .play_video li {
    font-size: xx-small;
  }
}

/* YouTubeレスポンシブ対応（モダンブラウザ用） */
.youtube-responsive {
  position: relative;
  width: 100%; /* 親幅いっぱい */
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.youtube-responsive iframe {
  width: 100%; /* 幅は常に100% */
  height: auto; /* 高さは自動 */
  aspect-ratio: 16/9; /* 16:9の比率を維持 */
  display: block;
  margin: 0 auto;
  border: solid 1px lightgray;
  box-shadow: 2px 2px 2px lightgray;
}


/*######## Fund Monitor ########*/
#fm .service-txt, #fm .point li {
  font-size: 1.2em;
  line-height: 1.6;
	text-align: center;
  color: #000;
  margin: 0 0 1em 0;
  padding: 0;
  word-break: break-word;
}
#fm .point li{
  line-height: 1em;
  padding: 0.1em 0 0;
}

@media screen and (max-width: 767px) {
  #fm .service-txt, #fm .point li {
    font-size: 0.8em;
    line-height: 1.5;
  }
}

/* --- Services layout --- */
#fm .services {
  padding: 0.5rem;
}
#fm .services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 1024px) {
  #fm .services__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .services__grid { grid-template-columns: 1fr; }
}

/* --- Card --- */
:root {
  --fm-blue: #2f7bd6;     /* 枠線の青 */
  --card-radius: 12px;
}
#fm .service-card {
  height: 100%;
  border: 2px solid var(--fm-blue);
  border-radius: var(--card-radius);
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0,0,0,.04);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#fm .service-card__title {
  font-size: 1.4em;
  line-height: 1.3;
  margin: 0 0 6px;
  font-weight: 700;
	text-align: center;
}
#fm .service-card__logo {
  margin: 0 auto 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fm .service-card__logo img {
  display: block;
  max-width: 220px; /* 画像が大きい場合の上限 */
  width: 100%;
  height: auto;
}
#fm .service-card__desc {
  margin: 4px 0 6px;
  text-align: center;
	font-size: 1.2em;
	font-weight: 700;
}
#fm .service-card__notes {
  list-style-type: disc;     /* ・を表示 */
  list-style-position: outside; /* 外側にマーカー */
  margin: 0 auto;            /* 中央寄せ */
  padding-left: 1.5em;       /* 左に少し余白を作る */
  font-size: 1.1em;
  line-height: 1.5;
  max-width: 80%;            /* 全幅を取らず中央寄せっぽくする */
  text-align: left;          /* 箇条書きは左寄せ */
}
#fm .service-card__notes li {
  margin: .25em 0;
}

/* --- スマホ用フォント調整 --- */
@media (max-width: 640px) {
  #fm .service-card__title {
    font-size: 1.05rem;
  }
  #fm .service-card__desc {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  #fm .service-card__notes {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

/* --- 2カラムレイアウト --- */
#fm .col2 {
  display: flex;
  flex-wrap: wrap;              
  justify-content: space-between;
  align-items: flex-start;   /* 👈 縦方向の上揃え */
  gap: 2rem;
}

#fm .col2 .col_item {
  flex: 1 1 48%;
  box-sizing: border-box;
  min-width: 280px;
}

/* スマホ時は縦並び */
@media (max-width: 768px) {
  #fm .col2 {
    flex-direction: column;
    align-items: flex-start; /* 縦並びのときは上揃えに戻す */
  }
  #fm .col2 .col_item {
    flex: 1 1 100%;
  }
}
/*h2のデザイン*/
#fm h2 {
  margin-top: 0em;
  padding: 0.5em; /*文字周りの余白*/
  color: #000; /*文字色*/
  background: rgba(25, 162, 252, 0.1); /*背景色*/
  border-bottom: solid 4px dodgerblue; /*下線*/
  font-size: 2em; /*フォントサイズ*/
  font-weight: 500;
}
/* スマホ（480px以下のみ） */
@media (max-width: 480px) {
  #fm h2 {
    margin-top: 1em;       /* 上余白を縮める */
    margin-bottom: 0em;    /* 本文に近づける */
    padding: 0.3em 0.4em;    /* 帯を薄くして圧迫感を減らす */
    font-size: 0.8em;        /* フォントサイズも少し小さく */
    line-height: 1.3;        /* 行間を確保して詰まりすぎ防止 */
  }
  /*h2で呼ぶclass*/
  #fm .c-head-lg{
    font-size:larger;
    font-weight: 600;
    margin: 0 auto 0.8em;
  }
}

/*5つの特長の箇条書き*/
#fm .c-tagged-list {
  counter-reset: tag;
  list-style: none;
  padding-left: 2em;
  margin: 2em 0;
}

#fm .c-tagged-list li {
  counter-increment: tag;
  position: relative;
  padding-left: 3.5em;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: 400;
  color: #222;
}

#fm .c-tagged-list li::before {
  content: counter(tag);
  position: absolute;
  left: 0;
  top: 0.15em;
  padding: 0.2em 0.8em;
  background-color: dodgerblue;
  color: white;
  font-size: 0.85em;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 1;
  white-space: nowrap;
}

/*h3の先頭数字を四角で囲む*/
#fm .c-tagged-heading .tag-box {
  display: inline-block;
  background-color: dodgerblue;
  color: white;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.2em 0.8em;
  margin-right: 0.6em;
  margin-bottom: 0.1em; /* ← 追加：下に少し余白を作る */
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.2; /* ← 1 より少し高くしてもOK */
  white-space: nowrap;
}

/*箇条書きの先頭記号強制表示*/
#fm .c-block-list--disc {
  list-style-type: disc !important;
  padding-left: 1.5em !important;
}

@media screen and (max-width: 768px) {
  #fm .c-tagged-list {
    padding-left: 0;
  }
  
  #fm .c-tagged-list li {
    padding-left: 2.5em;
    font-size: 0.9em; /* フォントサイズを少し小さめに */
  }
  
  #fm .c-tagged-list li::before {
    font-size: 0.9em; /* 番号ラベルも少し小さく */
    padding: 0.15em 0.6em; /* ラベルの余白も調整 */
  }
  
  #fm .c-tagged-heading .tag-box {
    font-size: 0.8em; /* 見出しタグのサイズも調整 */
    padding: 0.2em 0.6em;
  }
}

/* 共通スタイル：h3に準拠 */
.service-heading {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.2em 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.4;
  margin: 2em 0 1em;
}

/* 下線 */
.service-heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(
  to right,
  #f26522,
  transparent
  ); /* default: BI用 */
}

/* アイコン */
.service-heading .icon {
  width: 40px;
  height: 40px;
  margin-right: 0.25em;
}

/* テキストの構造 */
.service-heading .label {
  display: inline;       /* ← flexを解除して改行防止 */
  white-space: nowrap;   /* ← 改行不可にする */
  gap: 0.3em;
}

.text-gray {
  color: #333;
}

.text-color {
  font-weight: 700;
}

/* 色バリエーション（下線と文字色） */
.service--bi .text-color {
  color: #f26522;
}
.service--bi::after {
  background: linear-gradient(to right, #f26522, transparent);
}

.service--rp .text-color {
  color: #b7282e;
}
.service--rp::after {
  background: linear-gradient(to right, #b7282e, transparent);
}

.service--df .text-color {
  color: #008c45;
}
.service--df::after {
  background: linear-gradient(to right, #008c45, transparent);
}
@media (max-width: 480px) {
  .service-heading {
    font-size: 1.3em;         /* フォントを縮小 */
    padding: 0.2em 0.2em;
    margin: 1.5em 0 0.8em;    /* 上下余白を少し縮める */
    line-height: 1.3;
  }
  
  .service-heading .icon {
    width: 24px;              /* アイコンを小さく */
    height: 24px;
    margin-right: 0.4em;      /* テキストとの余白はやや広め */
  }
  
  .service-heading .label {
    flex-direction: column;   /* テキストが複数行の場合に縦揃え優先 */
    gap: 0.1em;
  }
  
  .service-heading::after {
    height: 2px;              /* 下線を少し細く */
  }
}

/*==== 各サービスのlogoと一言 ====*/
.catch-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  margin: 3em 0 2em;
}

.logo {
  max-width: 180px;   /* 最大幅だけ制限して自然に縮小 */
  height: auto;
  display: block;
}


.catch-copy {
  font-size: 1.5em;
  padding-left: 0.5em;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

/* --- スマホなど幅が狭い場合は縦並びに --- */
@media (max-width: 768px) {
  .catch-logo-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
  
  .logo {
    width: 50%;        /* ここで画像幅を小さく調整 */
    max-width: 120px;  /* 最大幅も制限（以前は200px） */
    height: auto;
  }
  
  .catch-copy {
    font-size: 1em;  /* スマホで少し小さめに */
    padding-left: 0;
  }
}

/*////==== RP画像表示 ====////*/
/*////==== RP画像表示 ====////*/
.image-gallery--large {
  display: flex;
  flex-wrap: nowrap; /* wrapを解除して横並びを強制 */
  justify-content: space-between; /* 均等配置 */
  gap: 0; /* 余白をなくすか調整 */
  margin: 2em auto;
  max-width: 90%; /* 最大幅 */
  padding: 0 1em; /* 画面端との余白（任意） */
}

.image-gallery--large img {
  width: 32%; /* 3点で均等に分割 */
  max-width: none; /* 固定幅を解除 */
  height: auto;
  border-radius: 6px;
  object-fit: contain; /* はみ出し防止（必要に応じて） */
}

/* スマホでは縦並び */
@media screen and (max-width: 768px) {
  .image-gallery--large {
    flex-direction: column;
    align-items: center;
  }

  .image-gallery--large img {
    width: 80%;
  }
}


/* 図の脚注 */
#fm .c-img-footnote {
  font-size: 0.8em;
  margin-top: 8px;
  line-height: 1.6;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

/* 画面幅が768px以下のときは縦並びにする */
@media (max-width: 768px) {
  #fm .c-img-footnote {
    font-size: 0.7em;
  }
}

/*//// ==== Excel表示リンク ==== ////*/
.excel-link {
  font-size: 1.2em;
  margin: 1.5em auto;
  text-align: center;
}

.excel-link a {
  color: #2e7d32; /* Excelっぽい緑色 */
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  transition: color 0.3s ease;
}

.excel-link a:hover {
  color: #1b5e20;
  text-decoration: underline;
}

.excel-link i {
  font-size: 1.1em;
}

@media screen and (max-width: 600px) {
  .excel-link {
    font-size: 1em;
    line-height: 1em;
    margin: 1em 0;
    text-align: center; /* ← スマホ時のみセンタリング */
  }
  
  .excel-link a {
    gap: 0.3em;
    font-size: 0.9em;
    font-weight: 500;
    flex-wrap: wrap; /* 長いファイル名対策 */
    justify-content: center; /* ← アイテム自体も中央寄せ */
  }
  
  .excel-link i {
    font-size: 1em;
  }
}




/*######## /Fund Monitor ########*/


/*######## 投信ラインナップ分析サービス ########*/
/*fla 概要 大見出しh2*/
#fla h2 {
  position: relative;
  background: #F8F8F8;
  font-size: 28px;
  padding: 25px 15px 25px 90px;
	margin: 3em 0 1.5em 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

#fla h2 .ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 20px;
  margin: 0;
  padding: 15px 0;
  z-index: 2;
  width: 50px;
  text-align: center;
  color: #F8F8F8;
  font-size: 18px;
  background-color: midnightblue;
}
#fla h2 .ribbon::before {
  position: absolute;
  content:"";
  top: 0;
  right: -6px;
  border-bottom: 6px solid black;/*影*/
  border-right: 6px solid transparent;
}
#fla h2 .ribbon::after {
  position: absolute;
  content:"";
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-left: 25px solid midnightblue;
  border-right: 25px solid midnightblue;
}
#fla h2 .ribbon img{
	width: 38px;
}
@media screen and (max-width: 767px) {
	#fla .sv_lead{
		text-align: left;
	}
  #fla h2{
    font-size: 16px;
    text-align: center;
    padding: 10px 5px 10px 50px;
    margin: 0.8em 0 ;
  }
  #fla h2 .ribbon {
    padding: 5px 0;
    left: 10px;
    width: 40px;
  }
  #fla h2 .ribbon::after{
    border-left: 20px solid midnightblue;
    border-right: 20px solid midnightblue;
  }
  #fla h2 .ribbon img {
    width: 28px;
  }
}
/*PC*/
@media (min-width: 768px) {
  #fla .c-numbering-sentence--3col .c-numbering-sentence__items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #fla .c-numbering-sentence__items {
    counter-reset: sentence-counter;
  }
	#fla  .c-numbering-sentence__item {
    counter-increment: sentence-counter;
  }
  #fla .c-numbering-sentence--3col .c-numbering-sentence__item {
    margin-bottom: 40px;
		margin-left: 8%;
    width: 100%;
  }
  #fla .c-numbering-sentence--3col .c-numbering-sentence__item:nth-child(2n) {
    margin-left: 8%;
  }
	#fla  .c-numbering-sentence__title {
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  #fla .c-numbering-sentence__title::before {
    color: rgba(25,25,112,0.3);
    font-size: 6rem;
    font-weight: lighter;
    line-height: 1;
    content: counter(sentence-counter, decimal);
    left: 0;
  }

  #fla .c-numbering-sentence__title span .ttl {
    position: absolute;
    bottom: 15%;
    margin: 0 auto;
  }
	#fla  .c-numbering-sentence__title span i{
    padding: 0 0.2rem 0 1rem ;
  }
	#fla  .c-numbering-sentence__text {
    text-align: left;
  }
}

/*SP*/
@media screen and (max-width: 767px) {
  #fla .c-numbering-sentence--3col .c-numbering-sentence__item + .c-numbering-sentence__item {
    margin: 0 auto 1rem;
  }
  #fla .c-numbering-sentence__title{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
  }
  #fla .c-numbering-sentence__title::before {
    color: rgba(25,25,112,0.3);
    font-size: 6rem;
    font-weight: lighter;
  }
  #fla .c-numbering-sentence__text {
		font-size: 0.9em;
    text-align: left;
    }
	#fla .intro {
			font-size: 0.9em;
			margin-bottom: 1em;
		}
}
/*----2.おすすめ----*/
#fla #mokuteki ul{
  margin-top: 1em;
}
#fla #mokuteki ul li{
  line-height: 2em;
  margin-bottom: 0.5em;
}
#fla #mokuteki ul li::before{
  content: "\f0eb";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  font-size: larger;
}

/*SP*/
@media screen and (max-width: 767px) {
  #fla #mokuteki ul li{
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }
}
/*https://find-a.jp/seotimes/15-box-designs/*/
/*タイトルが左横BOX*/
#fla .box-design14 {
  margin: 20px 20px 20px 20px;
  padding: 20px;
  border: 2px solid #434343;
}
#fla .box-design14-ttl {
  position: relative;
  left: -40px;
  background-color: midnightblue;
  color: white;
  padding: 1em 1em;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
	box-shadow: 4px 4px darkslategrey;
}
/*SP*/
@media (max-width: 767px) {
  #fla .box-design14{
    margin: 0 1em 0 1.5em;
    padding: 10px;
  }
  #fla .box-design14-ttl{
    margin-left: 1.5em;
    padding: 0.5em 1em ;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
  }
}


/*######## 重要情報シートサポートサービス ########*/
#iisss h2{
	font-size: 1.8em;
	padding: 0.5em;
	font-feature-settings: "palt";
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: #008FD6;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {/*   For Smart Phone  ===================  */
	#iisss h2{
			font-size: 1em;  
	}
	#iisss .sv_lead{
		text-align: left;
		font-size: 1em;
	}
}

#iisss .iis p{
	font-size: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
#iisss .iis ul{
	list-style-type: none;
	padding-left: 1em;
  margin-left: 10%;
}
#iisss .iis ul li{
	padding: 0.5em 0 0 1em;
	font-weight: bold;
	font-size: 1.4em;
}
#iisss .iis ul li p{
	padding: 0.5em 0 0 2em;
	font-weight: normal;
	font-size: 0.85em;
	margin-bottom: 0.5em;
}
#iisss .block-5-service-outline-img{
	max-width: 30%;
	margin: 1em auto;
}
#iisss .service-zu-img-01-sp{
	display: none;
}

@media (max-width: 767px) {
	#iisss .block-5-service-ouline-img{
			width: 100%;
	}
#iisss .iis ul{
    margin-left: 0;
    padding-left: 1em;
  }

	#iisss .iis ul li{
		font-size: 1em;
		padding: 0;
	}
	#iisss .iis li p{
		font-size: 0.6em;
	}
	#iisss .service-zu-img-01-pc{
		display: none;
	}
	#iisss .service-zu-img-01-sp{
		display: block;
		max-width: 670px;
		width: 160%;
		margin-left: -30%;
	}
}

/*workflow*/
#iisss .content-body-6-3{
	padding-top: 0px;
}

#iisss .content-body-6-3{
	margin-top: 0px;
	margin: 0 auto;
}
#iisss .content-body-6-3 p{
	display: block;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1;
	text-align: center;
	font-feature-settings: "palt";
}
#iisss .content-body-6-3-flow-image{
	width: 50%;
	margin: 0.5em auto;
}
#iisss .service1-img-05-zu-sp{
	display:none;
}

@media screen and (max-width: 767px) {/* sp  */
	#iisss .content-body-6-3{
			padding-top: 20px;
	}
	#iisss .content-body-6-3{
			margin-top: 16px;
	}
	@media (min-width: 600px){
			
		#iisss .content-body-6-3{
					margin-left: 7%;
					margin-right: 7%;
			}
	}
	#iisss .content-body-6-3 p{
			font-size: 1rem;
			text-align: left;
	}
	#iisss .content-body-6-3-flow-image{
			max-width: 670px;
			width: auto;
			margin: 1em auto ;/*  margin: 20px auto 5px;   */
			padding: 0;
	}
	#iisss .service1-img-05-zu-sp{
			display: block;
	}
	#iisss .service1-img-05-zu-pc{
			display: none;
	}
}

#iisss .content-body-6-2 {
	margin-top: 60px;
}
#iisss .content-body-6-2 p{
	line-height: 1.3;
	margin: 1em auto 0;
}
#iisss .content-body-6-2 {
	margin-top: 20px;
}
#iisss .u-sz--16 {
  font-size: 1.6rem;
}
#iisss .hanrei-6-2{
	font-size: 0.8em;
	margin: 3em 0.5em 1em;
	text-align: center;
}
#iisss .hanrei-6-2 li{
	display: inline-block;
	margin-right: 40px;
}
#iisss .hanrei-6-2 li::before{
	content: "";
	display: inline-block;
	height: 1em;
	width: 2em;
	margin-right: 5px;
	background-color: #0072BC; /*6784c4*/;
	vertical-align: middle;
	margin-top: -2px;
}
#iisss .hanrei-6-2 li:nth-child(2)::before{
	background-color: #10893e;
}
#iisss .content-body-6-2 img + p{
	font-size: 1em;
	text-align: left;
	margin-top: 0.5em;
}
#iisss .list-6-2-end{
	display: inline-block;
	text-align: left;
}
#iisss .list-6-2-end,.list-6-2-end > li{
	text-align: left;
	list-style: disc;
}
#iisss .list-6-2-end > li{
	padding: 0;
}
#iisss .service1-img-03-arrow-pc{
	display: inline;
	width: 60%;
	text-align: center;
	margin: 0 20%;
}
#iisss .service1-img-03-arrow-sp{
	display: none;
}
#iisss .iis_demo h2{
	width: 60%;
	margin: 2em auto 1em;
}
@media screen and (max-width: 767px) {
	#iisss .content-body-6-2 img + p{
		font-size: 1.2rem;
		margin-top: 8px;
		font-feature-settings: "palt";
	}
	#iisss .list-6-2-end > li{
		font-size: 1.2rem;
		font-feature-settings: "palt";
		padding: 6px 0 0;
	}
	#iisss .service1-img-03-arrow-pc{
		display: none;
	}
	#iisss .service1-img-03-arrow-sp{
		display: block;
	}
	#iisss .content-body-6-2{
			margin-left: 20px;
			margin-right: 20px;
	}
	#iisss .text-6-2-after-h4 + p span{
			display: inline-block;
	}
	#iisss .hanrei-6-2{
		font-size: 0.8em;
		margin: 0.5em;
		text-align: left;
	}
	#iisss .hanrei-6-2 li{
		display: inline-block;
		margin-right: 0px;
	}
	#iisss .hanrei-6-2 li::before{
		content: "";
		display: inline-block;
		height: 0.8em;
		width: 2em;
		margin-right: 5px;
		background-color: #0072BC; /*6784c4*/;
		vertical-align: middle;
		margin-top: -2px;
	}
	#iisss .hanrei-6-2 li:nth-child(2)::before{
		background-color: #10893e;
	}
	#iisss .iis_demo h2{
		width: 99%;
		margin: 1em auto 0.5em;
	}
}

