@charset "UTF-8";
/* CSS Document */

/* =========================
   1101風 テキストフォーマット
========================= */

:root{
  --text-color: #111;
  --sub-color: #444;
  --bg-color: #fff;

  /* 本文 */
  --fs-body: clamp(16px, 1.05vw, 18px);
  --lh-body: 2.0;
  --ls-body: 0.01em;

  /* 見出し */
  --fs-h1: clamp(30px, 4vw, 52px);
  --fs-h2: clamp(24px, 3vw, 36px);
  --fs-h3: clamp(19px, 2vw, 22px);
  --fs-h4: clamp(17px, 1.4vw, 20px);

  --lh-heading: 1.45;
  --ls-heading: 0.02em;

  /* 余白 */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.8rem;
  --space-lg: 3rem;
  --space-xl: 4.5rem;

  /* 行の横幅 */
  --text-width: 42em;
}



/* 全体のベース */
body{
  background: var(--bg-color);
 font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}



/* 通常本文 */
p{
  margin: 0 0 1.35em;
  color: var(--text-color);
  font-size: 0.95em;
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
  font-weight: 400;
	  color: #404040;
}

/* リード文 */
.lead{
  font-size: 1.08em;
  line-height: 1.95;
  letter-spacing: 0.015em;
  margin-bottom: 2em;
}

/* 大見出し */
.h1{
  margin: 0 0 1.1em;
  font-size: var(--fs-h1);
  line-height: 1.35;
  letter-spacing: var(--ls-heading);
  font-weight: 700;
}

/* 中見出し */
.h2{
  margin: var(--space-xl) 0 var(--space-sm);
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading);
  font-weight: 600;
}

/* 小見出し */
.h3{
  margin: var(--space-sm) 0 var(--space-sm);
  font-size: var(--fs-h3);
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
}

/* 補助見出し */
.h4{
  font-size: var(--fs-h4);
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-weight: 600;
}

/* リンク */
.text-1101 a{
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 1px;
}

 a:hover{
  opacity: 0.7;
}


.small{
  font-size: 0.9em;
}

/* リスト */
.text-1101 ul,
.text-1101 ol{
  margin: 0 0 1.5em 1.4em;
  padding: 0;
}

.text-1101 li{
  margin-bottom: 0.5em;
  line-height: 1.9;
}

/* 引用 */
.text-1101 blockquote{
  margin: 2em 0;
  padding: 0 0 0 1em;
  border-left: 3px solid #111;
  color: var(--sub-color);
}

/* モバイル */
@media (max-width: 767px){


  .h1{
    line-height: 1.4;
  }

  .h2,
  .h3,
  .h4{
    line-height: 1.5;
  }

 　p{
    line-height: 1.95;
  }
}


.fwb {
  font-weight: 600
}
.fwbb {
  font-weight: 700
}

.text-03 {
  font-size: 2.5rem;
  font-size: max(2.5rem, 10px);
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.5
}
@media screen and (max-width: 767px) {
  .text-03 {
    font-size: 2rem;
    font-size: max(2rem, 10px);
    letter-spacing: 0
  }
}
.text-05 {
  font-size: 1.8rem;
  font-size: max(1.8rem, 10px);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.7
}
@media screen and (max-width: 767px) {
  .text-05 {
    font-size: 1.5rem;
    font-size: max(1.5rem, 10px);
    letter-spacing: 0
  }
}
.text-06 {
  font-size: 1.2rem;
  font-size: max(1.2rem, 14px);
  letter-spacing: 0;
  line-height: 1.7
}

.text-07 {
  font-size: 1.8rem;
  font-size: max(1.8rem, 10px);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.7
}

.text-08-back-blue {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
text-align: center;
	background: #0D4594;
	padding: 10px 20px;
	border-radius: 60px;
	color: rgba(255,255,255,1.00);
}

.c-blue {
  color: #0D4594
}
.c-orange {
  color: #CD4400
}
.c-purple {
  color: #4C5697
}
.c-gray {
  color: #3D3D3D
}
.c-brown {
  color: #593324;
}
.c-yellow {
  color: #AC8500;
}
.c-white {
  color: #ffffff
}

.b-b-ble2 {
  border-bottom: solid 2px #0D4594;
 padding-bottom: 5px
}
.b-b-orange2 {
  border-bottom: solid 2px #CD4400;
 padding-bottom: 5px
}

.b-b-purple2 {
  border-bottom: solid 2px #515FBF;
 padding-bottom: 5px
}

.blue-box {
  background: #0D4594;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	color: rgba(255,255,255,1.00);
	font-weight: bold
}


